@bigbinary/neeto-editor 1.26.2 → 1.26.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -6508,7 +6508,7 @@ class PluginKey {
6508
6508
 
6509
6509
  function cov_2nkx4zd9vf() {
6510
6510
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/common/constants.js";
6511
- var hash = "99a1c16acc548de7f7855429783fe65e7dfb3c98";
6511
+ var hash = "a9e6f40dc7d6c7a4ccefa9a2365f9df6be0d495f";
6512
6512
  var global = new Function("return this")();
6513
6513
  var gcv = "__coverage__";
6514
6514
  var coverageData = {
@@ -6520,77 +6520,77 @@ function cov_2nkx4zd9vf() {
6520
6520
  column: 30
6521
6521
  },
6522
6522
  end: {
6523
- line: 33,
6523
+ line: 34,
6524
6524
  column: 1
6525
6525
  }
6526
6526
  },
6527
6527
  "1": {
6528
6528
  start: {
6529
- line: 35,
6529
+ line: 36,
6530
6530
  column: 33
6531
6531
  },
6532
6532
  end: {
6533
- line: 35,
6533
+ line: 36,
6534
6534
  column: 73
6535
6535
  }
6536
6536
  },
6537
6537
  "2": {
6538
6538
  start: {
6539
- line: 37,
6539
+ line: 38,
6540
6540
  column: 38
6541
6541
  },
6542
6542
  end: {
6543
- line: 37,
6543
+ line: 38,
6544
6544
  column: 59
6545
6545
  }
6546
6546
  },
6547
6547
  "3": {
6548
6548
  start: {
6549
- line: 40,
6549
+ line: 41,
6550
6550
  column: 2
6551
6551
  },
6552
6552
  end: {
6553
- line: 40,
6553
+ line: 41,
6554
6554
  column: 93
6555
6555
  }
6556
6556
  },
6557
6557
  "4": {
6558
6558
  start: {
6559
- line: 43,
6559
+ line: 44,
6560
6560
  column: 2
6561
6561
  },
6562
6562
  end: {
6563
- line: 43,
6563
+ line: 44,
6564
6564
  column: 111
6565
6565
  }
6566
6566
  },
6567
6567
  "5": {
6568
6568
  start: {
6569
- line: 46,
6569
+ line: 47,
6570
6570
  column: 2
6571
6571
  },
6572
6572
  end: {
6573
- line: 46,
6573
+ line: 47,
6574
6574
  column: 164
6575
6575
  }
6576
6576
  },
6577
6577
  "6": {
6578
6578
  start: {
6579
- line: 49,
6579
+ line: 50,
6580
6580
  column: 2
6581
6581
  },
6582
6582
  end: {
6583
- line: 49,
6583
+ line: 50,
6584
6584
  column: 95
6585
6585
  }
6586
6586
  },
6587
6587
  "7": {
6588
6588
  start: {
6589
- line: 51,
6589
+ line: 52,
6590
6590
  column: 30
6591
6591
  },
6592
6592
  end: {
6593
- line: 56,
6593
+ line: 57,
6594
6594
  column: 1
6595
6595
  }
6596
6596
  }
@@ -6610,7 +6610,7 @@ function cov_2nkx4zd9vf() {
6610
6610
  f: {},
6611
6611
  b: {},
6612
6612
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6613
- hash: "99a1c16acc548de7f7855429783fe65e7dfb3c98"
6613
+ hash: "a9e6f40dc7d6c7a4ccefa9a2365f9df6be0d495f"
6614
6614
  };
6615
6615
  var coverage = global[gcv] || (global[gcv] = {});
6616
6616
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -6654,7 +6654,8 @@ var EDITOR_OPTIONS = (cov_2nkx4zd9vf().s[0]++, {
6654
6654
  DIVIDER: "divider",
6655
6655
  VIDEO_EMBED: "video-embed",
6656
6656
  PASTE_UNFORMATTED: "paste-unformatted",
6657
- TABLE: "table"
6657
+ TABLE: "table",
6658
+ TEXT_COLOR: "text-color"
6658
6659
  });
6659
6660
  var UNSPLASH_BASE_URL = (cov_2nkx4zd9vf().s[1]++, "https://api.unsplash.com/search/photos");
6660
6661
  var DIRECT_UPLOAD_ENDPOINT = (cov_2nkx4zd9vf().s[2]++, "/api/direct_uploads");
@@ -8613,7 +8614,7 @@ Website: https://en.wikipedia.org/wiki/C_(programming_language)
8613
8614
  */
8614
8615
 
8615
8616
  /** @type LanguageFn */
8616
- function c$3(hljs) {
8617
+ function c$4(hljs) {
8617
8618
  const regex = hljs.regex;
8618
8619
  // added for historic reasons because `hljs.C_LINE_COMMENT_MODE` does
8619
8620
  // not include such support nor can we be sure all the grammars depending
@@ -23382,7 +23383,7 @@ const lowlight = {
23382
23383
 
23383
23384
  lowlight.registerLanguage('arduino', arduino);
23384
23385
  lowlight.registerLanguage('bash', bash);
23385
- lowlight.registerLanguage('c', c$3);
23386
+ lowlight.registerLanguage('c', c$4);
23386
23387
  lowlight.registerLanguage('cpp', cpp);
23387
23388
  lowlight.registerLanguage('csharp', csharp);
23388
23389
  lowlight.registerLanguage('css', css$3);
@@ -27608,7 +27609,7 @@ var voidElements = {
27608
27609
  "wbr": true
27609
27610
  };
27610
27611
 
27611
- var t$7=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function n$4(n){var r={type:"tag",name:"",voidElement:!1,attrs:{},children:[]},i=n.match(/<\/?([^\s]+?)[/\s>]/);if(i&&(r.name=i[1],(voidElements[i[1]]||"/"===n.charAt(n.length-2))&&(r.voidElement=!0),r.name.startsWith("!--"))){var s=n.indexOf("--\x3e");return {type:"comment",comment:-1!==s?n.slice(4,s):""}}for(var a=new RegExp(t$7),c=null;null!==(c=a.exec(n));)if(c[0].trim())if(c[1]){var o=c[1].trim(),l=[o,""];o.indexOf("=")>-1&&(l=o.split("=")),r.attrs[l[0]]=l[1],a.lastIndex--;}else c[2]&&(r.attrs[c[2]]=c[3].trim().substring(1,c[3].length-1));return r}var r$2=/<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g,i$3=/^\s*$/,s$2=Object.create(null);function a$2(e,t){switch(t.type){case"text":return e+t.content;case"tag":return e+="<"+t.name+(t.attrs?function(e){var t=[];for(var n in e)t.push(n+'="'+e[n]+'"');return t.length?" "+t.join(" "):""}(t.attrs):"")+(t.voidElement?"/>":">"),t.voidElement?e:e+t.children.reduce(a$2,"")+"</"+t.name+">";case"comment":return e+"\x3c!--"+t.comment+"--\x3e"}}var c$2={parse:function(e,t){t||(t={}),t.components||(t.components=s$2);var a,c=[],o=[],l=-1,m=!1;if(0!==e.indexOf("<")){var u=e.indexOf("<");c.push({type:"text",content:-1===u?e:e.substring(0,u)});}return e.replace(r$2,function(r,s){if(m){if(r!=="</"+a.name+">")return;m=!1;}var u,f="/"!==r.charAt(1),h=r.startsWith("\x3c!--"),p=s+r.length,d=e.charAt(p);if(h){var v=n$4(r);return l<0?(c.push(v),c):((u=o[l]).children.push(v),c)}if(f&&(l++,"tag"===(a=n$4(r)).type&&t.components[a.name]&&(a.type="component",m=!0),a.voidElement||m||!d||"<"===d||a.children.push({type:"text",content:e.slice(p,e.indexOf("<",p))}),0===l&&c.push(a),(u=o[l-1])&&u.children.push(a),o[l]=a),(!f||a.voidElement)&&(l>-1&&(a.voidElement||a.name===r.slice(2,-1))&&(l--,a=-1===l?c:o[l]),!m&&"<"!==d&&d)){u=-1===l?c:o[l].children;var x=e.indexOf("<",p),g=e.slice(p,-1===x?void 0:x);i$3.test(g)&&(g=" "),(x>-1&&l+u.length>=0||" "!==g)&&u.push({type:"text",content:g});}}),c},stringify:function(e){return e.reduce(function(e,t){return e+a$2("",t)},"")}};
27612
+ var t$7=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function n$4(n){var r={type:"tag",name:"",voidElement:!1,attrs:{},children:[]},i=n.match(/<\/?([^\s]+?)[/\s>]/);if(i&&(r.name=i[1],(voidElements[i[1]]||"/"===n.charAt(n.length-2))&&(r.voidElement=!0),r.name.startsWith("!--"))){var s=n.indexOf("--\x3e");return {type:"comment",comment:-1!==s?n.slice(4,s):""}}for(var a=new RegExp(t$7),c=null;null!==(c=a.exec(n));)if(c[0].trim())if(c[1]){var o=c[1].trim(),l=[o,""];o.indexOf("=")>-1&&(l=o.split("=")),r.attrs[l[0]]=l[1],a.lastIndex--;}else c[2]&&(r.attrs[c[2]]=c[3].trim().substring(1,c[3].length-1));return r}var r$2=/<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g,i$4=/^\s*$/,s$3=Object.create(null);function a$2(e,t){switch(t.type){case"text":return e+t.content;case"tag":return e+="<"+t.name+(t.attrs?function(e){var t=[];for(var n in e)t.push(n+'="'+e[n]+'"');return t.length?" "+t.join(" "):""}(t.attrs):"")+(t.voidElement?"/>":">"),t.voidElement?e:e+t.children.reduce(a$2,"")+"</"+t.name+">";case"comment":return e+"\x3c!--"+t.comment+"--\x3e"}}var c$3={parse:function(e,t){t||(t={}),t.components||(t.components=s$3);var a,c=[],o=[],l=-1,m=!1;if(0!==e.indexOf("<")){var u=e.indexOf("<");c.push({type:"text",content:-1===u?e:e.substring(0,u)});}return e.replace(r$2,function(r,s){if(m){if(r!=="</"+a.name+">")return;m=!1;}var u,f="/"!==r.charAt(1),h=r.startsWith("\x3c!--"),p=s+r.length,d=e.charAt(p);if(h){var v=n$4(r);return l<0?(c.push(v),c):((u=o[l]).children.push(v),c)}if(f&&(l++,"tag"===(a=n$4(r)).type&&t.components[a.name]&&(a.type="component",m=!0),a.voidElement||m||!d||"<"===d||a.children.push({type:"text",content:e.slice(p,e.indexOf("<",p))}),0===l&&c.push(a),(u=o[l-1])&&u.children.push(a),o[l]=a),(!f||a.voidElement)&&(l>-1&&(a.voidElement||a.name===r.slice(2,-1))&&(l--,a=-1===l?c:o[l]),!m&&"<"!==d&&d)){u=-1===l?c:o[l].children;var x=e.indexOf("<",p),g=e.slice(p,-1===x?void 0:x);i$4.test(g)&&(g=" "),(x>-1&&l+u.length>=0||" "!==g)&&u.push({type:"text",content:g});}}),c},stringify:function(e){return e.reduce(function(e,t){return e+a$2("",t)},"")}};
27612
27613
 
27613
27614
  /**
27614
27615
  * Copyright (C) 2017-present by Andrea Giammarchi - @WebReflection
@@ -27893,7 +27894,7 @@ function renderNodes(children, targetString, i18n, i18nOptions, combinedTOpts, s
27893
27894
  }
27894
27895
 
27895
27896
  getData(children);
27896
- var ast = c$2.parse("<0>".concat(targetString, "</0>"));
27897
+ var ast = c$3.parse("<0>".concat(targetString, "</0>"));
27897
27898
 
27898
27899
  var opts = _objectSpread$g(_objectSpread$g({}, data), combinedTOpts);
27899
27900
 
@@ -28202,7 +28203,10 @@ var common = {
28202
28203
  embed: "Embed",
28203
28204
  unlink: "Unlink",
28204
28205
  videoUrl: "Video URL:",
28205
- browse: "Browse"
28206
+ hex: "Hex:",
28207
+ browse: "Browse",
28208
+ done: "Done",
28209
+ reset: "Reset"
28206
28210
  };
28207
28211
  var attachments = {
28208
28212
  actionsBlocked: "You are not permitted to update or delete attachments",
@@ -28239,6 +28243,7 @@ var menu = {
28239
28243
  redo: "Redo",
28240
28244
  strike: "Strike",
28241
28245
  table: "Table",
28246
+ textColor: "Text color",
28242
28247
  underline: "Underline",
28243
28248
  undo: "Undo",
28244
28249
  dynamicVariables: "Dynamic variables",
@@ -28253,6 +28258,7 @@ var placeholders = {
28253
28258
  columns: "Enter columns",
28254
28259
  linkInput: "Paste or type a link...",
28255
28260
  pasteLink: "Paste the link here...",
28261
+ pickColor: "Pick a color",
28256
28262
  rows: "Enter rows",
28257
28263
  searchUnsplash: "Search Unsplash",
28258
28264
  url: "Paste URL",
@@ -32595,7 +32601,7 @@ var Uppy_1 = Uppy$1;
32595
32601
 
32596
32602
  var preact = {};
32597
32603
 
32598
- var n$3,l$1,u$1,t$6,i$2,o$1,r$1,f$1={},e$3=[],c$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function s$1(n,l){for(var u in l)n[u]=l[u];return n}function a$1(n){var l=n.parentNode;l&&l.removeChild(n);}function p$1(l,u,t){var i,o,r,f={};for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n$3.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return v$1(l,f,i,o,null)}function v$1(n,t,i,o,r){var f={type:n,props:t,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u$1:r};return null==r&&null!=l$1.vnode&&l$1.vnode(f),f}function h$7(n){return n.children}function y$1(n,l){this.props=n,this.context=l;}function d$1(n,l){if(null==l)return n.__?d$1(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?d$1(n):null}function _(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return _(n)}}function k$1(n){(!n.__d&&(n.__d=!0)&&i$2.push(n)&&!x$1.__r++||o$1!==l$1.debounceRendering)&&((o$1=l$1.debounceRendering)||setTimeout)(x$1);}function x$1(){for(var n;x$1.__r=i$2.length;)n=i$2.sort(function(n,l){return n.__v.__b-l.__v.__b}),i$2=[],n.some(function(n){var l,u,t,i,o,r;n.__d&&(o=(i=(l=n).__v).__e,(r=l.__P)&&(u=[],(t=s$1({},i)).__v=i.__v+1,I(r,i,t,l.__n,void 0!==r.ownerSVGElement,null!=i.__h?[o]:null,u,null==o?d$1(i):o,i.__h),T(u,i),i.__e!=o&&_(i)));});}function b$1(n,l,u,t,i,o,r,c,s,a){var p,y,_,k,x,b,m,A=t&&t.__k||e$3,C=A.length;for(u.__k=[],p=0;p<l.length;p++)if(null!=(k=u.__k[p]=null==(k=l[p])||"boolean"==typeof k?null:"string"==typeof k||"number"==typeof k||"bigint"==typeof k?v$1(null,k,null,null,k):Array.isArray(k)?v$1(h$7,{children:k},null,null,null):k.__b>0?v$1(k.type,k.props,k.key,k.ref?k.ref:null,k.__v):k)){if(k.__=u,k.__b=u.__b+1,null===(_=A[p])||_&&k.key==_.key&&k.type===_.type)A[p]=void 0;else for(y=0;y<C;y++){if((_=A[y])&&k.key==_.key&&k.type===_.type){A[y]=void 0;break}_=null;}I(n,k,_=_||f$1,i,o,r,c,s,a),x=k.__e,(y=k.ref)&&_.ref!=y&&(m||(m=[]),_.ref&&m.push(_.ref,null,k),m.push(y,k.__c||x,k)),null!=x?(null==b&&(b=x),"function"==typeof k.type&&k.__k===_.__k?k.__d=s=g$1(k,s,n):s=w$1(n,k,_,A,x,s),"function"==typeof u.type&&(u.__d=s)):s&&_.__e==s&&s.parentNode!=n&&(s=d$1(_));}for(u.__e=b,p=C;p--;)null!=A[p]&&("function"==typeof u.type&&null!=A[p].__e&&A[p].__e==u.__d&&(u.__d=d$1(t,p+1)),L(A[p],A[p]));if(m)for(p=0;p<m.length;p++)z(m[p],m[++p],m[++p]);}function g$1(n,l,u){for(var t,i=n.__k,o=0;i&&o<i.length;o++)(t=i[o])&&(t.__=n,l="function"==typeof t.type?g$1(t,l,u):w$1(u,t,t,i,t.__e,l));return l}function w$1(n,l,u,t,i,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||i!=o||null==i.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(i),r=null;else {for(f=o,e=0;(f=f.nextSibling)&&e<t.length;e+=2)if(f==i)break n;n.insertBefore(i,o),r=o;}return void 0!==r?r:i.nextSibling}function m$1(n,l,u,t,i){var o;for(o in u)"children"===o||"key"===o||o in l||C(n,o,null,u[o],t);for(o in l)i&&"function"!=typeof l[o]||"children"===o||"key"===o||"value"===o||"checked"===o||u[o]===l[o]||C(n,o,l[o],u[o],t);}function A(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||c$1.test(l)?u:u+"px";}function C(n,l,u,t,i){var o;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||A(n.style,l,"");if(u)for(l in u)t&&u[l]===t[l]||A(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?t||n.addEventListener(l,o?H$1:$$1,o):n.removeEventListener(l,o?H$1:$$1,o);else if("dangerouslySetInnerHTML"!==l){if(i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null!=u&&(!1!==u||"a"===l[0]&&"r"===l[1])?n.setAttribute(l,u):n.removeAttribute(l));}}function $$1(n){this.l[n.type+!1](l$1.event?l$1.event(n):n);}function H$1(n){this.l[n.type+!0](l$1.event?l$1.event(n):n);}function I(n,u,t,i,o,r,f,e,c){var a,p,v,d,_,k,x,g,w,m,A,C,$,H=u.type;if(void 0!==u.constructor)return null;null!=t.__h&&(c=t.__h,e=u.__e=t.__e,u.__h=null,r=[e]),(a=l$1.__b)&&a(u);try{n:if("function"==typeof H){if(g=u.props,w=(a=H.contextType)&&i[a.__c],m=a?w?w.props.value:a.__:i,t.__c?x=(p=u.__c=t.__c).__=p.__E:("prototype"in H&&H.prototype.render?u.__c=p=new H(g,m):(u.__c=p=new y$1(g,m),p.constructor=H,p.render=M$1),w&&w.sub(p),p.props=g,p.state||(p.state={}),p.context=m,p.__n=i,v=p.__d=!0,p.__h=[]),null==p.__s&&(p.__s=p.state),null!=H.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=s$1({},p.__s)),s$1(p.__s,H.getDerivedStateFromProps(g,p.__s))),d=p.props,_=p.state,v)null==H.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else {if(null==H.getDerivedStateFromProps&&g!==d&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,m),!p.__e&&null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,m)||u.__v===t.__v){p.props=g,p.state=p.__s,u.__v!==t.__v&&(p.__d=!1),p.__v=u,u.__e=t.__e,u.__k=t.__k,u.__k.forEach(function(n){n&&(n.__=u);}),p.__h.length&&f.push(p);break n}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,m),null!=p.componentDidUpdate&&p.__h.push(function(){p.componentDidUpdate(d,_,k);});}if(p.context=m,p.props=g,p.__v=u,p.__P=n,A=l$1.__r,C=0,"prototype"in H&&H.prototype.render)p.state=p.__s,p.__d=!1,A&&A(u),a=p.render(p.props,p.state,p.context);else do{p.__d=!1,A&&A(u),a=p.render(p.props,p.state,p.context),p.state=p.__s;}while(p.__d&&++C<25);p.state=p.__s,null!=p.getChildContext&&(i=s$1(s$1({},i),p.getChildContext())),v||null==p.getSnapshotBeforeUpdate||(k=p.getSnapshotBeforeUpdate(d,_)),$=null!=a&&a.type===h$7&&null==a.key?a.props.children:a,b$1(n,Array.isArray($)?$:[$],u,t,i,o,r,f,e,c),p.base=u.__e,u.__h=null,p.__h.length&&f.push(p),x&&(p.__E=p.__=null),p.__e=!1;}else null==r&&u.__v===t.__v?(u.__k=t.__k,u.__e=t.__e):u.__e=j$1(t.__e,u,t,i,o,r,f,c);(a=l$1.diffed)&&a(u);}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l$1.__e(n,u,t);}}function T(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function j$1(l,u,t,i,o,r,e,c){var s,p,v,h=t.props,y=u.props,_=u.type,k=0;if("svg"===_&&(o=!0),null!=r)for(;k<r.length;k++)if((s=r[k])&&"setAttribute"in s==!!_&&(_?s.localName===_:3===s.nodeType)){l=s,r[k]=null;break}if(null==l){if(null===_)return document.createTextNode(y);l=o?document.createElementNS("http://www.w3.org/2000/svg",_):document.createElement(_,y.is&&y),r=null,c=!1;}if(null===_)h===y||c&&l.data===y||(l.data=y);else {if(r=r&&n$3.call(l.childNodes),p=(h=t.props||f$1).dangerouslySetInnerHTML,v=y.dangerouslySetInnerHTML,!c){if(null!=r)for(h={},k=0;k<l.attributes.length;k++)h[l.attributes[k].name]=l.attributes[k].value;(v||p)&&(v&&(p&&v.__html==p.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(m$1(l,y,h,o,c),v)u.__k=[];else if(k=u.props.children,b$1(l,Array.isArray(k)?k:[k],u,t,i,o&&"foreignObject"!==_,r,e,r?r[0]:t.__k&&d$1(t,0),c),null!=r)for(k=r.length;k--;)null!=r[k]&&a$1(r[k]);c||("value"in y&&void 0!==(k=y.value)&&(k!==l.value||"progress"===_&&!k||"option"===_&&k!==h.value)&&C(l,"value",k,h.value,!1),"checked"in y&&void 0!==(k=y.checked)&&k!==l.checked&&C(l,"checked",k,h.checked,!1));}return l}function z(n,u,t){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,t);}}function L(n,u,t){var i,o;if(l$1.unmount&&l$1.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||z(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount();}catch(n){l$1.__e(n,u);}i.base=i.__P=null,n.__c=void 0;}if(i=n.__k)for(o=0;o<i.length;o++)i[o]&&L(i[o],u,"function"!=typeof n.type);t||null==n.__e||a$1(n.__e),n.__=n.__e=n.__d=void 0;}function M$1(n,l,u){return this.constructor(n,u)}function N$1(u,t,i){var o,r,e;l$1.__&&l$1.__(u,t),r=(o="function"==typeof i)?null:i&&i.__k||t.__k,e=[],I(t,u=(!o&&i||t).__k=p$1(h$7,null,[u]),r||f$1,f$1,void 0!==t.ownerSVGElement,!o&&i?[i]:r?null:t.firstChild?n$3.call(t.childNodes):null,e,!o&&i?i:r?r.__e:t.firstChild,o),T(e,u);}n$3=e$3.slice,l$1={__e:function(n,l,u,t){for(var i,o,r;l=l.__;)if((i=l.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(n)),r=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,t||{}),r=i.__d),r)return i.__E=i}catch(l){n=l;}throw n}},u$1=0,t$6=function(n){return null!=n&&void 0===n.constructor},y$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=s$1({},this.state),"function"==typeof n&&(n=n(s$1({},u),this.props)),n&&s$1(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),k$1(this));},y$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),k$1(this));},y$1.prototype.render=h$7,i$2=[],x$1.__r=0,r$1=0,preact.Component=y$1,preact.Fragment=h$7,preact.cloneElement=function(l,u,t){var i,o,r,f=s$1({},l.props);for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:f[r]=u[r];return arguments.length>2&&(f.children=arguments.length>3?n$3.call(arguments,2):t),v$1(l.type,f,i||l.key,o||l.ref,null)},preact.createContext=function(n,l){var u={__c:l="__cC"+r$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,t;return this.getChildContext||(u=[],(t={})[l]=this,this.getChildContext=function(){return t},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(k$1);},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u},preact.createElement=p$1,preact.createRef=function(){return {current:null}},preact.h=p$1,preact.hydrate=function n(l,u){N$1(l,u,n);},preact.isValidElement=t$6,preact.options=l$1,preact.render=N$1,preact.toChildArray=function n(l,u){return u=u||[],null==l||"boolean"==typeof l||(Array.isArray(l)?l.some(function(l){n(l,u);}):u.push(l)),u};
32604
+ var n$3,l$1,u$2,t$6,i$3,o$1,r$1,f$2={},e$3=[],c$2=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function s$2(n,l){for(var u in l)n[u]=l[u];return n}function a$1(n){var l=n.parentNode;l&&l.removeChild(n);}function p$2(l,u,t){var i,o,r,f={};for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:f[r]=u[r];if(arguments.length>2&&(f.children=arguments.length>3?n$3.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===f[r]&&(f[r]=l.defaultProps[r]);return v$2(l,f,i,o,null)}function v$2(n,t,i,o,r){var f={type:n,props:t,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==r?++u$2:r};return null==r&&null!=l$1.vnode&&l$1.vnode(f),f}function h$8(n){return n.children}function y$2(n,l){this.props=n,this.context=l;}function d$2(n,l){if(null==l)return n.__?d$2(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?d$2(n):null}function _(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return _(n)}}function k$1(n){(!n.__d&&(n.__d=!0)&&i$3.push(n)&&!x$2.__r++||o$1!==l$1.debounceRendering)&&((o$1=l$1.debounceRendering)||setTimeout)(x$2);}function x$2(){for(var n;x$2.__r=i$3.length;)n=i$3.sort(function(n,l){return n.__v.__b-l.__v.__b}),i$3=[],n.some(function(n){var l,u,t,i,o,r;n.__d&&(o=(i=(l=n).__v).__e,(r=l.__P)&&(u=[],(t=s$2({},i)).__v=i.__v+1,I$1(r,i,t,l.__n,void 0!==r.ownerSVGElement,null!=i.__h?[o]:null,u,null==o?d$2(i):o,i.__h),T$1(u,i),i.__e!=o&&_(i)));});}function b$2(n,l,u,t,i,o,r,c,s,a){var p,y,_,k,x,b,m,A=t&&t.__k||e$3,C=A.length;for(u.__k=[],p=0;p<l.length;p++)if(null!=(k=u.__k[p]=null==(k=l[p])||"boolean"==typeof k?null:"string"==typeof k||"number"==typeof k||"bigint"==typeof k?v$2(null,k,null,null,k):Array.isArray(k)?v$2(h$8,{children:k},null,null,null):k.__b>0?v$2(k.type,k.props,k.key,k.ref?k.ref:null,k.__v):k)){if(k.__=u,k.__b=u.__b+1,null===(_=A[p])||_&&k.key==_.key&&k.type===_.type)A[p]=void 0;else for(y=0;y<C;y++){if((_=A[y])&&k.key==_.key&&k.type===_.type){A[y]=void 0;break}_=null;}I$1(n,k,_=_||f$2,i,o,r,c,s,a),x=k.__e,(y=k.ref)&&_.ref!=y&&(m||(m=[]),_.ref&&m.push(_.ref,null,k),m.push(y,k.__c||x,k)),null!=x?(null==b&&(b=x),"function"==typeof k.type&&k.__k===_.__k?k.__d=s=g$2(k,s,n):s=w$2(n,k,_,A,x,s),"function"==typeof u.type&&(u.__d=s)):s&&_.__e==s&&s.parentNode!=n&&(s=d$2(_));}for(u.__e=b,p=C;p--;)null!=A[p]&&("function"==typeof u.type&&null!=A[p].__e&&A[p].__e==u.__d&&(u.__d=d$2(t,p+1)),L$1(A[p],A[p]));if(m)for(p=0;p<m.length;p++)z(m[p],m[++p],m[++p]);}function g$2(n,l,u){for(var t,i=n.__k,o=0;i&&o<i.length;o++)(t=i[o])&&(t.__=n,l="function"==typeof t.type?g$2(t,l,u):w$2(u,t,t,i,t.__e,l));return l}function w$2(n,l,u,t,i,o){var r,f,e;if(void 0!==l.__d)r=l.__d,l.__d=void 0;else if(null==u||i!=o||null==i.parentNode)n:if(null==o||o.parentNode!==n)n.appendChild(i),r=null;else {for(f=o,e=0;(f=f.nextSibling)&&e<t.length;e+=2)if(f==i)break n;n.insertBefore(i,o),r=o;}return void 0!==r?r:i.nextSibling}function m$2(n,l,u,t,i){var o;for(o in u)"children"===o||"key"===o||o in l||C$1(n,o,null,u[o],t);for(o in l)i&&"function"!=typeof l[o]||"children"===o||"key"===o||"value"===o||"checked"===o||u[o]===l[o]||C$1(n,o,l[o],u[o],t);}function A(n,l,u){"-"===l[0]?n.setProperty(l,u):n[l]=null==u?"":"number"!=typeof u||c$2.test(l)?u:u+"px";}function C$1(n,l,u,t,i){var o;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||A(n.style,l,"");if(u)for(l in u)t&&u[l]===t[l]||A(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?t||n.addEventListener(l,o?H$1:$$2,o):n.removeEventListener(l,o?H$1:$$2,o);else if("dangerouslySetInnerHTML"!==l){if(i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null!=u&&(!1!==u||"a"===l[0]&&"r"===l[1])?n.setAttribute(l,u):n.removeAttribute(l));}}function $$2(n){this.l[n.type+!1](l$1.event?l$1.event(n):n);}function H$1(n){this.l[n.type+!0](l$1.event?l$1.event(n):n);}function I$1(n,u,t,i,o,r,f,e,c){var a,p,v,d,_,k,x,g,w,m,A,C,$,H=u.type;if(void 0!==u.constructor)return null;null!=t.__h&&(c=t.__h,e=u.__e=t.__e,u.__h=null,r=[e]),(a=l$1.__b)&&a(u);try{n:if("function"==typeof H){if(g=u.props,w=(a=H.contextType)&&i[a.__c],m=a?w?w.props.value:a.__:i,t.__c?x=(p=u.__c=t.__c).__=p.__E:("prototype"in H&&H.prototype.render?u.__c=p=new H(g,m):(u.__c=p=new y$2(g,m),p.constructor=H,p.render=M$1),w&&w.sub(p),p.props=g,p.state||(p.state={}),p.context=m,p.__n=i,v=p.__d=!0,p.__h=[]),null==p.__s&&(p.__s=p.state),null!=H.getDerivedStateFromProps&&(p.__s==p.state&&(p.__s=s$2({},p.__s)),s$2(p.__s,H.getDerivedStateFromProps(g,p.__s))),d=p.props,_=p.state,v)null==H.getDerivedStateFromProps&&null!=p.componentWillMount&&p.componentWillMount(),null!=p.componentDidMount&&p.__h.push(p.componentDidMount);else {if(null==H.getDerivedStateFromProps&&g!==d&&null!=p.componentWillReceiveProps&&p.componentWillReceiveProps(g,m),!p.__e&&null!=p.shouldComponentUpdate&&!1===p.shouldComponentUpdate(g,p.__s,m)||u.__v===t.__v){p.props=g,p.state=p.__s,u.__v!==t.__v&&(p.__d=!1),p.__v=u,u.__e=t.__e,u.__k=t.__k,u.__k.forEach(function(n){n&&(n.__=u);}),p.__h.length&&f.push(p);break n}null!=p.componentWillUpdate&&p.componentWillUpdate(g,p.__s,m),null!=p.componentDidUpdate&&p.__h.push(function(){p.componentDidUpdate(d,_,k);});}if(p.context=m,p.props=g,p.__v=u,p.__P=n,A=l$1.__r,C=0,"prototype"in H&&H.prototype.render)p.state=p.__s,p.__d=!1,A&&A(u),a=p.render(p.props,p.state,p.context);else do{p.__d=!1,A&&A(u),a=p.render(p.props,p.state,p.context),p.state=p.__s;}while(p.__d&&++C<25);p.state=p.__s,null!=p.getChildContext&&(i=s$2(s$2({},i),p.getChildContext())),v||null==p.getSnapshotBeforeUpdate||(k=p.getSnapshotBeforeUpdate(d,_)),$=null!=a&&a.type===h$8&&null==a.key?a.props.children:a,b$2(n,Array.isArray($)?$:[$],u,t,i,o,r,f,e,c),p.base=u.__e,u.__h=null,p.__h.length&&f.push(p),x&&(p.__E=p.__=null),p.__e=!1;}else null==r&&u.__v===t.__v?(u.__k=t.__k,u.__e=t.__e):u.__e=j$1(t.__e,u,t,i,o,r,f,c);(a=l$1.diffed)&&a(u);}catch(n){u.__v=null,(c||null!=r)&&(u.__e=e,u.__h=!!c,r[r.indexOf(e)]=null),l$1.__e(n,u,t);}}function T$1(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function j$1(l,u,t,i,o,r,e,c){var s,p,v,h=t.props,y=u.props,_=u.type,k=0;if("svg"===_&&(o=!0),null!=r)for(;k<r.length;k++)if((s=r[k])&&"setAttribute"in s==!!_&&(_?s.localName===_:3===s.nodeType)){l=s,r[k]=null;break}if(null==l){if(null===_)return document.createTextNode(y);l=o?document.createElementNS("http://www.w3.org/2000/svg",_):document.createElement(_,y.is&&y),r=null,c=!1;}if(null===_)h===y||c&&l.data===y||(l.data=y);else {if(r=r&&n$3.call(l.childNodes),p=(h=t.props||f$2).dangerouslySetInnerHTML,v=y.dangerouslySetInnerHTML,!c){if(null!=r)for(h={},k=0;k<l.attributes.length;k++)h[l.attributes[k].name]=l.attributes[k].value;(v||p)&&(v&&(p&&v.__html==p.__html||v.__html===l.innerHTML)||(l.innerHTML=v&&v.__html||""));}if(m$2(l,y,h,o,c),v)u.__k=[];else if(k=u.props.children,b$2(l,Array.isArray(k)?k:[k],u,t,i,o&&"foreignObject"!==_,r,e,r?r[0]:t.__k&&d$2(t,0),c),null!=r)for(k=r.length;k--;)null!=r[k]&&a$1(r[k]);c||("value"in y&&void 0!==(k=y.value)&&(k!==l.value||"progress"===_&&!k||"option"===_&&k!==h.value)&&C$1(l,"value",k,h.value,!1),"checked"in y&&void 0!==(k=y.checked)&&k!==l.checked&&C$1(l,"checked",k,h.checked,!1));}return l}function z(n,u,t){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,t);}}function L$1(n,u,t){var i,o;if(l$1.unmount&&l$1.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||z(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount();}catch(n){l$1.__e(n,u);}i.base=i.__P=null,n.__c=void 0;}if(i=n.__k)for(o=0;o<i.length;o++)i[o]&&L$1(i[o],u,"function"!=typeof n.type);t||null==n.__e||a$1(n.__e),n.__=n.__e=n.__d=void 0;}function M$1(n,l,u){return this.constructor(n,u)}function N$1(u,t,i){var o,r,e;l$1.__&&l$1.__(u,t),r=(o="function"==typeof i)?null:i&&i.__k||t.__k,e=[],I$1(t,u=(!o&&i||t).__k=p$2(h$8,null,[u]),r||f$2,f$2,void 0!==t.ownerSVGElement,!o&&i?[i]:r?null:t.firstChild?n$3.call(t.childNodes):null,e,!o&&i?i:r?r.__e:t.firstChild,o),T$1(e,u);}n$3=e$3.slice,l$1={__e:function(n,l,u,t){for(var i,o,r;l=l.__;)if((i=l.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(n)),r=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,t||{}),r=i.__d),r)return i.__E=i}catch(l){n=l;}throw n}},u$2=0,t$6=function(n){return null!=n&&void 0===n.constructor},y$2.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=s$2({},this.state),"function"==typeof n&&(n=n(s$2({},u),this.props)),n&&s$2(u,n),null!=n&&this.__v&&(l&&this.__h.push(l),k$1(this));},y$2.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),k$1(this));},y$2.prototype.render=h$8,i$3=[],x$2.__r=0,r$1=0,preact.Component=y$2,preact.Fragment=h$8,preact.cloneElement=function(l,u,t){var i,o,r,f=s$2({},l.props);for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:f[r]=u[r];return arguments.length>2&&(f.children=arguments.length>3?n$3.call(arguments,2):t),v$2(l.type,f,i||l.key,o||l.ref,null)},preact.createContext=function(n,l){var u={__c:l="__cC"+r$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,t;return this.getChildContext||(u=[],(t={})[l]=this,this.getChildContext=function(){return t},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(k$1);},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u},preact.createElement=p$2,preact.createRef=function(){return {current:null}},preact.h=p$2,preact.hydrate=function n(l,u){N$1(l,u,n);},preact.isValidElement=t$6,preact.options=l$1,preact.render=N$1,preact.toChildArray=function n(l,u){return u=u||[],null==l||"boolean"==typeof l||(Array.isArray(l)?l.some(function(l){n(l,u);}):u.push(l)),u};
32599
32605
 
32600
32606
  function isDOMElement$2(obj) {
32601
32607
  return (obj == null ? void 0 : obj.nodeType) === Node.ELEMENT_NODE;
@@ -39354,7 +39360,7 @@ const getHTMLProps$4 = getHTMLProps_1;
39354
39360
 
39355
39361
  const nonHtmlPropsHaveChanged$4 = nonHtmlPropsHaveChanged$5;
39356
39362
 
39357
- const h$6 = React$5.createElement;
39363
+ const h$7 = React$5.createElement;
39358
39364
  /**
39359
39365
  * React Component that renders a Dashboard for an Uppy instance. This component
39360
39366
  * renders the Dashboard inline, so you can put it anywhere you want.
@@ -39410,7 +39416,7 @@ class Dashboard extends React$5.Component {
39410
39416
  render() {
39411
39417
  // TODO: stop exposing `validProps` as a public property and rename it to `htmlProps`
39412
39418
  this.validProps = getHTMLProps$4(this.props);
39413
- return h$6('div', {
39419
+ return h$7('div', {
39414
39420
  className: 'uppy-Container',
39415
39421
  ref: container => {
39416
39422
  this.container = container;
@@ -39438,7 +39444,7 @@ const getHTMLProps$3 = getHTMLProps_1;
39438
39444
 
39439
39445
  const nonHtmlPropsHaveChanged$3 = nonHtmlPropsHaveChanged$5;
39440
39446
 
39441
- const h$5 = React$4.createElement;
39447
+ const h$6 = React$4.createElement;
39442
39448
  /**
39443
39449
  * React Component that renders a Dashboard for an Uppy instance in a Modal
39444
39450
  * dialog. Visibility of the Modal is toggled using the `open` prop.
@@ -39509,7 +39515,7 @@ class DashboardModal extends React$4.Component {
39509
39515
  render() {
39510
39516
  // TODO: stop exposing `validProps` as a public property and rename it to `htmlProps`
39511
39517
  this.validProps = getHTMLProps$3(this.props);
39512
- return h$5('div', {
39518
+ return h$6('div', {
39513
39519
  className: 'uppy-Container',
39514
39520
  ref: container => {
39515
39521
  this.container = container;
@@ -39819,7 +39825,7 @@ const getHTMLProps$2 = getHTMLProps_1;
39819
39825
 
39820
39826
  const nonHtmlPropsHaveChanged$2 = nonHtmlPropsHaveChanged$5;
39821
39827
 
39822
- const h$4 = React$3.createElement;
39828
+ const h$5 = React$3.createElement;
39823
39829
  /**
39824
39830
  * React component that renders an area in which files can be dropped to be
39825
39831
  * uploaded.
@@ -39875,7 +39881,7 @@ class DragDrop extends React$3.Component {
39875
39881
  render() {
39876
39882
  // TODO: stop exposing `validProps` as a public property and rename it to `htmlProps`
39877
39883
  this.validProps = getHTMLProps$2(this.props);
39878
- return h$4('div', {
39884
+ return h$5('div', {
39879
39885
  className: 'uppy-Container',
39880
39886
  ref: container => {
39881
39887
  this.container = container;
@@ -39981,7 +39987,7 @@ const getHTMLProps$1 = getHTMLProps_1;
39981
39987
 
39982
39988
  const nonHtmlPropsHaveChanged$1 = nonHtmlPropsHaveChanged$5;
39983
39989
 
39984
- const h$3 = React$2.createElement;
39990
+ const h$4 = React$2.createElement;
39985
39991
  /**
39986
39992
  * React component that renders a progress bar at the top of the page.
39987
39993
  */
@@ -40036,7 +40042,7 @@ class ProgressBar extends React$2.Component {
40036
40042
  render() {
40037
40043
  // TODO: stop exposing `validProps` as a public property and rename it to `htmlProps`
40038
40044
  this.validProps = getHTMLProps$1(this.props);
40039
- return h$3('div', {
40045
+ return h$4('div', {
40040
40046
  className: 'uppy-Container',
40041
40047
  ref: container => {
40042
40048
  this.container = container;
@@ -40066,7 +40072,7 @@ const getHTMLProps = getHTMLProps_1;
40066
40072
 
40067
40073
  const nonHtmlPropsHaveChanged = nonHtmlPropsHaveChanged$5;
40068
40074
 
40069
- const h$2 = React$1.createElement;
40075
+ const h$3 = React$1.createElement;
40070
40076
  /**
40071
40077
  * React component that renders a status bar containing upload progress and speed,
40072
40078
  * processing progress and pause/resume/cancel controls.
@@ -40122,7 +40128,7 @@ class StatusBar extends React$1.Component {
40122
40128
  render() {
40123
40129
  // TODO: stop exposing `validProps` as a public property and rename it to `htmlProps`
40124
40130
  this.validProps = getHTMLProps(this.props);
40125
- return h$2('div', {
40131
+ return h$3('div', {
40126
40132
  className: 'uppy-Container',
40127
40133
  ref: container => {
40128
40134
  this.container = container;
@@ -40284,7 +40290,7 @@ const FileInputPlugin = lib$1.exports;
40284
40290
 
40285
40291
  const propTypes$1 = propTypes$3;
40286
40292
 
40287
- const h$1 = React.createElement;
40293
+ const h$2 = React.createElement;
40288
40294
  /**
40289
40295
  * React component that renders an area in which files can be dropped to be
40290
40296
  * uploaded.
@@ -40332,7 +40338,7 @@ class FileInput extends React.Component {
40332
40338
  }
40333
40339
 
40334
40340
  render() {
40335
- return h$1('div', {
40341
+ return h$2('div', {
40336
40342
  className: 'uppy-Container',
40337
40343
  ref: container => {
40338
40344
  this.container = container;
@@ -50694,7 +50700,7 @@ function _extends$2() {
50694
50700
  return _extends$2.apply(this, arguments);
50695
50701
  }
50696
50702
 
50697
- var r={grad:.9,turn:360,rad:360/(2*Math.PI)},t$5=function(r){return "string"==typeof r?r.length>0:"number"==typeof r},n$2=function(r,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*r)/n+0},e$2=function(r,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),r>n?n:r>t?r:t},u=function(r){return (r=isFinite(r)?r%360:0)>0?r:r+360},a=function(r){return {r:e$2(r.r,0,255),g:e$2(r.g,0,255),b:e$2(r.b,0,255),a:e$2(r.a)}},o=function(r){return {r:n$2(r.r),g:n$2(r.g),b:n$2(r.b),a:n$2(r.a,3)}},i$1=/^#([0-9a-f]{3,8})$/i,s=function(r){var t=r.toString(16);return t.length<2?"0"+t:t},h=function(r){var t=r.r,n=r.g,e=r.b,u=r.a,a=Math.max(t,n,e),o=a-Math.min(t,n,e),i=o?a===t?(n-e)/o:a===n?2+(e-t)/o:4+(t-n)/o:0;return {h:60*(i<0?i+6:i),s:a?o/a*100:0,v:a/255*100,a:u}},b=function(r){var t=r.h,n=r.s,e=r.v,u=r.a;t=t/360*6,n/=100,e/=100;var a=Math.floor(t),o=e*(1-n),i=e*(1-(t-a)*n),s=e*(1-(1-t+a)*n),h=a%6;return {r:255*[e,i,o,o,s,e][h],g:255*[s,e,e,i,o,o][h],b:255*[o,o,s,e,e,i][h],a:u}},g=function(r){return {h:u(r.h),s:e$2(r.s,0,100),l:e$2(r.l,0,100),a:e$2(r.a)}},d=function(r){return {h:n$2(r.h),s:n$2(r.s),l:n$2(r.l),a:n$2(r.a,3)}},f=function(r){return b((n=(t=r).s,{h:t.h,s:(n*=((e=t.l)<50?e:100-e)/100)>0?2*n/(e+n)*100:0,v:e+n,a:t.a}));var t,n,e;},c=function(r){return {h:(t=h(r)).h,s:(u=(200-(n=t.s))*(e=t.v)/100)>0&&u<200?n*e/100/(u<=100?u:200-u)*100:0,l:u/2,a:t.a};var t,n,e,u;},l=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,p=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,v=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,m=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,y={string:[[function(r){var t=i$1.exec(r);return t?(r=t[1]).length<=4?{r:parseInt(r[0]+r[0],16),g:parseInt(r[1]+r[1],16),b:parseInt(r[2]+r[2],16),a:4===r.length?n$2(parseInt(r[3]+r[3],16)/255,2):1}:6===r.length||8===r.length?{r:parseInt(r.substr(0,2),16),g:parseInt(r.substr(2,2),16),b:parseInt(r.substr(4,2),16),a:8===r.length?n$2(parseInt(r.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(r){var t=v.exec(r)||m.exec(r);return t?t[2]!==t[4]||t[4]!==t[6]?null:a({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(t){var n=l.exec(t)||p.exec(t);if(!n)return null;var e,u,a=g({h:(e=n[1],u=n[2],void 0===u&&(u="deg"),Number(e)*(r[u]||1)),s:Number(n[3]),l:Number(n[4]),a:void 0===n[5]?1:Number(n[5])/(n[6]?100:1)});return f(a)},"hsl"]],object:[[function(r){var n=r.r,e=r.g,u=r.b,o=r.a,i=void 0===o?1:o;return t$5(n)&&t$5(e)&&t$5(u)?a({r:Number(n),g:Number(e),b:Number(u),a:Number(i)}):null},"rgb"],[function(r){var n=r.h,e=r.s,u=r.l,a=r.a,o=void 0===a?1:a;if(!t$5(n)||!t$5(e)||!t$5(u))return null;var i=g({h:Number(n),s:Number(e),l:Number(u),a:Number(o)});return f(i)},"hsl"],[function(r){var n=r.h,a=r.s,o=r.v,i=r.a,s=void 0===i?1:i;if(!t$5(n)||!t$5(a)||!t$5(o))return null;var h=function(r){return {h:u(r.h),s:e$2(r.s,0,100),v:e$2(r.v,0,100),a:e$2(r.a)}}({h:Number(n),s:Number(a),v:Number(o),a:Number(s)});return b(h)},"hsv"]]},N=function(r,t){for(var n=0;n<t.length;n++){var e=t[n][0](r);if(e)return [e,t[n][1]]}return [null,void 0]},x=function(r){return "string"==typeof r?N(r.trim(),y.string):"object"==typeof r&&null!==r?N(r,y.object):[null,void 0]},M=function(r,t){var n=c(r);return {h:n.h,s:e$2(n.s+100*t,0,100),l:n.l,a:n.a}},H=function(r){return (299*r.r+587*r.g+114*r.b)/1e3/255},$=function(r,t){var n=c(r);return {h:n.h,s:n.s,l:e$2(n.l+100*t,0,100),a:n.a}},j=function(){function r(r){this.parsed=x(r)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1};}return r.prototype.isValid=function(){return null!==this.parsed},r.prototype.brightness=function(){return n$2(H(this.rgba),2)},r.prototype.isDark=function(){return H(this.rgba)<.5},r.prototype.isLight=function(){return H(this.rgba)>=.5},r.prototype.toHex=function(){return r=o(this.rgba),t=r.r,e=r.g,u=r.b,i=(a=r.a)<1?s(n$2(255*a)):"","#"+s(t)+s(e)+s(u)+i;var r,t,e,u,a,i;},r.prototype.toRgb=function(){return o(this.rgba)},r.prototype.toRgbString=function(){return r=o(this.rgba),t=r.r,n=r.g,e=r.b,(u=r.a)<1?"rgba("+t+", "+n+", "+e+", "+u+")":"rgb("+t+", "+n+", "+e+")";var r,t,n,e,u;},r.prototype.toHsl=function(){return d(c(this.rgba))},r.prototype.toHslString=function(){return r=d(c(this.rgba)),t=r.h,n=r.s,e=r.l,(u=r.a)<1?"hsla("+t+", "+n+"%, "+e+"%, "+u+")":"hsl("+t+", "+n+"%, "+e+"%)";var r,t,n,e,u;},r.prototype.toHsv=function(){return r=h(this.rgba),{h:n$2(r.h),s:n$2(r.s),v:n$2(r.v),a:n$2(r.a,3)};var r;},r.prototype.invert=function(){return w({r:255-(r=this.rgba).r,g:255-r.g,b:255-r.b,a:r.a});var r;},r.prototype.saturate=function(r){return void 0===r&&(r=.1),w(M(this.rgba,r))},r.prototype.desaturate=function(r){return void 0===r&&(r=.1),w(M(this.rgba,-r))},r.prototype.grayscale=function(){return w(M(this.rgba,-1))},r.prototype.lighten=function(r){return void 0===r&&(r=.1),w($(this.rgba,r))},r.prototype.darken=function(r){return void 0===r&&(r=.1),w($(this.rgba,-r))},r.prototype.rotate=function(r){return void 0===r&&(r=15),this.hue(this.hue()+r)},r.prototype.alpha=function(r){return "number"==typeof r?w({r:(t=this.rgba).r,g:t.g,b:t.b,a:r}):n$2(this.rgba.a,3);var t;},r.prototype.hue=function(r){var t=c(this.rgba);return "number"==typeof r?w({h:r,s:t.s,l:t.l,a:t.a}):n$2(t.h)},r.prototype.isEqual=function(r){return this.toHex()===w(r).toHex()},r}(),w=function(r){return r instanceof j?r:new j(r)},S=[],k=function(r){r.forEach(function(r){S.indexOf(r)<0&&(r(j,y),S.push(r));});};
50703
+ var r={grad:.9,turn:360,rad:360/(2*Math.PI)},t$5=function(r){return "string"==typeof r?r.length>0:"number"==typeof r},n$2=function(r,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*r)/n+0},e$2=function(r,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),r>n?n:r>t?r:t},u$1=function(r){return (r=isFinite(r)?r%360:0)>0?r:r+360},a=function(r){return {r:e$2(r.r,0,255),g:e$2(r.g,0,255),b:e$2(r.b,0,255),a:e$2(r.a)}},o=function(r){return {r:n$2(r.r),g:n$2(r.g),b:n$2(r.b),a:n$2(r.a,3)}},i$2=/^#([0-9a-f]{3,8})$/i,s$1=function(r){var t=r.toString(16);return t.length<2?"0"+t:t},h$1=function(r){var t=r.r,n=r.g,e=r.b,u=r.a,a=Math.max(t,n,e),o=a-Math.min(t,n,e),i=o?a===t?(n-e)/o:a===n?2+(e-t)/o:4+(t-n)/o:0;return {h:60*(i<0?i+6:i),s:a?o/a*100:0,v:a/255*100,a:u}},b$1=function(r){var t=r.h,n=r.s,e=r.v,u=r.a;t=t/360*6,n/=100,e/=100;var a=Math.floor(t),o=e*(1-n),i=e*(1-(t-a)*n),s=e*(1-(1-t+a)*n),h=a%6;return {r:255*[e,i,o,o,s,e][h],g:255*[s,e,e,i,o,o][h],b:255*[o,o,s,e,e,i][h],a:u}},g$1=function(r){return {h:u$1(r.h),s:e$2(r.s,0,100),l:e$2(r.l,0,100),a:e$2(r.a)}},d$1=function(r){return {h:n$2(r.h),s:n$2(r.s),l:n$2(r.l),a:n$2(r.a,3)}},f$1=function(r){return b$1((n=(t=r).s,{h:t.h,s:(n*=((e=t.l)<50?e:100-e)/100)>0?2*n/(e+n)*100:0,v:e+n,a:t.a}));var t,n,e;},c$1=function(r){return {h:(t=h$1(r)).h,s:(u=(200-(n=t.s))*(e=t.v)/100)>0&&u<200?n*e/100/(u<=100?u:200-u)*100:0,l:u/2,a:t.a};var t,n,e,u;},l=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,p$1=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,v$1=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,m$1=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,y$1={string:[[function(r){var t=i$2.exec(r);return t?(r=t[1]).length<=4?{r:parseInt(r[0]+r[0],16),g:parseInt(r[1]+r[1],16),b:parseInt(r[2]+r[2],16),a:4===r.length?n$2(parseInt(r[3]+r[3],16)/255,2):1}:6===r.length||8===r.length?{r:parseInt(r.substr(0,2),16),g:parseInt(r.substr(2,2),16),b:parseInt(r.substr(4,2),16),a:8===r.length?n$2(parseInt(r.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(r){var t=v$1.exec(r)||m$1.exec(r);return t?t[2]!==t[4]||t[4]!==t[6]?null:a({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(t){var n=l.exec(t)||p$1.exec(t);if(!n)return null;var e,u,a=g$1({h:(e=n[1],u=n[2],void 0===u&&(u="deg"),Number(e)*(r[u]||1)),s:Number(n[3]),l:Number(n[4]),a:void 0===n[5]?1:Number(n[5])/(n[6]?100:1)});return f$1(a)},"hsl"]],object:[[function(r){var n=r.r,e=r.g,u=r.b,o=r.a,i=void 0===o?1:o;return t$5(n)&&t$5(e)&&t$5(u)?a({r:Number(n),g:Number(e),b:Number(u),a:Number(i)}):null},"rgb"],[function(r){var n=r.h,e=r.s,u=r.l,a=r.a,o=void 0===a?1:a;if(!t$5(n)||!t$5(e)||!t$5(u))return null;var i=g$1({h:Number(n),s:Number(e),l:Number(u),a:Number(o)});return f$1(i)},"hsl"],[function(r){var n=r.h,a=r.s,o=r.v,i=r.a,s=void 0===i?1:i;if(!t$5(n)||!t$5(a)||!t$5(o))return null;var h=function(r){return {h:u$1(r.h),s:e$2(r.s,0,100),v:e$2(r.v,0,100),a:e$2(r.a)}}({h:Number(n),s:Number(a),v:Number(o),a:Number(s)});return b$1(h)},"hsv"]]},N=function(r,t){for(var n=0;n<t.length;n++){var e=t[n][0](r);if(e)return [e,t[n][1]]}return [null,void 0]},x$1=function(r){return "string"==typeof r?N(r.trim(),y$1.string):"object"==typeof r&&null!==r?N(r,y$1.object):[null,void 0]},M=function(r,t){var n=c$1(r);return {h:n.h,s:e$2(n.s+100*t,0,100),l:n.l,a:n.a}},H=function(r){return (299*r.r+587*r.g+114*r.b)/1e3/255},$$1=function(r,t){var n=c$1(r);return {h:n.h,s:n.s,l:e$2(n.l+100*t,0,100),a:n.a}},j=function(){function r(r){this.parsed=x$1(r)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1};}return r.prototype.isValid=function(){return null!==this.parsed},r.prototype.brightness=function(){return n$2(H(this.rgba),2)},r.prototype.isDark=function(){return H(this.rgba)<.5},r.prototype.isLight=function(){return H(this.rgba)>=.5},r.prototype.toHex=function(){return r=o(this.rgba),t=r.r,e=r.g,u=r.b,i=(a=r.a)<1?s$1(n$2(255*a)):"","#"+s$1(t)+s$1(e)+s$1(u)+i;var r,t,e,u,a,i;},r.prototype.toRgb=function(){return o(this.rgba)},r.prototype.toRgbString=function(){return r=o(this.rgba),t=r.r,n=r.g,e=r.b,(u=r.a)<1?"rgba("+t+", "+n+", "+e+", "+u+")":"rgb("+t+", "+n+", "+e+")";var r,t,n,e,u;},r.prototype.toHsl=function(){return d$1(c$1(this.rgba))},r.prototype.toHslString=function(){return r=d$1(c$1(this.rgba)),t=r.h,n=r.s,e=r.l,(u=r.a)<1?"hsla("+t+", "+n+"%, "+e+"%, "+u+")":"hsl("+t+", "+n+"%, "+e+"%)";var r,t,n,e,u;},r.prototype.toHsv=function(){return r=h$1(this.rgba),{h:n$2(r.h),s:n$2(r.s),v:n$2(r.v),a:n$2(r.a,3)};var r;},r.prototype.invert=function(){return w$1({r:255-(r=this.rgba).r,g:255-r.g,b:255-r.b,a:r.a});var r;},r.prototype.saturate=function(r){return void 0===r&&(r=.1),w$1(M(this.rgba,r))},r.prototype.desaturate=function(r){return void 0===r&&(r=.1),w$1(M(this.rgba,-r))},r.prototype.grayscale=function(){return w$1(M(this.rgba,-1))},r.prototype.lighten=function(r){return void 0===r&&(r=.1),w$1($$1(this.rgba,r))},r.prototype.darken=function(r){return void 0===r&&(r=.1),w$1($$1(this.rgba,-r))},r.prototype.rotate=function(r){return void 0===r&&(r=15),this.hue(this.hue()+r)},r.prototype.alpha=function(r){return "number"==typeof r?w$1({r:(t=this.rgba).r,g:t.g,b:t.b,a:r}):n$2(this.rgba.a,3);var t;},r.prototype.hue=function(r){var t=c$1(this.rgba);return "number"==typeof r?w$1({h:r,s:t.s,l:t.l,a:t.a}):n$2(t.h)},r.prototype.isEqual=function(r){return this.toHex()===w$1(r).toHex()},r}(),w$1=function(r){return r instanceof j?r:new j(r)},S$1=[],k=function(r){r.forEach(function(r){S$1.indexOf(r)<0&&(r(j,y$1),S$1.push(r));});};
50698
50704
 
50699
50705
  function namesPlugin(e,f){var a={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},r={};for(var d in a)r[a[d]]=d;var l={};e.prototype.toName=function(f){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return "transparent";var d,i,n=r[this.toHex()];if(n)return n;if(null==f?void 0:f.closest){var o=this.toRgb(),t=1/0,b="black";if(!l.length)for(var c in a)l[c]=new e(a[c]).toRgb();for(var g in a){var u=(d=o,i=l[g],Math.pow(d.r-i.r,2)+Math.pow(d.g-i.g,2)+Math.pow(d.b-i.b,2));u<t&&(t=u,b=g);}return b}};f.string.push([function(f){var r=f.toLowerCase(),d="transparent"===r?"#0000":a[r];return d?new e(d).toRgb():null},"name"]);}
50700
50706
 
@@ -51076,14 +51082,14 @@ var FileIcon = function FileIcon(_ref) {
51076
51082
  }, /*#__PURE__*/React__default["default"].createElement("rect", {
51077
51083
  width: ICON.WIDTH,
51078
51084
  height: ICON.HEIGHT,
51079
- fill: foldColor || w(color).darken(0.1).toHex(),
51085
+ fill: foldColor || w$1(color).darken(0.1).toHex(),
51080
51086
  rx: radius,
51081
51087
  ry: radius,
51082
51088
  clipPath: "url(#foldCrop)"
51083
51089
  })), extension && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("g", {
51084
51090
  id: "label"
51085
51091
  }, /*#__PURE__*/React__default["default"].createElement("rect", {
51086
- fill: labelColor || w(color).darken(0.3).toHex(),
51092
+ fill: labelColor || w$1(color).darken(0.3).toHex(),
51087
51093
  x: ICON.X_OFFSET,
51088
51094
  y: ICON.HEIGHT - LABEL_HEIGHT,
51089
51095
  width: ICON.WIDTH,
@@ -51108,7 +51114,7 @@ var FileIcon = function FileIcon(_ref) {
51108
51114
  }
51109
51115
  }, extension))), type && /*#__PURE__*/React__default["default"].createElement("g", {
51110
51116
  transform: "translate(-4 " + (!extension ? 6 : 0) + ")",
51111
- fill: glyphColor || w(color).darken(0.15).toHex()
51117
+ fill: glyphColor || w$1(color).darken(0.15).toHex()
51112
51118
  }, glyphs[type]));
51113
51119
  };
51114
51120
  FileIcon.propTypes = propTypes;
@@ -62420,15 +62426,15 @@ var ie = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\.
62420
62426
  var brokenModifierNames = mac$1 || chrome && +chrome[1] < 57;
62421
62427
 
62422
62428
  // Fill in the digit keys
62423
- for (var i = 0; i < 10; i++) base[48 + i] = base[96 + i] = String(i);
62429
+ for (var i$1 = 0; i$1 < 10; i$1++) base[48 + i$1] = base[96 + i$1] = String(i$1);
62424
62430
 
62425
62431
  // The function keys
62426
- for (var i = 1; i <= 24; i++) base[i + 111] = "F" + i;
62432
+ for (var i$1 = 1; i$1 <= 24; i$1++) base[i$1 + 111] = "F" + i$1;
62427
62433
 
62428
62434
  // And the alphabetic keys
62429
- for (var i = 65; i <= 90; i++) {
62430
- base[i] = String.fromCharCode(i + 32);
62431
- shift[i] = String.fromCharCode(i);
62435
+ for (var i$1 = 65; i$1 <= 90; i$1++) {
62436
+ base[i$1] = String.fromCharCode(i$1 + 32);
62437
+ shift[i$1] = String.fromCharCode(i$1);
62432
62438
  }
62433
62439
 
62434
62440
  // For each code that doesn't have a shift-equivalent, copy the base name
@@ -73639,6 +73645,89 @@ const Code = Mark.create({
73639
73645
  },
73640
73646
  });
73641
73647
 
73648
+ const TextStyle = Mark.create({
73649
+ name: 'textStyle',
73650
+ addOptions() {
73651
+ return {
73652
+ HTMLAttributes: {},
73653
+ };
73654
+ },
73655
+ parseHTML() {
73656
+ return [
73657
+ {
73658
+ tag: 'span',
73659
+ getAttrs: element => {
73660
+ const hasStyles = element.hasAttribute('style');
73661
+ if (!hasStyles) {
73662
+ return false;
73663
+ }
73664
+ return {};
73665
+ },
73666
+ },
73667
+ ];
73668
+ },
73669
+ renderHTML({ HTMLAttributes }) {
73670
+ return ['span', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), 0];
73671
+ },
73672
+ addCommands() {
73673
+ return {
73674
+ removeEmptyTextStyle: () => ({ state, commands }) => {
73675
+ const attributes = getMarkAttributes(state, this.type);
73676
+ const hasStyles = Object.entries(attributes).some(([, value]) => !!value);
73677
+ if (hasStyles) {
73678
+ return true;
73679
+ }
73680
+ return commands.unsetMark(this.name);
73681
+ },
73682
+ };
73683
+ },
73684
+ });
73685
+
73686
+ const Color = Extension.create({
73687
+ name: 'color',
73688
+ addOptions() {
73689
+ return {
73690
+ types: ['textStyle'],
73691
+ };
73692
+ },
73693
+ addGlobalAttributes() {
73694
+ return [
73695
+ {
73696
+ types: this.options.types,
73697
+ attributes: {
73698
+ color: {
73699
+ default: null,
73700
+ parseHTML: element => { var _a; return (_a = element.style.color) === null || _a === void 0 ? void 0 : _a.replace(/['"]+/g, ''); },
73701
+ renderHTML: attributes => {
73702
+ if (!attributes.color) {
73703
+ return {};
73704
+ }
73705
+ return {
73706
+ style: `color: ${attributes.color}`,
73707
+ };
73708
+ },
73709
+ },
73710
+ },
73711
+ },
73712
+ ];
73713
+ },
73714
+ addCommands() {
73715
+ return {
73716
+ setColor: color => ({ chain }) => {
73717
+ return chain()
73718
+ .setMark('textStyle', { color })
73719
+ .run();
73720
+ },
73721
+ unsetColor: () => ({ chain }) => {
73722
+ return chain()
73723
+ .setMark('textStyle', { color: null })
73724
+ .removeEmptyTextStyle()
73725
+ .run();
73726
+ },
73727
+ };
73728
+ },
73729
+ });
73730
+
73642
73731
  const Document = Node$1.create({
73643
73732
  name: 'doc',
73644
73733
  topNode: true,
@@ -111373,7 +111462,7 @@ var VideoExtension = (cov_1io0efe0r8().s[0]++, Node$1.create({
111373
111462
 
111374
111463
  function cov_q50c3y9sz() {
111375
111464
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/hooks/useCustomExtensions.js";
111376
- var hash = "53be1c0727b9134a4af0f5fb7f199ff90bcb877e";
111465
+ var hash = "8639806179665e2410090ea61c21a57d5997f442";
111377
111466
  var global = new Function("return this")();
111378
111467
  var gcv = "__coverage__";
111379
111468
  var coverageData = {
@@ -111381,115 +111470,125 @@ function cov_q50c3y9sz() {
111381
111470
  statementMap: {
111382
111471
  "0": {
111383
111472
  start: {
111384
- line: 30,
111473
+ line: 34,
111385
111474
  column: 28
111386
111475
  },
111387
111476
  end: {
111388
- line: 118,
111477
+ line: 126,
111389
111478
  column: 1
111390
111479
  }
111391
111480
  },
111392
111481
  "1": {
111393
111482
  start: {
111394
- line: 45,
111483
+ line: 49,
111395
111484
  column: 25
111396
111485
  },
111397
111486
  end: {
111398
- line: 66,
111487
+ line: 70,
111399
111488
  column: 3
111400
111489
  }
111401
111490
  },
111402
111491
  "2": {
111403
111492
  start: {
111404
- line: 67,
111493
+ line: 71,
111405
111494
  column: 2
111406
111495
  },
111407
111496
  end: {
111408
- line: 69,
111497
+ line: 73,
111409
111498
  column: 3
111410
111499
  }
111411
111500
  },
111412
111501
  "3": {
111413
111502
  start: {
111414
- line: 68,
111503
+ line: 72,
111415
111504
  column: 4
111416
111505
  },
111417
111506
  end: {
111418
- line: 68,
111507
+ line: 72,
111419
111508
  column: 34
111420
111509
  }
111421
111510
  },
111422
111511
  "4": {
111423
111512
  start: {
111424
- line: 71,
111513
+ line: 75,
111425
111514
  column: 2
111426
111515
  },
111427
111516
  end: {
111428
- line: 78,
111517
+ line: 82,
111429
111518
  column: 3
111430
111519
  }
111431
111520
  },
111432
111521
  "5": {
111433
111522
  start: {
111434
- line: 72,
111523
+ line: 76,
111435
111524
  column: 4
111436
111525
  },
111437
111526
  end: {
111438
- line: 77,
111527
+ line: 81,
111439
111528
  column: 6
111440
111529
  }
111441
111530
  },
111442
111531
  "6": {
111443
111532
  start: {
111444
- line: 80,
111533
+ line: 84,
111445
111534
  column: 2
111446
111535
  },
111447
111536
  end: {
111448
- line: 89,
111537
+ line: 86,
111449
111538
  column: 3
111450
111539
  }
111451
111540
  },
111452
111541
  "7": {
111453
111542
  start: {
111454
- line: 81,
111543
+ line: 85,
111455
111544
  column: 4
111456
111545
  },
111457
111546
  end: {
111458
- line: 88,
111459
- column: 6
111547
+ line: 85,
111548
+ column: 44
111460
111549
  }
111461
111550
  },
111462
111551
  "8": {
111463
111552
  start: {
111464
- line: 91,
111553
+ line: 88,
111465
111554
  column: 2
111466
111555
  },
111467
111556
  end: {
111468
- line: 109,
111557
+ line: 97,
111469
111558
  column: 3
111470
111559
  }
111471
111560
  },
111472
111561
  "9": {
111473
111562
  start: {
111474
- line: 92,
111475
- column: 18
111563
+ line: 89,
111564
+ column: 4
111476
111565
  },
111477
111566
  end: {
111478
- line: 92,
111479
- column: 52
111567
+ line: 96,
111568
+ column: 6
111480
111569
  }
111481
111570
  },
111482
111571
  "10": {
111483
111572
  start: {
111484
- line: 94,
111485
- column: 4
111573
+ line: 99,
111574
+ column: 2
111486
111575
  },
111487
111576
  end: {
111488
- line: 100,
111489
- column: 6
111577
+ line: 117,
111578
+ column: 3
111490
111579
  }
111491
111580
  },
111492
111581
  "11": {
111582
+ start: {
111583
+ line: 100,
111584
+ column: 18
111585
+ },
111586
+ end: {
111587
+ line: 100,
111588
+ column: 52
111589
+ }
111590
+ },
111591
+ "12": {
111493
111592
  start: {
111494
111593
  line: 102,
111495
111594
  column: 4
@@ -111499,43 +111598,53 @@ function cov_q50c3y9sz() {
111499
111598
  column: 6
111500
111599
  }
111501
111600
  },
111502
- "12": {
111601
+ "13": {
111503
111602
  start: {
111504
- line: 111,
111603
+ line: 110,
111604
+ column: 4
111605
+ },
111606
+ end: {
111607
+ line: 116,
111608
+ column: 6
111609
+ }
111610
+ },
111611
+ "14": {
111612
+ start: {
111613
+ line: 119,
111505
111614
  column: 2
111506
111615
  },
111507
111616
  end: {
111508
- line: 113,
111617
+ line: 121,
111509
111618
  column: 3
111510
111619
  }
111511
111620
  },
111512
- "13": {
111621
+ "15": {
111513
111622
  start: {
111514
- line: 112,
111623
+ line: 120,
111515
111624
  column: 4
111516
111625
  },
111517
111626
  end: {
111518
- line: 112,
111627
+ line: 120,
111519
111628
  column: 36
111520
111629
  }
111521
111630
  },
111522
- "14": {
111631
+ "16": {
111523
111632
  start: {
111524
- line: 115,
111633
+ line: 123,
111525
111634
  column: 2
111526
111635
  },
111527
111636
  end: {
111528
- line: 115,
111637
+ line: 123,
111529
111638
  column: 57
111530
111639
  }
111531
111640
  },
111532
- "15": {
111641
+ "17": {
111533
111642
  start: {
111534
- line: 117,
111643
+ line: 125,
111535
111644
  column: 2
111536
111645
  },
111537
111646
  end: {
111538
- line: 117,
111647
+ line: 125,
111539
111648
  column: 26
111540
111649
  }
111541
111650
  }
@@ -111545,47 +111654,47 @@ function cov_q50c3y9sz() {
111545
111654
  name: "(anonymous_0)",
111546
111655
  decl: {
111547
111656
  start: {
111548
- line: 30,
111657
+ line: 34,
111549
111658
  column: 28
111550
111659
  },
111551
111660
  end: {
111552
- line: 30,
111661
+ line: 34,
111553
111662
  column: 29
111554
111663
  }
111555
111664
  },
111556
111665
  loc: {
111557
111666
  start: {
111558
- line: 44,
111667
+ line: 48,
111559
111668
  column: 6
111560
111669
  },
111561
111670
  end: {
111562
- line: 118,
111671
+ line: 126,
111563
111672
  column: 1
111564
111673
  }
111565
111674
  },
111566
- line: 44
111675
+ line: 48
111567
111676
  }
111568
111677
  },
111569
111678
  branchMap: {
111570
111679
  "0": {
111571
111680
  loc: {
111572
111681
  start: {
111573
- line: 67,
111682
+ line: 71,
111574
111683
  column: 2
111575
111684
  },
111576
111685
  end: {
111577
- line: 69,
111686
+ line: 73,
111578
111687
  column: 3
111579
111688
  }
111580
111689
  },
111581
111690
  type: "if",
111582
111691
  locations: [{
111583
111692
  start: {
111584
- line: 67,
111693
+ line: 71,
111585
111694
  column: 2
111586
111695
  },
111587
111696
  end: {
111588
- line: 69,
111697
+ line: 73,
111589
111698
  column: 3
111590
111699
  }
111591
111700
  }, {
@@ -111598,27 +111707,27 @@ function cov_q50c3y9sz() {
111598
111707
  column: undefined
111599
111708
  }
111600
111709
  }],
111601
- line: 67
111710
+ line: 71
111602
111711
  },
111603
111712
  "1": {
111604
111713
  loc: {
111605
111714
  start: {
111606
- line: 71,
111715
+ line: 75,
111607
111716
  column: 2
111608
111717
  },
111609
111718
  end: {
111610
- line: 78,
111719
+ line: 82,
111611
111720
  column: 3
111612
111721
  }
111613
111722
  },
111614
111723
  type: "if",
111615
111724
  locations: [{
111616
111725
  start: {
111617
- line: 71,
111726
+ line: 75,
111618
111727
  column: 2
111619
111728
  },
111620
111729
  end: {
111621
- line: 78,
111730
+ line: 82,
111622
111731
  column: 3
111623
111732
  }
111624
111733
  }, {
@@ -111631,27 +111740,27 @@ function cov_q50c3y9sz() {
111631
111740
  column: undefined
111632
111741
  }
111633
111742
  }],
111634
- line: 71
111743
+ line: 75
111635
111744
  },
111636
111745
  "2": {
111637
111746
  loc: {
111638
111747
  start: {
111639
- line: 80,
111748
+ line: 84,
111640
111749
  column: 2
111641
111750
  },
111642
111751
  end: {
111643
- line: 89,
111752
+ line: 86,
111644
111753
  column: 3
111645
111754
  }
111646
111755
  },
111647
111756
  type: "if",
111648
111757
  locations: [{
111649
111758
  start: {
111650
- line: 80,
111759
+ line: 84,
111651
111760
  column: 2
111652
111761
  },
111653
111762
  end: {
111654
- line: 89,
111763
+ line: 86,
111655
111764
  column: 3
111656
111765
  }
111657
111766
  }, {
@@ -111664,27 +111773,27 @@ function cov_q50c3y9sz() {
111664
111773
  column: undefined
111665
111774
  }
111666
111775
  }],
111667
- line: 80
111776
+ line: 84
111668
111777
  },
111669
111778
  "3": {
111670
111779
  loc: {
111671
111780
  start: {
111672
- line: 91,
111781
+ line: 88,
111673
111782
  column: 2
111674
111783
  },
111675
111784
  end: {
111676
- line: 109,
111785
+ line: 97,
111677
111786
  column: 3
111678
111787
  }
111679
111788
  },
111680
111789
  type: "if",
111681
111790
  locations: [{
111682
111791
  start: {
111683
- line: 91,
111792
+ line: 88,
111684
111793
  column: 2
111685
111794
  },
111686
111795
  end: {
111687
- line: 109,
111796
+ line: 97,
111688
111797
  column: 3
111689
111798
  }
111690
111799
  }, {
@@ -111697,27 +111806,27 @@ function cov_q50c3y9sz() {
111697
111806
  column: undefined
111698
111807
  }
111699
111808
  }],
111700
- line: 91
111809
+ line: 88
111701
111810
  },
111702
111811
  "4": {
111703
111812
  loc: {
111704
111813
  start: {
111705
- line: 111,
111814
+ line: 99,
111706
111815
  column: 2
111707
111816
  },
111708
111817
  end: {
111709
- line: 113,
111818
+ line: 117,
111710
111819
  column: 3
111711
111820
  }
111712
111821
  },
111713
111822
  type: "if",
111714
111823
  locations: [{
111715
111824
  start: {
111716
- line: 111,
111825
+ line: 99,
111717
111826
  column: 2
111718
111827
  },
111719
111828
  end: {
111720
- line: 113,
111829
+ line: 117,
111721
111830
  column: 3
111722
111831
  }
111723
111832
  }, {
@@ -111730,7 +111839,40 @@ function cov_q50c3y9sz() {
111730
111839
  column: undefined
111731
111840
  }
111732
111841
  }],
111733
- line: 111
111842
+ line: 99
111843
+ },
111844
+ "5": {
111845
+ loc: {
111846
+ start: {
111847
+ line: 119,
111848
+ column: 2
111849
+ },
111850
+ end: {
111851
+ line: 121,
111852
+ column: 3
111853
+ }
111854
+ },
111855
+ type: "if",
111856
+ locations: [{
111857
+ start: {
111858
+ line: 119,
111859
+ column: 2
111860
+ },
111861
+ end: {
111862
+ line: 121,
111863
+ column: 3
111864
+ }
111865
+ }, {
111866
+ start: {
111867
+ line: undefined,
111868
+ column: undefined
111869
+ },
111870
+ end: {
111871
+ line: undefined,
111872
+ column: undefined
111873
+ }
111874
+ }],
111875
+ line: 119
111734
111876
  }
111735
111877
  },
111736
111878
  s: {
@@ -111749,7 +111891,9 @@ function cov_q50c3y9sz() {
111749
111891
  "12": 0,
111750
111892
  "13": 0,
111751
111893
  "14": 0,
111752
- "15": 0
111894
+ "15": 0,
111895
+ "16": 0,
111896
+ "17": 0
111753
111897
  },
111754
111898
  f: {
111755
111899
  "0": 0
@@ -111759,10 +111903,11 @@ function cov_q50c3y9sz() {
111759
111903
  "1": [0, 0],
111760
111904
  "2": [0, 0],
111761
111905
  "3": [0, 0],
111762
- "4": [0, 0]
111906
+ "4": [0, 0],
111907
+ "5": [0, 0]
111763
111908
  },
111764
111909
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
111765
- hash: "53be1c0727b9134a4af0f5fb7f199ff90bcb877e"
111910
+ hash: "8639806179665e2410090ea61c21a57d5997f442"
111766
111911
  };
111767
111912
  var coverage = global[gcv] || (global[gcv] = {});
111768
111913
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -111794,19 +111939,21 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111794
111939
  setMediaUploader = _ref.setMediaUploader,
111795
111940
  setIsEmbedModalOpen = _ref.setIsEmbedModalOpen;
111796
111941
  cov_q50c3y9sz().f[0]++;
111797
- var customExtensions = (cov_q50c3y9sz().s[1]++, [Document, Code, Underline, Highlight, CodeBlock, FigCaption, Link, EmojiSuggestion$1, EmojiPicker, CustomCommands, CharacterCount, FocusClasses.configure({
111942
+ var customExtensions = (cov_q50c3y9sz().s[1]++, [CharacterCount, Code, CodeBlock, CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, FocusClasses.configure({
111798
111943
  mode: "shallowest"
111799
- }), VideoExtension, ImageExtension$1.configure({
111944
+ }), Highlight, ImageExtension$1.configure({
111800
111945
  uploadEndpoint: uploadEndpoint
111946
+ }), Link.configure({
111947
+ autolink: false
111948
+ }), Placeholder.configure({
111949
+ placeholder: placeholder
111801
111950
  }), StarterKit.configure({
111802
111951
  document: false,
111803
111952
  codeBlock: false,
111804
111953
  code: false
111805
- }), KeyboardShortcuts$1.configure({
111954
+ }), Underline, VideoExtension, KeyboardShortcuts$1.configure({
111806
111955
  onSubmit: onSubmit,
111807
111956
  shortcuts: keyboardShortcuts
111808
- }), Placeholder.configure({
111809
- placeholder: placeholder
111810
111957
  })]);
111811
111958
  cov_q50c3y9sz().s[2]++;
111812
111959
  if (isVideoEmbedActive) {
@@ -111817,7 +111964,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111817
111964
  cov_q50c3y9sz().b[0][1]++;
111818
111965
  }
111819
111966
  cov_q50c3y9sz().s[4]++;
111820
- if (options.includes("table")) {
111967
+ if (options.includes(EDITOR_OPTIONS.TABLE)) {
111821
111968
  cov_q50c3y9sz().b[1][0]++;
111822
111969
  cov_q50c3y9sz().s[5]++;
111823
111970
  customExtensions.push(Table$1.configure({
@@ -111827,9 +111974,17 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111827
111974
  cov_q50c3y9sz().b[1][1]++;
111828
111975
  }
111829
111976
  cov_q50c3y9sz().s[6]++;
111830
- if (isSlashCommandsActive) {
111977
+ if (options.includes(EDITOR_OPTIONS.TEXT_COLOR)) {
111831
111978
  cov_q50c3y9sz().b[2][0]++;
111832
111979
  cov_q50c3y9sz().s[7]++;
111980
+ customExtensions.push(Color, TextStyle);
111981
+ } else {
111982
+ cov_q50c3y9sz().b[2][1]++;
111983
+ }
111984
+ cov_q50c3y9sz().s[8]++;
111985
+ if (isSlashCommandsActive) {
111986
+ cov_q50c3y9sz().b[3][0]++;
111987
+ cov_q50c3y9sz().s[9]++;
111833
111988
  customExtensions.push(SlashCommands.configure({
111834
111989
  options: options,
111835
111990
  addonCommands: addonCommands,
@@ -111837,38 +111992,38 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111837
111992
  setIsEmbedModalOpen: setIsEmbedModalOpen
111838
111993
  }));
111839
111994
  } else {
111840
- cov_q50c3y9sz().b[2][1]++;
111995
+ cov_q50c3y9sz().b[3][1]++;
111841
111996
  }
111842
- cov_q50c3y9sz().s[8]++;
111997
+ cov_q50c3y9sz().s[10]++;
111843
111998
  if (!ramda.isEmpty(mentions)) {
111844
- cov_q50c3y9sz().b[3][0]++;
111845
- var items = (cov_q50c3y9sz().s[9]++, createMentionSuggestions(mentions));
111846
- cov_q50c3y9sz().s[10]++;
111999
+ cov_q50c3y9sz().b[4][0]++;
112000
+ var items = (cov_q50c3y9sz().s[11]++, createMentionSuggestions(mentions));
112001
+ cov_q50c3y9sz().s[12]++;
111847
112002
  customExtensions.push(Mention.configure({
111848
112003
  suggestion: {
111849
112004
  items: items
111850
112005
  }
111851
112006
  }));
111852
- cov_q50c3y9sz().s[11]++;
112007
+ cov_q50c3y9sz().s[13]++;
111853
112008
  customExtensions.push(SpecialMentions$1.configure({
111854
112009
  suggestion: {
111855
112010
  items: items
111856
112011
  }
111857
112012
  }));
111858
112013
  } else {
111859
- cov_q50c3y9sz().b[3][1]++;
112014
+ cov_q50c3y9sz().b[4][1]++;
111860
112015
  }
111861
- cov_q50c3y9sz().s[12]++;
112016
+ cov_q50c3y9sz().s[14]++;
111862
112017
  if (!ramda.isEmpty(variables)) {
111863
- cov_q50c3y9sz().b[4][0]++;
111864
- cov_q50c3y9sz().s[13]++;
112018
+ cov_q50c3y9sz().b[5][0]++;
112019
+ cov_q50c3y9sz().s[15]++;
111865
112020
  customExtensions.push(Variable);
111866
112021
  } else {
111867
- cov_q50c3y9sz().b[4][1]++;
112022
+ cov_q50c3y9sz().b[5][1]++;
111868
112023
  }
111869
- cov_q50c3y9sz().s[14]++;
112024
+ cov_q50c3y9sz().s[16]++;
111870
112025
  customExtensions = customExtensions.concat(extensions);
111871
- cov_q50c3y9sz().s[15]++;
112026
+ cov_q50c3y9sz().s[17]++;
111872
112027
  return customExtensions;
111873
112028
  };
111874
112029
 
@@ -112498,7 +112653,7 @@ var Progress = function Progress(_ref) {
112498
112653
  }
112499
112654
  }, progress, "%"))) : (cov_1kbz6yv62s().b[1][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
112500
112655
  style: "body3"
112501
- }, t("local-uploader.completed"))));
112656
+ }, t("localUploader.completed"))));
112502
112657
  }));
112503
112658
  };
112504
112659
 
@@ -121999,6 +122154,658 @@ var EmojiOption = function EmojiOption(_ref) {
121999
122154
  }));
122000
122155
  };
122001
122156
 
122157
+ function u(){return (u=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);}return e}).apply(this,arguments)}function c(e,r){if(null==e)return {};var t,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r.indexOf(t=a[n])>=0||(o[t]=e[t]);return o}function i(e){var t=React$6.useRef(e),n=React$6.useRef(function(e){t.current&&t.current(e);});return t.current=e,n.current}var s=function(e,r,t){return void 0===r&&(r=0),void 0===t&&(t=1),e>t?t:e<r?r:e},f=function(e){return "touches"in e},v=function(e){return e&&e.ownerDocument.defaultView||self},d=function(e,r,t){var n=e.getBoundingClientRect(),o=f(r)?function(e,r){for(var t=0;t<e.length;t++)if(e[t].identifier===r)return e[t];return e[0]}(r.touches,t):r;return {left:s((o.pageX-(n.left+v(e).pageXOffset))/n.width),top:s((o.pageY-(n.top+v(e).pageYOffset))/n.height)}},h=function(e){!f(e)&&e.preventDefault();},m=React__default["default"].memo(function(o){var a=o.onMove,l=o.onKey,s=c(o,["onMove","onKey"]),m=React$6.useRef(null),g=i(a),p=i(l),b=React$6.useRef(null),_=React$6.useRef(!1),x=React$6.useMemo(function(){var e=function(e){h(e),(f(e)?e.touches.length>0:e.buttons>0)&&m.current?g(d(m.current,e,b.current)):t(!1);},r=function(){return t(!1)};function t(t){var n=_.current,o=v(m.current),a=t?o.addEventListener:o.removeEventListener;a(n?"touchmove":"mousemove",e),a(n?"touchend":"mouseup",r);}return [function(e){var r=e.nativeEvent,n=m.current;if(n&&(h(r),!function(e,r){return r&&!f(e)}(r,_.current)&&n)){if(f(r)){_.current=!0;var o=r.changedTouches||[];o.length&&(b.current=o[0].identifier);}n.focus(),g(d(n,r,b.current)),t(!0);}},function(e){var r=e.which||e.keyCode;r<37||r>40||(e.preventDefault(),p({left:39===r?.05:37===r?-.05:0,top:40===r?.05:38===r?-.05:0}));},t]},[p,g]),C=x[0],E=x[1],H=x[2];return React$6.useEffect(function(){return H},[H]),React__default["default"].createElement("div",u({},s,{onTouchStart:C,onMouseDown:C,className:"react-colorful__interactive",ref:m,onKeyDown:E,tabIndex:0,role:"slider"}))}),g=function(e){return e.filter(Boolean).join(" ")},p=function(r){var t=r.color,n=r.left,o=r.top,a=void 0===o?.5:o,l=g(["react-colorful__pointer",r.className]);return React__default["default"].createElement("div",{className:l,style:{top:100*a+"%",left:100*n+"%"}},React__default["default"].createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},b=function(e,r,t){return void 0===r&&(r=0),void 0===t&&(t=Math.pow(10,r)),Math.round(t*e)/t},x=function(e){return L(C(e))},C=function(e){return "#"===e[0]&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?b(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:8===e.length?b(parseInt(e.substring(6,8),16)/255,2):1}},w=function(e){return K(I(e))},y=function(e){var r=e.s,t=e.v,n=e.a,o=(200-r)*t/100;return {h:b(e.h),s:b(o>0&&o<200?r*t/100/(o<=100?o:200-o)*100:0),l:b(o/2),a:b(n,2)}},q=function(e){var r=y(e);return "hsl("+r.h+", "+r.s+"%, "+r.l+"%)"},I=function(e){var r=e.h,t=e.s,n=e.v,o=e.a;r=r/360*6,t/=100,n/=100;var a=Math.floor(r),l=n*(1-t),u=n*(1-(r-a)*t),c=n*(1-(1-r+a)*t),i=a%6;return {r:b(255*[n,u,l,l,c,n][i]),g:b(255*[c,n,n,u,l,l][i]),b:b(255*[l,l,c,n,n,u][i]),a:b(o,2)}},D=function(e){var r=e.toString(16);return r.length<2?"0"+r:r},K=function(e){var r=e.r,t=e.g,n=e.b,o=e.a,a=o<1?D(b(255*o)):"";return "#"+D(r)+D(t)+D(n)+a},L=function(e){var r=e.r,t=e.g,n=e.b,o=e.a,a=Math.max(r,t,n),l=a-Math.min(r,t,n),u=l?a===r?(t-n)/l:a===t?2+(n-r)/l:4+(r-t)/l:0;return {h:b(60*(u<0?u+6:u)),s:b(a?l/a*100:0),v:b(a/255*100),a:o}},S=React__default["default"].memo(function(r){var t=r.hue,n=r.onChange,o=g(["react-colorful__hue",r.className]);return React__default["default"].createElement("div",{className:o},React__default["default"].createElement(m,{onMove:function(e){n({h:360*e.left});},onKey:function(e){n({h:s(t+360*e.left,0,360)});},"aria-label":"Hue","aria-valuenow":b(t),"aria-valuemax":"360","aria-valuemin":"0"},React__default["default"].createElement(p,{className:"react-colorful__hue-pointer",left:t/360,color:q({h:t,s:100,v:100,a:1})})))}),T=React__default["default"].memo(function(r){var t=r.hsva,n=r.onChange,o={backgroundColor:q({h:t.h,s:100,v:100,a:1})};return React__default["default"].createElement("div",{className:"react-colorful__saturation",style:o},React__default["default"].createElement(m,{onMove:function(e){n({s:100*e.left,v:100-100*e.top});},onKey:function(e){n({s:s(t.s+100*e.left,0,100),v:s(t.v-100*e.top,0,100)});},"aria-label":"Color","aria-valuetext":"Saturation "+b(t.s)+"%, Brightness "+b(t.v)+"%"},React__default["default"].createElement(p,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:q(t)})))}),F=function(e,r){if(e===r)return !0;for(var t in e)if(e[t]!==r[t])return !1;return !0},X=function(e,r){return e.toLowerCase()===r.toLowerCase()||F(C(e),C(r))};function Y(e,t,l){var u=i(l),c=React$6.useState(function(){return e.toHsva(t)}),s=c[0],f=c[1],v=React$6.useRef({color:t,hsva:s});React$6.useEffect(function(){if(!e.equal(t,v.current.color)){var r=e.toHsva(t);v.current={hsva:r,color:t},f(r);}},[t,e]),React$6.useEffect(function(){var r;F(s,v.current.hsva)||e.equal(r=e.fromHsva(s),v.current.color)||(v.current={hsva:s,color:r},u(r));},[s,e,u]);var d=React$6.useCallback(function(e){f(function(r){return Object.assign({},r,e)});},[]);return [s,d]}var V="undefined"!=typeof window?React$6.useLayoutEffect:React$6.useEffect,$=function(){return ("undefined"!=typeof __webpack_nonce__?__webpack_nonce__:void 0)},J=new Map,Q=function(e){V(function(){var r=e.current?e.current.ownerDocument:document;if(void 0!==r&&!J.has(r)){var t=r.createElement("style");t.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',J.set(r,t);var n=$();n&&t.setAttribute("nonce",n),r.head.appendChild(t);}},[]);},U=function(t){var n=t.className,o=t.colorModel,a=t.color,l=void 0===a?o.defaultColor:a,i=t.onChange,s=c(t,["className","colorModel","color","onChange"]),f=React$6.useRef(null);Q(f);var v=Y(o,l,i),d=v[0],h=v[1],m=g(["react-colorful",n]);return React__default["default"].createElement("div",u({},s,{ref:f,className:m}),React__default["default"].createElement(T,{hsva:d,onChange:h}),React__default["default"].createElement(S,{hue:d.h,onChange:h,className:"react-colorful__last-control"}))},W={defaultColor:"000",toHsva:x,fromHsva:function(e){return w({h:e.h,s:e.s,v:e.v,a:1})},equal:X},Z=function(r){return React__default["default"].createElement(U,u({},r,{colorModel:W}))};
122158
+
122159
+ function cov_bf1egtcv4() {
122160
+ var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/TextColorOption.jsx";
122161
+ var hash = "ad219d6e4d579b6227eff2e33862f075e1aaeda9";
122162
+ var global = new Function("return this")();
122163
+ var gcv = "__coverage__";
122164
+ var coverageData = {
122165
+ path: "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/TextColorOption.jsx",
122166
+ statementMap: {
122167
+ "0": {
122168
+ start: {
122169
+ line: 10,
122170
+ column: 24
122171
+ },
122172
+ end: {
122173
+ line: 79,
122174
+ column: 1
122175
+ }
122176
+ },
122177
+ "1": {
122178
+ start: {
122179
+ line: 11,
122180
+ column: 30
122181
+ },
122182
+ end: {
122183
+ line: 11,
122184
+ column: 45
122185
+ }
122186
+ },
122187
+ "2": {
122188
+ start: {
122189
+ line: 12,
122190
+ column: 28
122191
+ },
122192
+ end: {
122193
+ line: 12,
122194
+ column: 77
122195
+ }
122196
+ },
122197
+ "3": {
122198
+ start: {
122199
+ line: 14,
122200
+ column: 29
122201
+ },
122202
+ end: {
122203
+ line: 14,
122204
+ column: 41
122205
+ }
122206
+ },
122207
+ "4": {
122208
+ start: {
122209
+ line: 15,
122210
+ column: 16
122211
+ },
122212
+ end: {
122213
+ line: 15,
122214
+ column: 32
122215
+ }
122216
+ },
122217
+ "5": {
122218
+ start: {
122219
+ line: 17,
122220
+ column: 31
122221
+ },
122222
+ end: {
122223
+ line: 20,
122224
+ column: 3
122225
+ }
122226
+ },
122227
+ "6": {
122228
+ start: {
122229
+ line: 18,
122230
+ column: 13
122231
+ },
122232
+ end: {
122233
+ line: 18,
122234
+ column: 44
122235
+ }
122236
+ },
122237
+ "7": {
122238
+ start: {
122239
+ line: 22,
122240
+ column: 22
122241
+ },
122242
+ end: {
122243
+ line: 26,
122244
+ column: 3
122245
+ }
122246
+ },
122247
+ "8": {
122248
+ start: {
122249
+ line: 23,
122250
+ column: 4
122251
+ },
122252
+ end: {
122253
+ line: 23,
122254
+ column: 33
122255
+ }
122256
+ },
122257
+ "9": {
122258
+ start: {
122259
+ line: 24,
122260
+ column: 4
122261
+ },
122262
+ end: {
122263
+ line: 24,
122264
+ column: 21
122265
+ }
122266
+ },
122267
+ "10": {
122268
+ start: {
122269
+ line: 25,
122270
+ column: 4
122271
+ },
122272
+ end: {
122273
+ line: 25,
122274
+ column: 28
122275
+ }
122276
+ },
122277
+ "11": {
122278
+ start: {
122279
+ line: 28,
122280
+ column: 28
122281
+ },
122282
+ end: {
122283
+ line: 31,
122284
+ column: 3
122285
+ }
122286
+ },
122287
+ "12": {
122288
+ start: {
122289
+ line: 29,
122290
+ column: 4
122291
+ },
122292
+ end: {
122293
+ line: 29,
122294
+ column: 20
122295
+ }
122296
+ },
122297
+ "13": {
122298
+ start: {
122299
+ line: 30,
122300
+ column: 4
122301
+ },
122302
+ end: {
122303
+ line: 30,
122304
+ column: 32
122305
+ }
122306
+ },
122307
+ "14": {
122308
+ start: {
122309
+ line: 33,
122310
+ column: 2
122311
+ },
122312
+ end: {
122313
+ line: 37,
122314
+ column: 5
122315
+ }
122316
+ },
122317
+ "15": {
122318
+ start: {
122319
+ line: 34,
122320
+ column: 4
122321
+ },
122322
+ end: {
122323
+ line: 34,
122324
+ column: 37
122325
+ }
122326
+ },
122327
+ "16": {
122328
+ start: {
122329
+ line: 35,
122330
+ column: 4
122331
+ },
122332
+ end: {
122333
+ line: 35,
122334
+ column: 28
122335
+ }
122336
+ },
122337
+ "17": {
122338
+ start: {
122339
+ line: 36,
122340
+ column: 4
122341
+ },
122342
+ end: {
122343
+ line: 36,
122344
+ column: 21
122345
+ }
122346
+ },
122347
+ "18": {
122348
+ start: {
122349
+ line: 39,
122350
+ column: 2
122351
+ },
122352
+ end: {
122353
+ line: 78,
122354
+ column: 4
122355
+ }
122356
+ },
122357
+ "19": {
122358
+ start: {
122359
+ line: 51,
122360
+ column: 10
122361
+ },
122362
+ end: {
122363
+ line: 51,
122364
+ column: 60
122365
+ }
122366
+ },
122367
+ "20": {
122368
+ start: {
122369
+ line: 52,
122370
+ column: 10
122371
+ },
122372
+ end: {
122373
+ line: 52,
122374
+ column: 25
122375
+ }
122376
+ },
122377
+ "21": {
122378
+ start: {
122379
+ line: 66,
122380
+ column: 27
122381
+ },
122382
+ end: {
122383
+ line: 66,
122384
+ column: 51
122385
+ }
122386
+ }
122387
+ },
122388
+ fnMap: {
122389
+ "0": {
122390
+ name: "(anonymous_0)",
122391
+ decl: {
122392
+ start: {
122393
+ line: 10,
122394
+ column: 24
122395
+ },
122396
+ end: {
122397
+ line: 10,
122398
+ column: 25
122399
+ }
122400
+ },
122401
+ loc: {
122402
+ start: {
122403
+ line: 10,
122404
+ column: 56
122405
+ },
122406
+ end: {
122407
+ line: 79,
122408
+ column: 1
122409
+ }
122410
+ },
122411
+ line: 10
122412
+ },
122413
+ "1": {
122414
+ name: "(anonymous_1)",
122415
+ decl: {
122416
+ start: {
122417
+ line: 18,
122418
+ column: 4
122419
+ },
122420
+ end: {
122421
+ line: 18,
122422
+ column: 5
122423
+ }
122424
+ },
122425
+ loc: {
122426
+ start: {
122427
+ line: 18,
122428
+ column: 13
122429
+ },
122430
+ end: {
122431
+ line: 18,
122432
+ column: 44
122433
+ }
122434
+ },
122435
+ line: 18
122436
+ },
122437
+ "2": {
122438
+ name: "(anonymous_2)",
122439
+ decl: {
122440
+ start: {
122441
+ line: 22,
122442
+ column: 22
122443
+ },
122444
+ end: {
122445
+ line: 22,
122446
+ column: 23
122447
+ }
122448
+ },
122449
+ loc: {
122450
+ start: {
122451
+ line: 22,
122452
+ column: 28
122453
+ },
122454
+ end: {
122455
+ line: 26,
122456
+ column: 3
122457
+ }
122458
+ },
122459
+ line: 22
122460
+ },
122461
+ "3": {
122462
+ name: "(anonymous_3)",
122463
+ decl: {
122464
+ start: {
122465
+ line: 28,
122466
+ column: 28
122467
+ },
122468
+ end: {
122469
+ line: 28,
122470
+ column: 29
122471
+ }
122472
+ },
122473
+ loc: {
122474
+ start: {
122475
+ line: 28,
122476
+ column: 37
122477
+ },
122478
+ end: {
122479
+ line: 31,
122480
+ column: 3
122481
+ }
122482
+ },
122483
+ line: 28
122484
+ },
122485
+ "4": {
122486
+ name: "(anonymous_4)",
122487
+ decl: {
122488
+ start: {
122489
+ line: 33,
122490
+ column: 40
122491
+ },
122492
+ end: {
122493
+ line: 33,
122494
+ column: 41
122495
+ }
122496
+ },
122497
+ loc: {
122498
+ start: {
122499
+ line: 33,
122500
+ column: 49
122501
+ },
122502
+ end: {
122503
+ line: 37,
122504
+ column: 3
122505
+ }
122506
+ },
122507
+ line: 33
122508
+ },
122509
+ "5": {
122510
+ name: "(anonymous_5)",
122511
+ decl: {
122512
+ start: {
122513
+ line: 50,
122514
+ column: 17
122515
+ },
122516
+ end: {
122517
+ line: 50,
122518
+ column: 18
122519
+ }
122520
+ },
122521
+ loc: {
122522
+ start: {
122523
+ line: 50,
122524
+ column: 23
122525
+ },
122526
+ end: {
122527
+ line: 53,
122528
+ column: 9
122529
+ }
122530
+ },
122531
+ line: 50
122532
+ },
122533
+ "6": {
122534
+ name: "(anonymous_6)",
122535
+ decl: {
122536
+ start: {
122537
+ line: 66,
122538
+ column: 22
122539
+ },
122540
+ end: {
122541
+ line: 66,
122542
+ column: 23
122543
+ }
122544
+ },
122545
+ loc: {
122546
+ start: {
122547
+ line: 66,
122548
+ column: 27
122549
+ },
122550
+ end: {
122551
+ line: 66,
122552
+ column: 51
122553
+ }
122554
+ },
122555
+ line: 66
122556
+ }
122557
+ },
122558
+ branchMap: {
122559
+ "0": {
122560
+ loc: {
122561
+ start: {
122562
+ line: 34,
122563
+ column: 4
122564
+ },
122565
+ end: {
122566
+ line: 34,
122567
+ column: 36
122568
+ }
122569
+ },
122570
+ type: "binary-expr",
122571
+ locations: [{
122572
+ start: {
122573
+ line: 34,
122574
+ column: 4
122575
+ },
122576
+ end: {
122577
+ line: 34,
122578
+ column: 10
122579
+ }
122580
+ }, {
122581
+ start: {
122582
+ line: 34,
122583
+ column: 14
122584
+ },
122585
+ end: {
122586
+ line: 34,
122587
+ column: 36
122588
+ }
122589
+ }],
122590
+ line: 34
122591
+ },
122592
+ "1": {
122593
+ loc: {
122594
+ start: {
122595
+ line: 42,
122596
+ column: 21
122597
+ },
122598
+ end: {
122599
+ line: 42,
122600
+ column: 50
122601
+ }
122602
+ },
122603
+ type: "cond-expr",
122604
+ locations: [{
122605
+ start: {
122606
+ line: 42,
122607
+ column: 30
122608
+ },
122609
+ end: {
122610
+ line: 42,
122611
+ column: 41
122612
+ }
122613
+ }, {
122614
+ start: {
122615
+ line: 42,
122616
+ column: 44
122617
+ },
122618
+ end: {
122619
+ line: 42,
122620
+ column: 50
122621
+ }
122622
+ }],
122623
+ line: 42
122624
+ },
122625
+ "2": {
122626
+ loc: {
122627
+ start: {
122628
+ line: 56,
122629
+ column: 17
122630
+ },
122631
+ end: {
122632
+ line: 56,
122633
+ column: 35
122634
+ }
122635
+ },
122636
+ type: "binary-expr",
122637
+ locations: [{
122638
+ start: {
122639
+ line: 56,
122640
+ column: 17
122641
+ },
122642
+ end: {
122643
+ line: 56,
122644
+ column: 22
122645
+ }
122646
+ }, {
122647
+ start: {
122648
+ line: 56,
122649
+ column: 26
122650
+ },
122651
+ end: {
122652
+ line: 56,
122653
+ column: 35
122654
+ }
122655
+ }],
122656
+ line: 56
122657
+ }
122658
+ },
122659
+ s: {
122660
+ "0": 0,
122661
+ "1": 0,
122662
+ "2": 0,
122663
+ "3": 0,
122664
+ "4": 0,
122665
+ "5": 0,
122666
+ "6": 0,
122667
+ "7": 0,
122668
+ "8": 0,
122669
+ "9": 0,
122670
+ "10": 0,
122671
+ "11": 0,
122672
+ "12": 0,
122673
+ "13": 0,
122674
+ "14": 0,
122675
+ "15": 0,
122676
+ "16": 0,
122677
+ "17": 0,
122678
+ "18": 0,
122679
+ "19": 0,
122680
+ "20": 0,
122681
+ "21": 0
122682
+ },
122683
+ f: {
122684
+ "0": 0,
122685
+ "1": 0,
122686
+ "2": 0,
122687
+ "3": 0,
122688
+ "4": 0,
122689
+ "5": 0,
122690
+ "6": 0
122691
+ },
122692
+ b: {
122693
+ "0": [0, 0],
122694
+ "1": [0, 0],
122695
+ "2": [0, 0]
122696
+ },
122697
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
122698
+ hash: "ad219d6e4d579b6227eff2e33862f075e1aaeda9"
122699
+ };
122700
+ var coverage = global[gcv] || (global[gcv] = {});
122701
+ if (!coverage[path] || coverage[path].hash !== hash) {
122702
+ coverage[path] = coverageData;
122703
+ }
122704
+ var actualCoverage = coverage[path];
122705
+ {
122706
+ // @ts-ignore
122707
+ cov_bf1egtcv4 = function () {
122708
+ return actualCoverage;
122709
+ };
122710
+ }
122711
+ return actualCoverage;
122712
+ }
122713
+ cov_bf1egtcv4();
122714
+ cov_bf1egtcv4().s[0]++;
122715
+ var TextColorOption = function TextColorOption(_ref) {
122716
+ var editor = _ref.editor,
122717
+ tooltipContent = _ref.tooltipContent;
122718
+ cov_bf1egtcv4().f[0]++;
122719
+ var _ref2 = (cov_bf1egtcv4().s[1]++, React$6.useState(false)),
122720
+ _ref3 = _slicedToArray(_ref2, 2),
122721
+ isOpen = _ref3[0],
122722
+ setIsOpen = _ref3[1];
122723
+ var _ref4 = (cov_bf1egtcv4().s[2]++, React$6.useState(editor.getAttributes("textStyle").color)),
122724
+ _ref5 = _slicedToArray(_ref4, 2),
122725
+ color = _ref5[0],
122726
+ setColor = _ref5[1];
122727
+ var dropdownWrapperRef = (cov_bf1egtcv4().s[3]++, React$6.useRef(null));
122728
+ var _ref6 = (cov_bf1egtcv4().s[4]++, useTranslation()),
122729
+ t = _ref6.t;
122730
+ var handleDebouncedClose = (cov_bf1egtcv4().s[5]++, reactUtils.useFuncDebounce(function (color) {
122731
+ cov_bf1egtcv4().f[1]++;
122732
+ cov_bf1egtcv4().s[6]++;
122733
+ return editor.commands.setColor(color);
122734
+ }, 300));
122735
+ cov_bf1egtcv4().s[7]++;
122736
+ var handleReset = function handleReset() {
122737
+ cov_bf1egtcv4().f[2]++;
122738
+ cov_bf1egtcv4().s[8]++;
122739
+ editor.commands.unsetColor();
122740
+ cov_bf1egtcv4().s[9]++;
122741
+ setIsOpen(false);
122742
+ cov_bf1egtcv4().s[10]++;
122743
+ editor.commands.focus();
122744
+ };
122745
+ cov_bf1egtcv4().s[11]++;
122746
+ var handleColorChange = function handleColorChange(color) {
122747
+ cov_bf1egtcv4().f[3]++;
122748
+ cov_bf1egtcv4().s[12]++;
122749
+ setColor(color);
122750
+ cov_bf1egtcv4().s[13]++;
122751
+ handleDebouncedClose(color);
122752
+ };
122753
+ cov_bf1egtcv4().s[14]++;
122754
+ reactUtils.useOnClickOutside(dropdownWrapperRef, function (event) {
122755
+ cov_bf1egtcv4().f[4]++;
122756
+ cov_bf1egtcv4().s[15]++;
122757
+ (cov_bf1egtcv4().b[0][0]++, isOpen) && (cov_bf1egtcv4().b[0][1]++, event.preventDefault());
122758
+ cov_bf1egtcv4().s[16]++;
122759
+ editor.commands.focus();
122760
+ cov_bf1egtcv4().s[17]++;
122761
+ setIsOpen(false);
122762
+ });
122763
+ cov_bf1egtcv4().s[18]++;
122764
+ return /*#__PURE__*/React__default["default"].createElement("div", {
122765
+ ref: dropdownWrapperRef
122766
+ }, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
122767
+ buttonStyle: isOpen ? (cov_bf1egtcv4().b[1][0]++, "secondary") : (cov_bf1egtcv4().b[1][1]++, "text"),
122768
+ icon: neetoIcons.Customize,
122769
+ isOpen: isOpen,
122770
+ buttonProps: {
122771
+ tooltipProps: {
122772
+ content: tooltipContent,
122773
+ position: "bottom"
122774
+ },
122775
+ className: "neeto-editor-fixed-menu__item neeto-editor-text-color-option"
122776
+ },
122777
+ onClick: function onClick() {
122778
+ cov_bf1egtcv4().f[5]++;
122779
+ cov_bf1egtcv4().s[19]++;
122780
+ setColor(editor.getAttributes("textStyle").color);
122781
+ cov_bf1egtcv4().s[20]++;
122782
+ setIsOpen(ramda.not);
122783
+ }
122784
+ }, /*#__PURE__*/React__default["default"].createElement(Z, {
122785
+ color: (cov_bf1egtcv4().b[2][0]++, color) || (cov_bf1egtcv4().b[2][1]++, "#000000"),
122786
+ onChange: handleColorChange
122787
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
122788
+ className: "neeto-editor-text-color-option__options-group"
122789
+ }, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, {
122790
+ autoFocus: true,
122791
+ className: "neeto-editor-text-color-option__options-group__input",
122792
+ placeholder: t("placeholders.pickColor"),
122793
+ size: "small",
122794
+ value: color,
122795
+ onChange: function onChange(e) {
122796
+ cov_bf1egtcv4().f[6]++;
122797
+ cov_bf1egtcv4().s[21]++;
122798
+ return setColor(e.target.value);
122799
+ }
122800
+ }), /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
122801
+ className: "neeto-editor-text-color-option__options-group__reset-button",
122802
+ label: t("common.reset"),
122803
+ size: "small",
122804
+ style: "text",
122805
+ onClick: handleReset
122806
+ }))));
122807
+ };
122808
+
122002
122809
  function cov_2gwegiwlga() {
122003
122810
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/utils.jsx";
122004
122811
  var hash = "fe0f5a76dda71d4f032cf8c08c4220a0da772a56";
@@ -122464,7 +123271,7 @@ var buildOptionsFromAddonCommands = function buildOptionsFromAddonCommands(_ref3
122464
123271
 
122465
123272
  function cov_516a30a1v() {
122466
123273
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Bubble/Options.jsx";
122467
- var hash = "3b6f3c4ad1afb875c37cceda07dccae40d55f557";
123274
+ var hash = "8adb175ad48f6164a01eaab4f6d918b78853ab8a";
122468
123275
  var global = new Function("return this")();
122469
123276
  var gcv = "__coverage__";
122470
123277
  var coverageData = {
@@ -122472,231 +123279,241 @@ function cov_516a30a1v() {
122472
123279
  statementMap: {
122473
123280
  "0": {
122474
123281
  start: {
122475
- line: 21,
123282
+ line: 22,
122476
123283
  column: 16
122477
123284
  },
122478
123285
  end: {
122479
- line: 139,
123286
+ line: 147,
122480
123287
  column: 1
122481
123288
  }
122482
123289
  },
122483
123290
  "1": {
122484
123291
  start: {
122485
- line: 38,
123292
+ line: 39,
122486
123293
  column: 16
122487
123294
  },
122488
123295
  end: {
122489
- line: 38,
123296
+ line: 39,
122490
123297
  column: 32
122491
123298
  }
122492
123299
  },
122493
123300
  "2": {
122494
123301
  start: {
122495
- line: 39,
123302
+ line: 40,
122496
123303
  column: 29
122497
123304
  },
122498
123305
  end: {
122499
- line: 39,
123306
+ line: 40,
122500
123307
  column: 37
122501
123308
  }
122502
123309
  },
122503
123310
  "3": {
122504
123311
  start: {
122505
- line: 41,
123312
+ line: 42,
122506
123313
  column: 26
122507
123314
  },
122508
123315
  end: {
122509
- line: 41,
123316
+ line: 42,
122510
123317
  column: 64
122511
123318
  }
122512
123319
  },
122513
123320
  "4": {
122514
123321
  start: {
122515
- line: 42,
123322
+ line: 43,
122516
123323
  column: 19
122517
123324
  },
122518
123325
  end: {
122519
- line: 42,
123326
+ line: 43,
122520
123327
  column: 47
122521
123328
  }
122522
123329
  },
122523
123330
  "5": {
122524
123331
  start: {
122525
- line: 43,
123332
+ line: 44,
122526
123333
  column: 24
122527
123334
  },
122528
123335
  end: {
122529
- line: 43,
123336
+ line: 44,
122530
123337
  column: 62
122531
123338
  }
122532
123339
  },
122533
123340
  "6": {
122534
123341
  start: {
122535
- line: 44,
123342
+ line: 45,
123343
+ column: 34
123344
+ },
123345
+ end: {
123346
+ line: 45,
123347
+ column: 77
123348
+ }
123349
+ },
123350
+ "7": {
123351
+ start: {
123352
+ line: 46,
122536
123353
  column: 23
122537
123354
  },
122538
123355
  end: {
122539
- line: 44,
123356
+ line: 46,
122540
123357
  column: 60
122541
123358
  }
122542
123359
  },
122543
- "7": {
123360
+ "8": {
122544
123361
  start: {
122545
- line: 45,
123362
+ line: 47,
122546
123363
  column: 24
122547
123364
  },
122548
123365
  end: {
122549
- line: 45,
123366
+ line: 47,
122550
123367
  column: 62
122551
123368
  }
122552
123369
  },
122553
- "8": {
123370
+ "9": {
122554
123371
  start: {
122555
- line: 51,
123372
+ line: 53,
122556
123373
  column: 6
122557
123374
  },
122558
123375
  end: {
122559
- line: 58,
123376
+ line: 60,
122560
123377
  column: 4
122561
123378
  }
122562
123379
  },
122563
- "9": {
123380
+ "10": {
122564
123381
  start: {
122565
- line: 60,
123382
+ line: 62,
122566
123383
  column: 35
122567
123384
  },
122568
123385
  end: {
122569
- line: 65,
123386
+ line: 67,
122570
123387
  column: 3
122571
123388
  }
122572
123389
  },
122573
- "10": {
123390
+ "11": {
122574
123391
  start: {
122575
- line: 61,
123392
+ line: 63,
122576
123393
  column: 4
122577
123394
  },
122578
123395
  end: {
122579
- line: 61,
123396
+ line: 63,
122580
123397
  column: 27
122581
123398
  }
122582
123399
  },
122583
- "11": {
123400
+ "12": {
122584
123401
  start: {
122585
- line: 62,
123402
+ line: 64,
122586
123403
  column: 4
122587
123404
  },
122588
123405
  end: {
122589
- line: 64,
123406
+ line: 66,
122590
123407
  column: 13
122591
123408
  }
122592
123409
  },
122593
- "12": {
123410
+ "13": {
122594
123411
  start: {
122595
- line: 63,
123412
+ line: 65,
122596
123413
  column: 6
122597
123414
  },
122598
123415
  end: {
122599
- line: 63,
123416
+ line: 65,
122600
123417
  column: 30
122601
123418
  }
122602
123419
  },
122603
- "13": {
123420
+ "14": {
122604
123421
  start: {
122605
- line: 67,
123422
+ line: 69,
122606
123423
  column: 2
122607
123424
  },
122608
123425
  end: {
122609
- line: 75,
123426
+ line: 77,
122610
123427
  column: 3
122611
123428
  }
122612
123429
  },
122613
- "14": {
123430
+ "15": {
122614
123431
  start: {
122615
- line: 68,
123432
+ line: 70,
122616
123433
  column: 4
122617
123434
  },
122618
123435
  end: {
122619
- line: 74,
123436
+ line: 76,
122620
123437
  column: 6
122621
123438
  }
122622
123439
  },
122623
- "15": {
123440
+ "16": {
122624
123441
  start: {
122625
- line: 72,
123442
+ line: 74,
122626
123443
  column: 27
122627
123444
  },
122628
123445
  end: {
122629
- line: 72,
123446
+ line: 74,
122630
123447
  column: 55
122631
123448
  }
122632
123449
  },
122633
- "16": {
123450
+ "17": {
122634
123451
  start: {
122635
- line: 77,
123452
+ line: 79,
122636
123453
  column: 2
122637
123454
  },
122638
123455
  end: {
122639
- line: 84,
123456
+ line: 86,
122640
123457
  column: 3
122641
123458
  }
122642
123459
  },
122643
- "17": {
123460
+ "18": {
122644
123461
  start: {
122645
- line: 78,
123462
+ line: 80,
122646
123463
  column: 4
122647
123464
  },
122648
123465
  end: {
122649
- line: 83,
123466
+ line: 85,
122650
123467
  column: 6
122651
123468
  }
122652
123469
  },
122653
- "18": {
123470
+ "19": {
122654
123471
  start: {
122655
- line: 81,
123472
+ line: 83,
122656
123473
  column: 27
122657
123474
  },
122658
123475
  end: {
122659
- line: 81,
123476
+ line: 83,
122660
123477
  column: 56
122661
123478
  }
122662
123479
  },
122663
- "19": {
123480
+ "20": {
122664
123481
  start: {
122665
- line: 86,
123482
+ line: 88,
122666
123483
  column: 2
122667
123484
  },
122668
123485
  end: {
122669
- line: 138,
123486
+ line: 146,
122670
123487
  column: 4
122671
123488
  }
122672
123489
  },
122673
- "20": {
123490
+ "21": {
122674
123491
  start: {
122675
- line: 96,
123492
+ line: 98,
122676
123493
  column: 12
122677
123494
  },
122678
123495
  end: {
122679
- line: 98,
123496
+ line: 100,
122680
123497
  column: 30
122681
123498
  }
122682
123499
  },
122683
- "21": {
123500
+ "22": {
122684
123501
  start: {
122685
- line: 116,
123502
+ line: 124,
122686
123503
  column: 25
122687
123504
  },
122688
123505
  end: {
122689
- line: 116,
123506
+ line: 124,
122690
123507
  column: 52
122691
123508
  }
122692
123509
  },
122693
- "22": {
123510
+ "23": {
122694
123511
  start: {
122695
- line: 125,
123512
+ line: 133,
122696
123513
  column: 25
122697
123514
  },
122698
123515
  end: {
122699
- line: 125,
123516
+ line: 133,
122700
123517
  column: 53
122701
123518
  }
122702
123519
  }
@@ -122706,215 +123523,215 @@ function cov_516a30a1v() {
122706
123523
  name: "(anonymous_0)",
122707
123524
  decl: {
122708
123525
  start: {
122709
- line: 21,
123526
+ line: 22,
122710
123527
  column: 16
122711
123528
  },
122712
123529
  end: {
122713
- line: 21,
123530
+ line: 22,
122714
123531
  column: 17
122715
123532
  }
122716
123533
  },
122717
123534
  loc: {
122718
123535
  start: {
122719
- line: 37,
123536
+ line: 38,
122720
123537
  column: 6
122721
123538
  },
122722
123539
  end: {
122723
- line: 139,
123540
+ line: 147,
122724
123541
  column: 1
122725
123542
  }
122726
123543
  },
122727
- line: 37
123544
+ line: 38
122728
123545
  },
122729
123546
  "1": {
122730
123547
  name: "(anonymous_1)",
122731
123548
  decl: {
122732
123549
  start: {
122733
- line: 60,
123550
+ line: 62,
122734
123551
  column: 35
122735
123552
  },
122736
123553
  end: {
122737
- line: 60,
123554
+ line: 62,
122738
123555
  column: 36
122739
123556
  }
122740
123557
  },
122741
123558
  loc: {
122742
123559
  start: {
122743
- line: 60,
123560
+ line: 62,
122744
123561
  column: 41
122745
123562
  },
122746
123563
  end: {
122747
- line: 65,
123564
+ line: 67,
122748
123565
  column: 3
122749
123566
  }
122750
123567
  },
122751
- line: 60
123568
+ line: 62
122752
123569
  },
122753
123570
  "2": {
122754
123571
  name: "(anonymous_2)",
122755
123572
  decl: {
122756
123573
  start: {
122757
- line: 62,
123574
+ line: 64,
122758
123575
  column: 15
122759
123576
  },
122760
123577
  end: {
122761
- line: 62,
123578
+ line: 64,
122762
123579
  column: 16
122763
123580
  }
122764
123581
  },
122765
123582
  loc: {
122766
123583
  start: {
122767
- line: 62,
123584
+ line: 64,
122768
123585
  column: 21
122769
123586
  },
122770
123587
  end: {
122771
- line: 64,
123588
+ line: 66,
122772
123589
  column: 5
122773
123590
  }
122774
123591
  },
122775
- line: 62
123592
+ line: 64
122776
123593
  },
122777
123594
  "3": {
122778
123595
  name: "(anonymous_3)",
122779
123596
  decl: {
122780
123597
  start: {
122781
- line: 72,
123598
+ line: 74,
122782
123599
  column: 21
122783
123600
  },
122784
123601
  end: {
122785
- line: 72,
123602
+ line: 74,
122786
123603
  column: 22
122787
123604
  }
122788
123605
  },
122789
123606
  loc: {
122790
123607
  start: {
122791
- line: 72,
123608
+ line: 74,
122792
123609
  column: 27
122793
123610
  },
122794
123611
  end: {
122795
- line: 72,
123612
+ line: 74,
122796
123613
  column: 55
122797
123614
  }
122798
123615
  },
122799
- line: 72
123616
+ line: 74
122800
123617
  },
122801
123618
  "4": {
122802
123619
  name: "(anonymous_4)",
122803
123620
  decl: {
122804
123621
  start: {
122805
- line: 81,
123622
+ line: 83,
122806
123623
  column: 21
122807
123624
  },
122808
123625
  end: {
122809
- line: 81,
123626
+ line: 83,
122810
123627
  column: 22
122811
123628
  }
122812
123629
  },
122813
123630
  loc: {
122814
123631
  start: {
122815
- line: 81,
123632
+ line: 83,
122816
123633
  column: 27
122817
123634
  },
122818
123635
  end: {
122819
- line: 81,
123636
+ line: 83,
122820
123637
  column: 56
122821
123638
  }
122822
123639
  },
122823
- line: 81
123640
+ line: 83
122824
123641
  },
122825
123642
  "5": {
122826
123643
  name: "(anonymous_5)",
122827
123644
  decl: {
122828
123645
  start: {
122829
- line: 95,
123646
+ line: 97,
122830
123647
  column: 31
122831
123648
  },
122832
123649
  end: {
122833
- line: 95,
123650
+ line: 97,
122834
123651
  column: 32
122835
123652
  }
122836
123653
  },
122837
123654
  loc: {
122838
123655
  start: {
122839
- line: 96,
123656
+ line: 98,
122840
123657
  column: 12
122841
123658
  },
122842
123659
  end: {
122843
- line: 98,
123660
+ line: 100,
122844
123661
  column: 30
122845
123662
  }
122846
123663
  },
122847
- line: 96
123664
+ line: 98
122848
123665
  },
122849
123666
  "6": {
122850
123667
  name: "(anonymous_6)",
122851
123668
  decl: {
122852
123669
  start: {
122853
- line: 116,
123670
+ line: 124,
122854
123671
  column: 19
122855
123672
  },
122856
123673
  end: {
122857
- line: 116,
123674
+ line: 124,
122858
123675
  column: 20
122859
123676
  }
122860
123677
  },
122861
123678
  loc: {
122862
123679
  start: {
122863
- line: 116,
123680
+ line: 124,
122864
123681
  column: 25
122865
123682
  },
122866
123683
  end: {
122867
- line: 116,
123684
+ line: 124,
122868
123685
  column: 52
122869
123686
  }
122870
123687
  },
122871
- line: 116
123688
+ line: 124
122872
123689
  },
122873
123690
  "7": {
122874
123691
  name: "(anonymous_7)",
122875
123692
  decl: {
122876
123693
  start: {
122877
- line: 125,
123694
+ line: 133,
122878
123695
  column: 19
122879
123696
  },
122880
123697
  end: {
122881
- line: 125,
123698
+ line: 133,
122882
123699
  column: 20
122883
123700
  }
122884
123701
  },
122885
123702
  loc: {
122886
123703
  start: {
122887
- line: 125,
123704
+ line: 133,
122888
123705
  column: 25
122889
123706
  },
122890
123707
  end: {
122891
- line: 125,
123708
+ line: 133,
122892
123709
  column: 53
122893
123710
  }
122894
123711
  },
122895
- line: 125
123712
+ line: 133
122896
123713
  }
122897
123714
  },
122898
123715
  branchMap: {
122899
123716
  "0": {
122900
123717
  loc: {
122901
123718
  start: {
122902
- line: 67,
123719
+ line: 69,
122903
123720
  column: 2
122904
123721
  },
122905
123722
  end: {
122906
- line: 75,
123723
+ line: 77,
122907
123724
  column: 3
122908
123725
  }
122909
123726
  },
122910
123727
  type: "if",
122911
123728
  locations: [{
122912
123729
  start: {
122913
- line: 67,
123730
+ line: 69,
122914
123731
  column: 2
122915
123732
  },
122916
123733
  end: {
122917
- line: 75,
123734
+ line: 77,
122918
123735
  column: 3
122919
123736
  }
122920
123737
  }, {
@@ -122927,27 +123744,27 @@ function cov_516a30a1v() {
122927
123744
  column: undefined
122928
123745
  }
122929
123746
  }],
122930
- line: 67
123747
+ line: 69
122931
123748
  },
122932
123749
  "1": {
122933
123750
  loc: {
122934
123751
  start: {
122935
- line: 77,
123752
+ line: 79,
122936
123753
  column: 2
122937
123754
  },
122938
123755
  end: {
122939
- line: 84,
123756
+ line: 86,
122940
123757
  column: 3
122941
123758
  }
122942
123759
  },
122943
123760
  type: "if",
122944
123761
  locations: [{
122945
123762
  start: {
122946
- line: 77,
123763
+ line: 79,
122947
123764
  column: 2
122948
123765
  },
122949
123766
  end: {
122950
- line: 84,
123767
+ line: 86,
122951
123768
  column: 3
122952
123769
  }
122953
123770
  }, {
@@ -122960,12 +123777,12 @@ function cov_516a30a1v() {
122960
123777
  column: undefined
122961
123778
  }
122962
123779
  }],
122963
- line: 77
123780
+ line: 79
122964
123781
  },
122965
123782
  "2": {
122966
123783
  loc: {
122967
123784
  start: {
122968
- line: 104,
123785
+ line: 106,
122969
123786
  column: 7
122970
123787
  },
122971
123788
  end: {
@@ -122976,16 +123793,16 @@ function cov_516a30a1v() {
122976
123793
  type: "binary-expr",
122977
123794
  locations: [{
122978
123795
  start: {
122979
- line: 104,
123796
+ line: 106,
122980
123797
  column: 7
122981
123798
  },
122982
123799
  end: {
122983
- line: 104,
122984
- column: 20
123800
+ line: 106,
123801
+ column: 30
122985
123802
  }
122986
123803
  }, {
122987
123804
  start: {
122988
- line: 105,
123805
+ line: 107,
122989
123806
  column: 8
122990
123807
  },
122991
123808
  end: {
@@ -122993,7 +123810,7 @@ function cov_516a30a1v() {
122993
123810
  column: 10
122994
123811
  }
122995
123812
  }],
122996
- line: 104
123813
+ line: 106
122997
123814
  },
122998
123815
  "3": {
122999
123816
  loc: {
@@ -123003,7 +123820,7 @@ function cov_516a30a1v() {
123003
123820
  },
123004
123821
  end: {
123005
123822
  line: 109,
123006
- column: 59
123823
+ column: 67
123007
123824
  }
123008
123825
  },
123009
123826
  type: "binary-expr",
@@ -123014,16 +123831,16 @@ function cov_516a30a1v() {
123014
123831
  },
123015
123832
  end: {
123016
123833
  line: 109,
123017
- column: 40
123834
+ column: 44
123018
123835
  }
123019
123836
  }, {
123020
123837
  start: {
123021
123838
  line: 109,
123022
- column: 44
123839
+ column: 48
123023
123840
  },
123024
123841
  end: {
123025
123842
  line: 109,
123026
- column: 59
123843
+ column: 67
123027
123844
  }
123028
123845
  }],
123029
123846
  line: 109
@@ -123031,167 +123848,233 @@ function cov_516a30a1v() {
123031
123848
  "4": {
123032
123849
  loc: {
123033
123850
  start: {
123034
- line: 113,
123851
+ line: 112,
123035
123852
  column: 7
123036
123853
  },
123037
123854
  end: {
123855
+ line: 119,
123856
+ column: 7
123857
+ }
123858
+ },
123859
+ type: "binary-expr",
123860
+ locations: [{
123861
+ start: {
123862
+ line: 112,
123863
+ column: 7
123864
+ },
123865
+ end: {
123866
+ line: 112,
123867
+ column: 20
123868
+ }
123869
+ }, {
123870
+ start: {
123871
+ line: 113,
123872
+ column: 8
123873
+ },
123874
+ end: {
123875
+ line: 118,
123876
+ column: 10
123877
+ }
123878
+ }],
123879
+ line: 112
123880
+ },
123881
+ "5": {
123882
+ loc: {
123883
+ start: {
123884
+ line: 117,
123885
+ column: 26
123886
+ },
123887
+ end: {
123888
+ line: 117,
123889
+ column: 59
123890
+ }
123891
+ },
123892
+ type: "binary-expr",
123893
+ locations: [{
123894
+ start: {
123895
+ line: 117,
123896
+ column: 26
123897
+ },
123898
+ end: {
123899
+ line: 117,
123900
+ column: 40
123901
+ }
123902
+ }, {
123903
+ start: {
123904
+ line: 117,
123905
+ column: 44
123906
+ },
123907
+ end: {
123908
+ line: 117,
123909
+ column: 59
123910
+ }
123911
+ }],
123912
+ line: 117
123913
+ },
123914
+ "6": {
123915
+ loc: {
123916
+ start: {
123038
123917
  line: 121,
123918
+ column: 7
123919
+ },
123920
+ end: {
123921
+ line: 129,
123039
123922
  column: 10
123040
123923
  }
123041
123924
  },
123042
123925
  type: "binary-expr",
123043
123926
  locations: [{
123044
123927
  start: {
123045
- line: 113,
123928
+ line: 121,
123046
123929
  column: 7
123047
123930
  },
123048
123931
  end: {
123049
- line: 113,
123932
+ line: 121,
123050
123933
  column: 19
123051
123934
  }
123052
123935
  }, {
123053
123936
  start: {
123054
- line: 114,
123937
+ line: 122,
123055
123938
  column: 8
123056
123939
  },
123057
123940
  end: {
123058
- line: 121,
123941
+ line: 129,
123059
123942
  column: 10
123060
123943
  }
123061
123944
  }],
123062
- line: 113
123945
+ line: 121
123063
123946
  },
123064
- "5": {
123947
+ "7": {
123065
123948
  loc: {
123066
123949
  start: {
123067
- line: 120,
123950
+ line: 128,
123068
123951
  column: 19
123069
123952
  },
123070
123953
  end: {
123071
- line: 120,
123954
+ line: 128,
123072
123955
  column: 50
123073
123956
  }
123074
123957
  },
123075
123958
  type: "binary-expr",
123076
123959
  locations: [{
123077
123960
  start: {
123078
- line: 120,
123961
+ line: 128,
123079
123962
  column: 19
123080
123963
  },
123081
123964
  end: {
123082
- line: 120,
123965
+ line: 128,
123083
123966
  column: 32
123084
123967
  }
123085
123968
  }, {
123086
123969
  start: {
123087
- line: 120,
123970
+ line: 128,
123088
123971
  column: 36
123089
123972
  },
123090
123973
  end: {
123091
- line: 120,
123974
+ line: 128,
123092
123975
  column: 50
123093
123976
  }
123094
123977
  }],
123095
- line: 120
123978
+ line: 128
123096
123979
  },
123097
- "6": {
123980
+ "8": {
123098
123981
  loc: {
123099
123982
  start: {
123100
- line: 122,
123983
+ line: 130,
123101
123984
  column: 7
123102
123985
  },
123103
123986
  end: {
123104
- line: 130,
123987
+ line: 138,
123105
123988
  column: 10
123106
123989
  }
123107
123990
  },
123108
123991
  type: "binary-expr",
123109
123992
  locations: [{
123110
123993
  start: {
123111
- line: 122,
123994
+ line: 130,
123112
123995
  column: 7
123113
123996
  },
123114
123997
  end: {
123115
- line: 122,
123998
+ line: 130,
123116
123999
  column: 20
123117
124000
  }
123118
124001
  }, {
123119
124002
  start: {
123120
- line: 123,
124003
+ line: 131,
123121
124004
  column: 8
123122
124005
  },
123123
124006
  end: {
123124
- line: 130,
124007
+ line: 138,
123125
124008
  column: 10
123126
124009
  }
123127
124010
  }],
123128
- line: 122
124011
+ line: 130
123129
124012
  },
123130
- "7": {
124013
+ "9": {
123131
124014
  loc: {
123132
124015
  start: {
123133
- line: 129,
124016
+ line: 137,
123134
124017
  column: 19
123135
124018
  },
123136
124019
  end: {
123137
- line: 129,
124020
+ line: 137,
123138
124021
  column: 52
123139
124022
  }
123140
124023
  },
123141
124024
  type: "binary-expr",
123142
124025
  locations: [{
123143
124026
  start: {
123144
- line: 129,
124027
+ line: 137,
123145
124028
  column: 19
123146
124029
  },
123147
124030
  end: {
123148
- line: 129,
124031
+ line: 137,
123149
124032
  column: 33
123150
124033
  }
123151
124034
  }, {
123152
124035
  start: {
123153
- line: 129,
124036
+ line: 137,
123154
124037
  column: 37
123155
124038
  },
123156
124039
  end: {
123157
- line: 129,
124040
+ line: 137,
123158
124041
  column: 52
123159
124042
  }
123160
124043
  }],
123161
- line: 129
124044
+ line: 137
123162
124045
  },
123163
- "8": {
124046
+ "10": {
123164
124047
  loc: {
123165
124048
  start: {
123166
- line: 134,
124049
+ line: 142,
123167
124050
  column: 24
123168
124051
  },
123169
124052
  end: {
123170
- line: 134,
124053
+ line: 142,
123171
124054
  column: 61
123172
124055
  }
123173
124056
  },
123174
124057
  type: "binary-expr",
123175
124058
  locations: [{
123176
124059
  start: {
123177
- line: 134,
124060
+ line: 142,
123178
124061
  column: 24
123179
124062
  },
123180
124063
  end: {
123181
- line: 134,
124064
+ line: 142,
123182
124065
  column: 40
123183
124066
  }
123184
124067
  }, {
123185
124068
  start: {
123186
- line: 134,
124069
+ line: 142,
123187
124070
  column: 44
123188
124071
  },
123189
124072
  end: {
123190
- line: 134,
124073
+ line: 142,
123191
124074
  column: 61
123192
124075
  }
123193
124076
  }],
123194
- line: 134
124077
+ line: 142
123195
124078
  }
123196
124079
  },
123197
124080
  s: {
@@ -123217,7 +124100,8 @@ function cov_516a30a1v() {
123217
124100
  "19": 0,
123218
124101
  "20": 0,
123219
124102
  "21": 0,
123220
- "22": 0
124103
+ "22": 0,
124104
+ "23": 0
123221
124105
  },
123222
124106
  f: {
123223
124107
  "0": 0,
@@ -123238,10 +124122,12 @@ function cov_516a30a1v() {
123238
124122
  "5": [0, 0],
123239
124123
  "6": [0, 0],
123240
124124
  "7": [0, 0],
123241
- "8": [0, 0]
124125
+ "8": [0, 0],
124126
+ "9": [0, 0],
124127
+ "10": [0, 0]
123242
124128
  },
123243
124129
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
123244
- hash: "3b6f3c4ad1afb875c37cceda07dccae40d55f557"
124130
+ hash: "8adb175ad48f6164a01eaab4f6d918b78853ab8a"
123245
124131
  };
123246
124132
  var coverage = global[gcv] || (global[gcv] = {});
123247
124133
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -123285,9 +124171,10 @@ var Options = function Options(_ref) {
123285
124171
  }));
123286
124172
  var nodeType = (cov_516a30a1v().s[4]++, getNodeType(dropdownOptions));
123287
124173
  var isEmojiActive = (cov_516a30a1v().s[5]++, options.includes(EDITOR_OPTIONS.EMOJI));
123288
- var isLinkActive = (cov_516a30a1v().s[6]++, options.includes(EDITOR_OPTIONS.LINK));
123289
- var isTableActive = (cov_516a30a1v().s[7]++, options.includes(EDITOR_OPTIONS.TABLE));
123290
- var _ref4 = (cov_516a30a1v().s[8]++, buildMenuOptions$1({
124174
+ var isTextColorOptionActive = (cov_516a30a1v().s[6]++, options.includes(EDITOR_OPTIONS.TEXT_COLOR));
124175
+ var isLinkActive = (cov_516a30a1v().s[7]++, options.includes(EDITOR_OPTIONS.LINK));
124176
+ var isTableActive = (cov_516a30a1v().s[8]++, options.includes(EDITOR_OPTIONS.TABLE));
124177
+ var _ref4 = (cov_516a30a1v().s[9]++, buildMenuOptions$1({
123291
124178
  editor: editor,
123292
124179
  options: options,
123293
124180
  setMediaUploader: setMediaUploader,
@@ -123298,50 +124185,50 @@ var Options = function Options(_ref) {
123298
124185
  fontStyleOptions = _ref4.font,
123299
124186
  blockStyleOptions = _ref4.block,
123300
124187
  listStyleOptions = _ref4.list;
123301
- cov_516a30a1v().s[9]++;
124188
+ cov_516a30a1v().s[10]++;
123302
124189
  var handleAnimateInvalidLink = function handleAnimateInvalidLink() {
123303
124190
  cov_516a30a1v().f[1]++;
123304
- cov_516a30a1v().s[10]++;
123305
- setIsInvalidLink(true);
123306
124191
  cov_516a30a1v().s[11]++;
124192
+ setIsInvalidLink(true);
124193
+ cov_516a30a1v().s[12]++;
123307
124194
  setTimeout(function () {
123308
124195
  cov_516a30a1v().f[2]++;
123309
- cov_516a30a1v().s[12]++;
124196
+ cov_516a30a1v().s[13]++;
123310
124197
  setIsInvalidLink(false);
123311
124198
  }, 1000);
123312
124199
  };
123313
- cov_516a30a1v().s[13]++;
124200
+ cov_516a30a1v().s[14]++;
123314
124201
  if (isLinkOptionActive) {
123315
124202
  cov_516a30a1v().b[0][0]++;
123316
- cov_516a30a1v().s[14]++;
124203
+ cov_516a30a1v().s[15]++;
123317
124204
  return /*#__PURE__*/React__default["default"].createElement(LinkOption$1, {
123318
124205
  editor: editor,
123319
124206
  handleAnimateInvalidLink: handleAnimateInvalidLink,
123320
124207
  handleClose: function handleClose() {
123321
124208
  cov_516a30a1v().f[3]++;
123322
- cov_516a30a1v().s[15]++;
124209
+ cov_516a30a1v().s[16]++;
123323
124210
  return setIsLinkOptionActive(false);
123324
124211
  }
123325
124212
  });
123326
124213
  } else {
123327
124214
  cov_516a30a1v().b[0][1]++;
123328
124215
  }
123329
- cov_516a30a1v().s[16]++;
124216
+ cov_516a30a1v().s[17]++;
123330
124217
  if (isTableOptionActive) {
123331
124218
  cov_516a30a1v().b[1][0]++;
123332
- cov_516a30a1v().s[17]++;
124219
+ cov_516a30a1v().s[18]++;
123333
124220
  return /*#__PURE__*/React__default["default"].createElement(TableOption$1, {
123334
124221
  editor: editor,
123335
124222
  handleClose: function handleClose() {
123336
124223
  cov_516a30a1v().f[4]++;
123337
- cov_516a30a1v().s[18]++;
124224
+ cov_516a30a1v().s[19]++;
123338
124225
  return setIsTableOptionActive(false);
123339
124226
  }
123340
124227
  });
123341
124228
  } else {
123342
124229
  cov_516a30a1v().b[1][1]++;
123343
124230
  }
123344
- cov_516a30a1v().s[19]++;
124231
+ cov_516a30a1v().s[20]++;
123345
124232
  return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
123346
124233
  buttonSize: "small",
123347
124234
  buttonStyle: "text",
@@ -123351,42 +124238,45 @@ var Options = function Options(_ref) {
123351
124238
  var optionName = _ref5.optionName,
123352
124239
  command = _ref5.command;
123353
124240
  cov_516a30a1v().f[5]++;
123354
- cov_516a30a1v().s[20]++;
124241
+ cov_516a30a1v().s[21]++;
123355
124242
  return /*#__PURE__*/React__default["default"].createElement(MenuItem.Button, {
123356
124243
  key: optionName,
123357
124244
  onClick: command
123358
124245
  }, optionName);
123359
- }))), fontStyleOptions.map(renderOptionButton$1), blockStyleOptions.map(renderOptionButton$1), (cov_516a30a1v().b[2][0]++, isEmojiActive) && (cov_516a30a1v().b[2][1]++, /*#__PURE__*/React__default["default"].createElement(EmojiOption, {
124246
+ }))), fontStyleOptions.map(renderOptionButton$1), blockStyleOptions.map(renderOptionButton$1), (cov_516a30a1v().b[2][0]++, isTextColorOptionActive) && (cov_516a30a1v().b[2][1]++, /*#__PURE__*/React__default["default"].createElement(TextColorOption, {
124247
+ editor: editor,
124248
+ tooltipContent: (cov_516a30a1v().b[3][0]++, tooltips.textColor) || (cov_516a30a1v().b[3][1]++, t("menu.textColor"))
124249
+ })), (cov_516a30a1v().b[4][0]++, isEmojiActive) && (cov_516a30a1v().b[4][1]++, /*#__PURE__*/React__default["default"].createElement(EmojiOption, {
123360
124250
  editor: editor,
123361
124251
  isActive: isEmojiPickerActive,
123362
124252
  setActive: setIsEmojiPickerActive,
123363
- tooltipContent: (cov_516a30a1v().b[3][0]++, tooltips.emoji) || (cov_516a30a1v().b[3][1]++, t("menu.emoji"))
123364
- })), listStyleOptions.map(renderOptionButton$1), (cov_516a30a1v().b[4][0]++, isLinkActive) && (cov_516a30a1v().b[4][1]++, renderOptionButton$1({
124253
+ tooltipContent: (cov_516a30a1v().b[5][0]++, tooltips.emoji) || (cov_516a30a1v().b[5][1]++, t("menu.emoji"))
124254
+ })), listStyleOptions.map(renderOptionButton$1), (cov_516a30a1v().b[6][0]++, isLinkActive) && (cov_516a30a1v().b[6][1]++, renderOptionButton$1({
123365
124255
  Icon: neetoIcons.Link,
123366
124256
  command: function command() {
123367
124257
  cov_516a30a1v().f[6]++;
123368
- cov_516a30a1v().s[21]++;
124258
+ cov_516a30a1v().s[22]++;
123369
124259
  return setIsLinkOptionActive(true);
123370
124260
  },
123371
124261
  active: editor.isActive("link"),
123372
124262
  optionName: "link",
123373
124263
  highlight: false,
123374
- tooltip: (cov_516a30a1v().b[5][0]++, tooltips.link) || (cov_516a30a1v().b[5][1]++, t("menu.link"))
123375
- })), (cov_516a30a1v().b[6][0]++, isTableActive) && (cov_516a30a1v().b[6][1]++, renderOptionButton$1({
124264
+ tooltip: (cov_516a30a1v().b[7][0]++, tooltips.link) || (cov_516a30a1v().b[7][1]++, t("menu.link"))
124265
+ })), (cov_516a30a1v().b[8][0]++, isTableActive) && (cov_516a30a1v().b[8][1]++, renderOptionButton$1({
123376
124266
  Icon: neetoIcons.NeetoChangelog,
123377
124267
  command: function command() {
123378
124268
  cov_516a30a1v().f[7]++;
123379
- cov_516a30a1v().s[22]++;
124269
+ cov_516a30a1v().s[23]++;
123380
124270
  return setIsTableOptionActive(true);
123381
124271
  },
123382
124272
  active: editor.isActive("table"),
123383
124273
  optionName: "table",
123384
124274
  highlight: false,
123385
- tooltip: (cov_516a30a1v().b[7][0]++, tooltips.table) || (cov_516a30a1v().b[7][1]++, t("menu.table"))
124275
+ tooltip: (cov_516a30a1v().b[9][0]++, tooltips.table) || (cov_516a30a1v().b[9][1]++, t("menu.table"))
123386
124276
  })), /*#__PURE__*/React__default["default"].createElement(Mentions, {
123387
124277
  editor: editor,
123388
124278
  mentions: mentions,
123389
- tooltipContent: (cov_516a30a1v().b[8][0]++, tooltips.mention) || (cov_516a30a1v().b[8][1]++, t("menu.mention"))
124279
+ tooltipContent: (cov_516a30a1v().b[10][0]++, tooltips.mention) || (cov_516a30a1v().b[10][1]++, t("menu.mention"))
123390
124280
  }), children);
123391
124281
  };
123392
124282
 
@@ -126145,7 +127035,7 @@ var TableOption = function TableOption(_ref2) {
126145
127035
 
126146
127036
  function cov_2dwl7m23tl() {
126147
127037
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/index.jsx";
126148
- var hash = "01f1a1ced31d5bd4340f754c46c77b5a2bc5c434";
127038
+ var hash = "3076284da7f2f150bedf2b19c48e673c2c07fe28";
126149
127039
  var global = new Function("return this")();
126150
127040
  var gcv = "__coverage__";
126151
127041
  var coverageData = {
@@ -126153,171 +127043,181 @@ function cov_2dwl7m23tl() {
126153
127043
  statementMap: {
126154
127044
  "0": {
126155
127045
  start: {
126156
- line: 24,
127046
+ line: 25,
126157
127047
  column: 14
126158
127048
  },
126159
127049
  end: {
126160
- line: 148,
127050
+ line: 156,
126161
127051
  column: 1
126162
127052
  }
126163
127053
  },
126164
127054
  "1": {
126165
127055
  start: {
126166
- line: 40,
127056
+ line: 41,
126167
127057
  column: 16
126168
127058
  },
126169
127059
  end: {
126170
- line: 40,
127060
+ line: 41,
126171
127061
  column: 32
126172
127062
  }
126173
127063
  },
126174
127064
  "2": {
126175
127065
  start: {
126176
- line: 42,
127066
+ line: 43,
126177
127067
  column: 2
126178
127068
  },
126179
127069
  end: {
126180
- line: 44,
127070
+ line: 45,
126181
127071
  column: 3
126182
127072
  }
126183
127073
  },
126184
127074
  "3": {
126185
127075
  start: {
126186
- line: 43,
127076
+ line: 44,
126187
127077
  column: 4
126188
127078
  },
126189
127079
  end: {
126190
- line: 43,
127080
+ line: 44,
126191
127081
  column: 16
126192
127082
  }
126193
127083
  },
126194
127084
  "4": {
126195
127085
  start: {
126196
- line: 52,
127086
+ line: 53,
126197
127087
  column: 6
126198
127088
  },
126199
127089
  end: {
126200
- line: 59,
127090
+ line: 60,
126201
127091
  column: 4
126202
127092
  }
126203
127093
  },
126204
127094
  "5": {
126205
127095
  start: {
126206
- line: 60,
127096
+ line: 61,
126207
127097
  column: 26
126208
127098
  },
126209
127099
  end: {
126210
- line: 60,
127100
+ line: 61,
126211
127101
  column: 76
126212
127102
  }
126213
127103
  },
126214
127104
  "6": {
126215
127105
  start: {
126216
- line: 60,
127106
+ line: 61,
126217
127107
  column: 51
126218
127108
  },
126219
127109
  end: {
126220
- line: 60,
127110
+ line: 61,
126221
127111
  column: 75
126222
127112
  }
126223
127113
  },
126224
127114
  "7": {
126225
127115
  start: {
126226
- line: 61,
127116
+ line: 62,
126227
127117
  column: 27
126228
127118
  },
126229
127119
  end: {
126230
- line: 61,
127120
+ line: 62,
126231
127121
  column: 54
126232
127122
  }
126233
127123
  },
126234
127124
  "8": {
126235
127125
  start: {
126236
- line: 62,
127126
+ line: 63,
126237
127127
  column: 24
126238
127128
  },
126239
127129
  end: {
126240
- line: 62,
127130
+ line: 63,
126241
127131
  column: 62
126242
127132
  }
126243
127133
  },
126244
127134
  "9": {
126245
127135
  start: {
126246
- line: 63,
127136
+ line: 64,
126247
127137
  column: 23
126248
127138
  },
126249
127139
  end: {
126250
- line: 63,
127140
+ line: 64,
126251
127141
  column: 60
126252
127142
  }
126253
127143
  },
126254
127144
  "10": {
126255
127145
  start: {
126256
- line: 64,
127146
+ line: 65,
126257
127147
  column: 24
126258
127148
  },
126259
127149
  end: {
126260
- line: 64,
127150
+ line: 65,
126261
127151
  column: 62
126262
127152
  }
126263
127153
  },
126264
127154
  "11": {
126265
127155
  start: {
126266
- line: 65,
126267
- column: 30
127156
+ line: 66,
127157
+ column: 34
126268
127158
  },
126269
127159
  end: {
126270
- line: 68,
126271
- column: 4
127160
+ line: 66,
127161
+ column: 77
126272
127162
  }
126273
127163
  },
126274
127164
  "12": {
126275
127165
  start: {
127166
+ line: 67,
127167
+ column: 30
127168
+ },
127169
+ end: {
126276
127170
  line: 70,
127171
+ column: 4
127172
+ }
127173
+ },
127174
+ "13": {
127175
+ start: {
127176
+ line: 72,
126277
127177
  column: 30
126278
127178
  },
126279
127179
  end: {
126280
- line: 74,
127180
+ line: 76,
126281
127181
  column: 3
126282
127182
  }
126283
127183
  },
126284
- "13": {
127184
+ "14": {
126285
127185
  start: {
126286
- line: 71,
127186
+ line: 73,
126287
127187
  column: 30
126288
127188
  },
126289
127189
  end: {
126290
- line: 71,
127190
+ line: 73,
126291
127191
  column: 34
126292
127192
  }
126293
127193
  },
126294
- "14": {
127194
+ "15": {
126295
127195
  start: {
126296
- line: 72,
127196
+ line: 74,
126297
127197
  column: 25
126298
127198
  },
126299
127199
  end: {
126300
- line: 72,
127200
+ line: 74,
126301
127201
  column: 62
126302
127202
  }
126303
127203
  },
126304
- "15": {
127204
+ "16": {
126305
127205
  start: {
126306
- line: 73,
127206
+ line: 75,
126307
127207
  column: 4
126308
127208
  },
126309
127209
  end: {
126310
- line: 73,
127210
+ line: 75,
126311
127211
  column: 70
126312
127212
  }
126313
127213
  },
126314
- "16": {
127214
+ "17": {
126315
127215
  start: {
126316
- line: 76,
127216
+ line: 78,
126317
127217
  column: 2
126318
127218
  },
126319
127219
  end: {
126320
- line: 147,
127220
+ line: 155,
126321
127221
  column: 4
126322
127222
  }
126323
127223
  }
@@ -126327,215 +127227,215 @@ function cov_2dwl7m23tl() {
126327
127227
  name: "(anonymous_0)",
126328
127228
  decl: {
126329
127229
  start: {
126330
- line: 24,
127230
+ line: 25,
126331
127231
  column: 14
126332
127232
  },
126333
127233
  end: {
126334
- line: 24,
127234
+ line: 25,
126335
127235
  column: 15
126336
127236
  }
126337
127237
  },
126338
127238
  loc: {
126339
127239
  start: {
126340
- line: 39,
127240
+ line: 40,
126341
127241
  column: 6
126342
127242
  },
126343
127243
  end: {
126344
- line: 148,
127244
+ line: 156,
126345
127245
  column: 1
126346
127246
  }
126347
127247
  },
126348
- line: 39
127248
+ line: 40
126349
127249
  },
126350
127250
  "1": {
126351
127251
  name: "(anonymous_1)",
126352
127252
  decl: {
126353
127253
  start: {
126354
- line: 60,
127254
+ line: 61,
126355
127255
  column: 41
126356
127256
  },
126357
127257
  end: {
126358
- line: 60,
127258
+ line: 61,
126359
127259
  column: 42
126360
127260
  }
126361
127261
  },
126362
127262
  loc: {
126363
127263
  start: {
126364
- line: 60,
127264
+ line: 61,
126365
127265
  column: 51
126366
127266
  },
126367
127267
  end: {
126368
- line: 60,
127268
+ line: 61,
126369
127269
  column: 75
126370
127270
  }
126371
127271
  },
126372
- line: 60
127272
+ line: 61
126373
127273
  },
126374
127274
  "2": {
126375
127275
  name: "(anonymous_2)",
126376
127276
  decl: {
126377
127277
  start: {
126378
- line: 70,
127278
+ line: 72,
126379
127279
  column: 30
126380
127280
  },
126381
127281
  end: {
126382
- line: 70,
127282
+ line: 72,
126383
127283
  column: 31
126384
127284
  }
126385
127285
  },
126386
127286
  loc: {
126387
127287
  start: {
126388
- line: 70,
127288
+ line: 72,
126389
127289
  column: 38
126390
127290
  },
126391
127291
  end: {
126392
- line: 74,
127292
+ line: 76,
126393
127293
  column: 3
126394
127294
  }
126395
127295
  },
126396
- line: 70
127296
+ line: 72
126397
127297
  }
126398
127298
  },
126399
127299
  branchMap: {
126400
127300
  "0": {
126401
127301
  loc: {
126402
127302
  start: {
126403
- line: 27,
127303
+ line: 28,
126404
127304
  column: 2
126405
127305
  },
126406
127306
  end: {
126407
- line: 27,
127307
+ line: 28,
126408
127308
  column: 15
126409
127309
  }
126410
127310
  },
126411
127311
  type: "default-arg",
126412
127312
  locations: [{
126413
127313
  start: {
126414
- line: 27,
127314
+ line: 28,
126415
127315
  column: 13
126416
127316
  },
126417
127317
  end: {
126418
- line: 27,
127318
+ line: 28,
126419
127319
  column: 15
126420
127320
  }
126421
127321
  }],
126422
- line: 27
127322
+ line: 28
126423
127323
  },
126424
127324
  "1": {
126425
127325
  loc: {
126426
127326
  start: {
126427
- line: 28,
127327
+ line: 29,
126428
127328
  column: 2
126429
127329
  },
126430
127330
  end: {
126431
- line: 28,
127331
+ line: 29,
126432
127332
  column: 16
126433
127333
  }
126434
127334
  },
126435
127335
  type: "default-arg",
126436
127336
  locations: [{
126437
127337
  start: {
126438
- line: 28,
127338
+ line: 29,
126439
127339
  column: 14
126440
127340
  },
126441
127341
  end: {
126442
- line: 28,
127342
+ line: 29,
126443
127343
  column: 16
126444
127344
  }
126445
127345
  }],
126446
- line: 28
127346
+ line: 29
126447
127347
  },
126448
127348
  "2": {
126449
127349
  loc: {
126450
127350
  start: {
126451
- line: 30,
127351
+ line: 31,
126452
127352
  column: 2
126453
127353
  },
126454
127354
  end: {
126455
- line: 30,
127355
+ line: 31,
126456
127356
  column: 20
126457
127357
  }
126458
127358
  },
126459
127359
  type: "default-arg",
126460
127360
  locations: [{
126461
127361
  start: {
126462
- line: 30,
127362
+ line: 31,
126463
127363
  column: 18
126464
127364
  },
126465
127365
  end: {
126466
- line: 30,
127366
+ line: 31,
126467
127367
  column: 20
126468
127368
  }
126469
127369
  }],
126470
- line: 30
127370
+ line: 31
126471
127371
  },
126472
127372
  "3": {
126473
127373
  loc: {
126474
127374
  start: {
126475
- line: 31,
127375
+ line: 32,
126476
127376
  column: 2
126477
127377
  },
126478
127378
  end: {
126479
- line: 31,
127379
+ line: 32,
126480
127380
  column: 22
126481
127381
  }
126482
127382
  },
126483
127383
  type: "default-arg",
126484
127384
  locations: [{
126485
127385
  start: {
126486
- line: 31,
127386
+ line: 32,
126487
127387
  column: 18
126488
127388
  },
126489
127389
  end: {
126490
- line: 31,
127390
+ line: 32,
126491
127391
  column: 22
126492
127392
  }
126493
127393
  }],
126494
- line: 31
127394
+ line: 32
126495
127395
  },
126496
127396
  "4": {
126497
127397
  loc: {
126498
127398
  start: {
126499
- line: 33,
127399
+ line: 34,
126500
127400
  column: 2
126501
127401
  },
126502
127402
  end: {
126503
- line: 33,
127403
+ line: 34,
126504
127404
  column: 15
126505
127405
  }
126506
127406
  },
126507
127407
  type: "default-arg",
126508
127408
  locations: [{
126509
127409
  start: {
126510
- line: 33,
127410
+ line: 34,
126511
127411
  column: 13
126512
127412
  },
126513
127413
  end: {
126514
- line: 33,
127414
+ line: 34,
126515
127415
  column: 15
126516
127416
  }
126517
127417
  }],
126518
- line: 33
127418
+ line: 34
126519
127419
  },
126520
127420
  "5": {
126521
127421
  loc: {
126522
127422
  start: {
126523
- line: 42,
127423
+ line: 43,
126524
127424
  column: 2
126525
127425
  },
126526
127426
  end: {
126527
- line: 44,
127427
+ line: 45,
126528
127428
  column: 3
126529
127429
  }
126530
127430
  },
126531
127431
  type: "if",
126532
127432
  locations: [{
126533
127433
  start: {
126534
- line: 42,
127434
+ line: 43,
126535
127435
  column: 2
126536
127436
  },
126537
127437
  end: {
126538
- line: 44,
127438
+ line: 45,
126539
127439
  column: 3
126540
127440
  }
126541
127441
  }, {
@@ -126548,111 +127448,111 @@ function cov_2dwl7m23tl() {
126548
127448
  column: undefined
126549
127449
  }
126550
127450
  }],
126551
- line: 42
127451
+ line: 43
126552
127452
  },
126553
127453
  "6": {
126554
127454
  loc: {
126555
127455
  start: {
126556
- line: 72,
127456
+ line: 74,
126557
127457
  column: 25
126558
127458
  },
126559
127459
  end: {
126560
- line: 72,
127460
+ line: 74,
126561
127461
  column: 62
126562
127462
  }
126563
127463
  },
126564
127464
  type: "cond-expr",
126565
127465
  locations: [{
126566
127466
  start: {
126567
- line: 72,
127467
+ line: 74,
126568
127468
  column: 36
126569
127469
  },
126570
127470
  end: {
126571
- line: 72,
127471
+ line: 74,
126572
127472
  column: 56
126573
127473
  }
126574
127474
  }, {
126575
127475
  start: {
126576
- line: 72,
127476
+ line: 74,
126577
127477
  column: 59
126578
127478
  },
126579
127479
  end: {
126580
- line: 72,
127480
+ line: 74,
126581
127481
  column: 62
126582
127482
  }
126583
127483
  }],
126584
- line: 72
127484
+ line: 74
126585
127485
  },
126586
127486
  "7": {
126587
127487
  loc: {
126588
127488
  start: {
126589
- line: 84,
127489
+ line: 86,
126590
127490
  column: 9
126591
127491
  },
126592
127492
  end: {
126593
- line: 89,
127493
+ line: 91,
126594
127494
  column: 9
126595
127495
  }
126596
127496
  },
126597
127497
  type: "binary-expr",
126598
127498
  locations: [{
126599
127499
  start: {
126600
- line: 84,
127500
+ line: 86,
126601
127501
  column: 9
126602
127502
  },
126603
127503
  end: {
126604
- line: 84,
127504
+ line: 86,
126605
127505
  column: 25
126606
127506
  }
126607
127507
  }, {
126608
127508
  start: {
126609
- line: 85,
127509
+ line: 87,
126610
127510
  column: 10
126611
127511
  },
126612
127512
  end: {
126613
- line: 88,
127513
+ line: 90,
126614
127514
  column: 12
126615
127515
  }
126616
127516
  }],
126617
- line: 84
127517
+ line: 86
126618
127518
  },
126619
127519
  "8": {
126620
127520
  loc: {
126621
127521
  start: {
126622
- line: 87,
127522
+ line: 89,
126623
127523
  column: 28
126624
127524
  },
126625
127525
  end: {
126626
- line: 87,
127526
+ line: 89,
126627
127527
  column: 67
126628
127528
  }
126629
127529
  },
126630
127530
  type: "binary-expr",
126631
127531
  locations: [{
126632
127532
  start: {
126633
- line: 87,
127533
+ line: 89,
126634
127534
  column: 28
126635
127535
  },
126636
127536
  end: {
126637
- line: 87,
127537
+ line: 89,
126638
127538
  column: 45
126639
127539
  }
126640
127540
  }, {
126641
127541
  start: {
126642
- line: 87,
127542
+ line: 89,
126643
127543
  column: 49
126644
127544
  },
126645
127545
  end: {
126646
- line: 87,
127546
+ line: 89,
126647
127547
  column: 67
126648
127548
  }
126649
127549
  }],
126650
- line: 87
127550
+ line: 89
126651
127551
  },
126652
127552
  "9": {
126653
127553
  loc: {
126654
127554
  start: {
126655
- line: 92,
127555
+ line: 94,
126656
127556
  column: 9
126657
127557
  },
126658
127558
  end: {
@@ -126663,16 +127563,16 @@ function cov_2dwl7m23tl() {
126663
127563
  type: "binary-expr",
126664
127564
  locations: [{
126665
127565
  start: {
126666
- line: 92,
127566
+ line: 94,
126667
127567
  column: 9
126668
127568
  },
126669
127569
  end: {
126670
- line: 92,
126671
- column: 22
127570
+ line: 94,
127571
+ column: 32
126672
127572
  }
126673
127573
  }, {
126674
127574
  start: {
126675
- line: 93,
127575
+ line: 95,
126676
127576
  column: 10
126677
127577
  },
126678
127578
  end: {
@@ -126680,7 +127580,7 @@ function cov_2dwl7m23tl() {
126680
127580
  column: 12
126681
127581
  }
126682
127582
  }],
126683
- line: 92
127583
+ line: 94
126684
127584
  },
126685
127585
  "10": {
126686
127586
  loc: {
@@ -126690,7 +127590,7 @@ function cov_2dwl7m23tl() {
126690
127590
  },
126691
127591
  end: {
126692
127592
  line: 97,
126693
- column: 61
127593
+ column: 69
126694
127594
  }
126695
127595
  },
126696
127596
  type: "binary-expr",
@@ -126701,16 +127601,16 @@ function cov_2dwl7m23tl() {
126701
127601
  },
126702
127602
  end: {
126703
127603
  line: 97,
126704
- column: 42
127604
+ column: 46
126705
127605
  }
126706
127606
  }, {
126707
127607
  start: {
126708
127608
  line: 97,
126709
- column: 46
127609
+ column: 50
126710
127610
  },
126711
127611
  end: {
126712
127612
  line: 97,
126713
- column: 61
127613
+ column: 69
126714
127614
  }
126715
127615
  }],
126716
127616
  line: 97
@@ -126718,233 +127618,299 @@ function cov_2dwl7m23tl() {
126718
127618
  "11": {
126719
127619
  loc: {
126720
127620
  start: {
126721
- line: 101,
127621
+ line: 100,
126722
127622
  column: 9
126723
127623
  },
126724
127624
  end: {
126725
- line: 106,
127625
+ line: 107,
126726
127626
  column: 9
126727
127627
  }
126728
127628
  },
126729
127629
  type: "binary-expr",
126730
127630
  locations: [{
126731
127631
  start: {
126732
- line: 101,
127632
+ line: 100,
126733
127633
  column: 9
126734
127634
  },
126735
127635
  end: {
127636
+ line: 100,
127637
+ column: 22
127638
+ }
127639
+ }, {
127640
+ start: {
126736
127641
  line: 101,
127642
+ column: 10
127643
+ },
127644
+ end: {
127645
+ line: 106,
127646
+ column: 12
127647
+ }
127648
+ }],
127649
+ line: 100
127650
+ },
127651
+ "12": {
127652
+ loc: {
127653
+ start: {
127654
+ line: 105,
127655
+ column: 28
127656
+ },
127657
+ end: {
127658
+ line: 105,
127659
+ column: 61
127660
+ }
127661
+ },
127662
+ type: "binary-expr",
127663
+ locations: [{
127664
+ start: {
127665
+ line: 105,
127666
+ column: 28
127667
+ },
127668
+ end: {
127669
+ line: 105,
127670
+ column: 42
127671
+ }
127672
+ }, {
127673
+ start: {
127674
+ line: 105,
127675
+ column: 46
127676
+ },
127677
+ end: {
127678
+ line: 105,
127679
+ column: 61
127680
+ }
127681
+ }],
127682
+ line: 105
127683
+ },
127684
+ "13": {
127685
+ loc: {
127686
+ start: {
127687
+ line: 109,
127688
+ column: 9
127689
+ },
127690
+ end: {
127691
+ line: 114,
127692
+ column: 9
127693
+ }
127694
+ },
127695
+ type: "binary-expr",
127696
+ locations: [{
127697
+ start: {
127698
+ line: 109,
127699
+ column: 9
127700
+ },
127701
+ end: {
127702
+ line: 109,
126737
127703
  column: 21
126738
127704
  }
126739
127705
  }, {
126740
127706
  start: {
126741
- line: 102,
127707
+ line: 110,
126742
127708
  column: 10
126743
127709
  },
126744
127710
  end: {
126745
- line: 105,
127711
+ line: 113,
126746
127712
  column: 12
126747
127713
  }
126748
127714
  }],
126749
- line: 101
127715
+ line: 109
126750
127716
  },
126751
- "12": {
127717
+ "14": {
126752
127718
  loc: {
126753
127719
  start: {
126754
- line: 104,
127720
+ line: 112,
126755
127721
  column: 28
126756
127722
  },
126757
127723
  end: {
126758
- line: 104,
127724
+ line: 112,
126759
127725
  column: 59
126760
127726
  }
126761
127727
  },
126762
127728
  type: "binary-expr",
126763
127729
  locations: [{
126764
127730
  start: {
126765
- line: 104,
127731
+ line: 112,
126766
127732
  column: 28
126767
127733
  },
126768
127734
  end: {
126769
- line: 104,
127735
+ line: 112,
126770
127736
  column: 41
126771
127737
  }
126772
127738
  }, {
126773
127739
  start: {
126774
- line: 104,
127740
+ line: 112,
126775
127741
  column: 45
126776
127742
  },
126777
127743
  end: {
126778
- line: 104,
127744
+ line: 112,
126779
127745
  column: 59
126780
127746
  }
126781
127747
  }],
126782
- line: 104
127748
+ line: 112
126783
127749
  },
126784
- "13": {
127750
+ "15": {
126785
127751
  loc: {
126786
127752
  start: {
126787
- line: 107,
127753
+ line: 115,
126788
127754
  column: 9
126789
127755
  },
126790
127756
  end: {
126791
- line: 112,
127757
+ line: 120,
126792
127758
  column: 9
126793
127759
  }
126794
127760
  },
126795
127761
  type: "binary-expr",
126796
127762
  locations: [{
126797
127763
  start: {
126798
- line: 107,
127764
+ line: 115,
126799
127765
  column: 9
126800
127766
  },
126801
127767
  end: {
126802
- line: 107,
127768
+ line: 115,
126803
127769
  column: 22
126804
127770
  }
126805
127771
  }, {
126806
127772
  start: {
126807
- line: 108,
127773
+ line: 116,
126808
127774
  column: 10
126809
127775
  },
126810
127776
  end: {
126811
- line: 111,
127777
+ line: 119,
126812
127778
  column: 12
126813
127779
  }
126814
127780
  }],
126815
- line: 107
127781
+ line: 115
126816
127782
  },
126817
- "14": {
127783
+ "16": {
126818
127784
  loc: {
126819
127785
  start: {
126820
- line: 110,
127786
+ line: 118,
126821
127787
  column: 28
126822
127788
  },
126823
127789
  end: {
126824
- line: 110,
127790
+ line: 118,
126825
127791
  column: 61
126826
127792
  }
126827
127793
  },
126828
127794
  type: "binary-expr",
126829
127795
  locations: [{
126830
127796
  start: {
126831
- line: 110,
127797
+ line: 118,
126832
127798
  column: 28
126833
127799
  },
126834
127800
  end: {
126835
- line: 110,
127801
+ line: 118,
126836
127802
  column: 42
126837
127803
  }
126838
127804
  }, {
126839
127805
  start: {
126840
- line: 110,
127806
+ line: 118,
126841
127807
  column: 46
126842
127808
  },
126843
127809
  end: {
126844
- line: 110,
127810
+ line: 118,
126845
127811
  column: 61
126846
127812
  }
126847
127813
  }],
126848
- line: 110
127814
+ line: 118
126849
127815
  },
126850
- "15": {
127816
+ "17": {
126851
127817
  loc: {
126852
127818
  start: {
126853
- line: 117,
127819
+ line: 125,
126854
127820
  column: 26
126855
127821
  },
126856
127822
  end: {
126857
- line: 117,
127823
+ line: 125,
126858
127824
  column: 63
126859
127825
  }
126860
127826
  },
126861
127827
  type: "binary-expr",
126862
127828
  locations: [{
126863
127829
  start: {
126864
- line: 117,
127830
+ line: 125,
126865
127831
  column: 26
126866
127832
  },
126867
127833
  end: {
126868
- line: 117,
127834
+ line: 125,
126869
127835
  column: 42
126870
127836
  }
126871
127837
  }, {
126872
127838
  start: {
126873
- line: 117,
127839
+ line: 125,
126874
127840
  column: 46
126875
127841
  },
126876
127842
  end: {
126877
- line: 117,
127843
+ line: 125,
126878
127844
  column: 63
126879
127845
  }
126880
127846
  }],
126881
- line: 117
127847
+ line: 125
126882
127848
  },
126883
- "16": {
127849
+ "18": {
126884
127850
  loc: {
126885
127851
  start: {
126886
- line: 122,
127852
+ line: 130,
126887
127853
  column: 26
126888
127854
  },
126889
127855
  end: {
126890
- line: 122,
127856
+ line: 130,
126891
127857
  column: 59
126892
127858
  }
126893
127859
  },
126894
127860
  type: "binary-expr",
126895
127861
  locations: [{
126896
127862
  start: {
126897
- line: 122,
127863
+ line: 130,
126898
127864
  column: 26
126899
127865
  },
126900
127866
  end: {
126901
- line: 122,
127867
+ line: 130,
126902
127868
  column: 40
126903
127869
  }
126904
127870
  }, {
126905
127871
  start: {
126906
- line: 122,
127872
+ line: 130,
126907
127873
  column: 44
126908
127874
  },
126909
127875
  end: {
126910
- line: 122,
127876
+ line: 130,
126911
127877
  column: 59
126912
127878
  }
126913
127879
  }],
126914
- line: 122
127880
+ line: 130
126915
127881
  },
126916
- "17": {
127882
+ "19": {
126917
127883
  loc: {
126918
127884
  start: {
126919
- line: 129,
127885
+ line: 137,
126920
127886
  column: 7
126921
127887
  },
126922
127888
  end: {
126923
- line: 145,
127889
+ line: 153,
126924
127890
  column: 7
126925
127891
  }
126926
127892
  },
126927
127893
  type: "binary-expr",
126928
127894
  locations: [{
126929
127895
  start: {
126930
- line: 129,
127896
+ line: 137,
126931
127897
  column: 7
126932
127898
  },
126933
127899
  end: {
126934
- line: 129,
127900
+ line: 137,
126935
127901
  column: 26
126936
127902
  }
126937
127903
  }, {
126938
127904
  start: {
126939
- line: 130,
127905
+ line: 138,
126940
127906
  column: 8
126941
127907
  },
126942
127908
  end: {
126943
- line: 144,
127909
+ line: 152,
126944
127910
  column: 14
126945
127911
  }
126946
127912
  }],
126947
- line: 129
127913
+ line: 137
126948
127914
  }
126949
127915
  },
126950
127916
  s: {
@@ -126964,7 +127930,8 @@ function cov_2dwl7m23tl() {
126964
127930
  "13": 0,
126965
127931
  "14": 0,
126966
127932
  "15": 0,
126967
- "16": 0
127933
+ "16": 0,
127934
+ "17": 0
126968
127935
  },
126969
127936
  f: {
126970
127937
  "0": 0,
@@ -126989,10 +127956,12 @@ function cov_2dwl7m23tl() {
126989
127956
  "14": [0, 0],
126990
127957
  "15": [0, 0],
126991
127958
  "16": [0, 0],
126992
- "17": [0, 0]
127959
+ "17": [0, 0],
127960
+ "18": [0, 0],
127961
+ "19": [0, 0]
126993
127962
  },
126994
127963
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
126995
- hash: "01f1a1ced31d5bd4340f754c46c77b5a2bc5c434"
127964
+ hash: "3076284da7f2f150bedf2b19c48e673c2c07fe28"
126996
127965
  };
126997
127966
  var coverage = global[gcv] || (global[gcv] = {});
126998
127967
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -127062,23 +128031,24 @@ var Fixed = function Fixed(_ref) {
127062
128031
  var isEmojiActive = (cov_2dwl7m23tl().s[8]++, options.includes(EDITOR_OPTIONS.EMOJI));
127063
128032
  var isLinkActive = (cov_2dwl7m23tl().s[9]++, options.includes(EDITOR_OPTIONS.LINK));
127064
128033
  var isTableActive = (cov_2dwl7m23tl().s[10]++, options.includes(EDITOR_OPTIONS.TABLE));
127065
- var addonCommandOptions = (cov_2dwl7m23tl().s[11]++, buildOptionsFromAddonCommands({
128034
+ var isTextColorOptionActive = (cov_2dwl7m23tl().s[11]++, options.includes(EDITOR_OPTIONS.TEXT_COLOR));
128035
+ var addonCommandOptions = (cov_2dwl7m23tl().s[12]++, buildOptionsFromAddonCommands({
127066
128036
  editor: editor,
127067
128037
  commands: addonCommands
127068
128038
  }));
127069
- cov_2dwl7m23tl().s[12]++;
128039
+ cov_2dwl7m23tl().s[13]++;
127070
128040
  var handleVariableClick = function handleVariableClick(item) {
127071
128041
  cov_2dwl7m23tl().f[2]++;
127072
- var _ref4 = (cov_2dwl7m23tl().s[13]++, item),
128042
+ var _ref4 = (cov_2dwl7m23tl().s[14]++, item),
127073
128043
  category = _ref4.category,
127074
128044
  key = _ref4.key;
127075
- var variableName = (cov_2dwl7m23tl().s[14]++, category ? (cov_2dwl7m23tl().b[6][0]++, "".concat(category, ".").concat(key)) : (cov_2dwl7m23tl().b[6][1]++, key));
127076
- cov_2dwl7m23tl().s[15]++;
128045
+ var variableName = (cov_2dwl7m23tl().s[15]++, category ? (cov_2dwl7m23tl().b[6][0]++, "".concat(category, ".").concat(key)) : (cov_2dwl7m23tl().b[6][1]++, key));
128046
+ cov_2dwl7m23tl().s[16]++;
127077
128047
  editor.chain().focus().setVariable({
127078
128048
  label: variableName
127079
128049
  }).run();
127080
128050
  };
127081
- cov_2dwl7m23tl().s[16]++;
128051
+ cov_2dwl7m23tl().s[17]++;
127082
128052
  return /*#__PURE__*/React__default["default"].createElement("div", {
127083
128053
  className: classnames$2("neeto-editor-fixed-menu", _defineProperty({
127084
128054
  "neeto-editor-fixed-menu--independant": isIndependant
@@ -127088,27 +128058,30 @@ var Fixed = function Fixed(_ref) {
127088
128058
  }, (cov_2dwl7m23tl().b[7][0]++, isFontSizeActive) && (cov_2dwl7m23tl().b[7][1]++, /*#__PURE__*/React__default["default"].createElement(FontSizeOption, {
127089
128059
  editor: editor,
127090
128060
  tooltipContent: (cov_2dwl7m23tl().b[8][0]++, tooltips.fontSize) || (cov_2dwl7m23tl().b[8][1]++, t("menu.fontSize"))
127091
- })), fontStyleOptions.map(renderOptionButton), blockStyleOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[9][0]++, isEmojiActive) && (cov_2dwl7m23tl().b[9][1]++, /*#__PURE__*/React__default["default"].createElement(EmojiOption, {
128061
+ })), fontStyleOptions.map(renderOptionButton), blockStyleOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[9][0]++, isTextColorOptionActive) && (cov_2dwl7m23tl().b[9][1]++, /*#__PURE__*/React__default["default"].createElement(TextColorOption, {
128062
+ editor: editor,
128063
+ tooltipContent: (cov_2dwl7m23tl().b[10][0]++, tooltips.textColor) || (cov_2dwl7m23tl().b[10][1]++, t("menu.textColor"))
128064
+ })), (cov_2dwl7m23tl().b[11][0]++, isEmojiActive) && (cov_2dwl7m23tl().b[11][1]++, /*#__PURE__*/React__default["default"].createElement(EmojiOption, {
127092
128065
  editor: editor,
127093
128066
  isActive: isEmojiPickerActive,
127094
128067
  setActive: setIsEmojiPickerActive,
127095
- tooltipContent: (cov_2dwl7m23tl().b[10][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[10][1]++, t("menu.emoji"))
127096
- })), listStyleOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[11][0]++, isLinkActive) && (cov_2dwl7m23tl().b[11][1]++, /*#__PURE__*/React__default["default"].createElement(LinkOption, {
128068
+ tooltipContent: (cov_2dwl7m23tl().b[12][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[12][1]++, t("menu.emoji"))
128069
+ })), listStyleOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[13][0]++, isLinkActive) && (cov_2dwl7m23tl().b[13][1]++, /*#__PURE__*/React__default["default"].createElement(LinkOption, {
127097
128070
  editor: editor,
127098
- tooltipContent: (cov_2dwl7m23tl().b[12][0]++, tooltips.link) || (cov_2dwl7m23tl().b[12][1]++, t("menu.link"))
127099
- })), (cov_2dwl7m23tl().b[13][0]++, isTableActive) && (cov_2dwl7m23tl().b[13][1]++, /*#__PURE__*/React__default["default"].createElement(TableOption, {
128071
+ tooltipContent: (cov_2dwl7m23tl().b[14][0]++, tooltips.link) || (cov_2dwl7m23tl().b[14][1]++, t("menu.link"))
128072
+ })), (cov_2dwl7m23tl().b[15][0]++, isTableActive) && (cov_2dwl7m23tl().b[15][1]++, /*#__PURE__*/React__default["default"].createElement(TableOption, {
127100
128073
  editor: editor,
127101
- tooltipContent: (cov_2dwl7m23tl().b[14][0]++, tooltips.table) || (cov_2dwl7m23tl().b[14][1]++, t("menu.table"))
128074
+ tooltipContent: (cov_2dwl7m23tl().b[16][0]++, tooltips.table) || (cov_2dwl7m23tl().b[16][1]++, t("menu.table"))
127102
128075
  })), miscOptions.map(renderOptionButton), /*#__PURE__*/React__default["default"].createElement(Mentions, {
127103
128076
  editor: editor,
127104
128077
  mentions: mentions,
127105
- tooltipContent: (cov_2dwl7m23tl().b[15][0]++, tooltips.mention) || (cov_2dwl7m23tl().b[15][1]++, t("menu.mention"))
128078
+ tooltipContent: (cov_2dwl7m23tl().b[17][0]++, tooltips.mention) || (cov_2dwl7m23tl().b[17][1]++, t("menu.mention"))
127106
128079
  }), addonCommandOptions.map(renderOptionButton), /*#__PURE__*/React__default["default"].createElement(TableActions, {
127107
128080
  editor: editor,
127108
- tooltipContent: (cov_2dwl7m23tl().b[16][0]++, tooltips.table) || (cov_2dwl7m23tl().b[16][1]++, t("menu.table"))
128081
+ tooltipContent: (cov_2dwl7m23tl().b[18][0]++, tooltips.table) || (cov_2dwl7m23tl().b[18][1]++, t("menu.table"))
127109
128082
  }), children, /*#__PURE__*/React__default["default"].createElement("div", {
127110
128083
  className: "neeto-editor-fixed-menu__right-options"
127111
- }, rightOptions.map(renderOptionButton))), (cov_2dwl7m23tl().b[17][0]++, !ramda.isEmpty(variables)) && (cov_2dwl7m23tl().b[17][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
128084
+ }, rightOptions.map(renderOptionButton))), (cov_2dwl7m23tl().b[19][0]++, !ramda.isEmpty(variables)) && (cov_2dwl7m23tl().b[19][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
127112
128085
  className: "neeto-editor-fixed-menu__variables"
127113
128086
  }, /*#__PURE__*/React__default["default"].createElement(DynamicVariables, {
127114
128087
  variables: variables,
@@ -135504,7 +136477,7 @@ var EditorContent = function EditorContent(_ref) {
135504
136477
  }, otherProps));
135505
136478
  };
135506
136479
 
135507
- var css = "@charset \"UTF-8\";@import url(\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/github.min.css\");@keyframes shake{0%{transform:translateX(0)}10%{transform:translateX(-4px)}20%{transform:translateX(4px)}30%{transform:translateX(-4px)}40%{transform:translateX(4px)}50%{transform:translateX(-4px)}60%{transform:translateX(4px)}70%{transform:translateX(-4px)}80%{transform:translateX(4px)}90%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.neeto-editor-slash-commands__wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;max-height:384px;max-width:100%;overflow-y:auto;padding:12px;width:256px}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding:8px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item.active,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content h5{font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal)}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content p{color:rgb(var(--neeto-ui-gray-300));font-size:var(--neeto-ui-text-xs)}.neeto-editor-mentions__wrapper{max-height:256px;min-width:208px;overflow-y:auto;padding:8px;width:auto}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;padding:8px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item.active,.neeto-editor-mentions__wrapper .neeto-editor-mentions__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.ProseMirror.slash-active p.is-empty:last-child:before{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjgyMSAxNWgxLjIzVjYuMjQzaDMuMThWNS4xMzZILjY0MnYxLjEwN0gzLjgyVjE1Wm01LjkgMi41ODRjMS4zMDUgMCAxLjkxNC0uNDc5IDIuNTIyLTIuMTMzbDIuODc4LTcuODJoLTEuMjVsLTIuMDE4IDYuMDYzaC0uMTA5TDkuNzIxIDcuNjMxSDguNDQ5bDIuNzI4IDcuMzc2LS4xMzcuNDM3Yy0uMjY3Ljg0OC0uNjc3IDEuMTU2LTEuMzUzIDEuMTU2LS4xNjUgMC0uMzUtLjAwNy0uNDkzLS4wMzV2Ljk3OGMuMTY0LjAyNy4zNy4wNDEuNTI3LjA0MVptNi45NzItLjEyM2gxLjE5di0zLjYyM2guMTFjLjQwMi43ODYgMS4yODQgMS4yOTIgMi4yOTYgMS4yOTIgMS44NzMgMCAzLjA5LTEuNDk3IDMuMDktMy44MDh2LS4wMTNjMC0yLjI5Ny0xLjIyNC0zLjgwOC0zLjA5LTMuODA4LTEuMDI1IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjMtMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ2IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ2IDIuNzU1Wm04LjIzIDEuMDUzYzEuNzM2IDAgMi43OS0uOTg1IDMuMDQyLTEuOTgybC4wMTQtLjA1NWgtMS4xOWwtLjAyNy4wNjFjLS4xOTguNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDV2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MXMtMy4zMDIgMS41NTktMy4zMDIgMy44MzV2LjAwN2MwIDIuMzEgMS4yNzIgMy43ODcgMy4zNzcgMy43ODdabS0uMDgyLTYuNTdjMS4wODcgMCAxLjg5NC42OTEgMi4wMTcgMi4xNDdoLTQuMDc1Yy4xMy0xLjQwMS45NjQtMi4xNDYgMi4wNTgtMi4xNDZaIiBmaWxsPSIjODc5MjlEIi8+PHJlY3QgeD0iMzciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjMiIGZpbGw9IiNFOUVCRUQiLz48cGF0aCBkPSJtNTAuNDI4IDUuOTE0LTYuODU2IDguMTcyIiBzdHJva2U9IiMyNTJDMzIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNjQuNzI2IDE1LjA1NWMuMjMyIDAgLjQ1OC0uMDI4LjY5LS4wNjl2LTEuMDExYy0uMjE5LjAyLS4zMzUuMDI3LS41NDcuMDI3LS43NjYgMC0xLjA2Ni0uMzQ5LTEuMDY2LTEuMjE3di00LjE3aDEuNjEzdi0uOTg0aC0xLjYxM1Y1LjcyNGgtMS4yM1Y3LjYzSDYxLjQxdi45ODRoMS4xNjJ2NC40N2MwIDEuNDEuNjM2IDEuOTcgMi4xNTQgMS45N1ptNS4zODYuMDc1YzIuMDk5IDAgMy4zOTgtMS40NSAzLjM5OC0zLjgwOHYtLjAxM2MwLTIuMzY2LTEuMy0zLjgwOC0zLjM5OC0zLjgwOHMtMy4zOTcgMS40NDItMy4zOTcgMy44MDh2LjAxM2MwIDIuMzU5IDEuMjk5IDMuODA4IDMuMzk3IDMuODA4Wm0wLTEuMDUzYy0xLjM5NCAwLTIuMTgtMS4wMTgtMi4xOC0yLjc1NXYtLjAxM2MwLTEuNzQ0Ljc4Ni0yLjc1NSAyLjE4LTIuNzU1IDEuMzk1IDAgMi4xODEgMS4wMTEgMi4xODEgMi43NTV2LjAxM2MwIDEuNzM3LS43ODYgMi43NTUtMi4xOCAyLjc1NVptMTIuMTk2IDEuMDUzYzEuNzcgMCAyLjc2MS0uOTUgMy4wNjItMi4yODNsLjAxNC0uMDc1LTEuMTc2LjAwNi0uMDE0LjA0MWMtLjI3My44Mi0uOTAyIDEuMjU4LTEuODkzIDEuMjU4LTEuMzEzIDAtMi4xNi0xLjA4Ny0yLjE2LTIuNzgydi0uMDE0YzAtMS42Ni44MzQtMi43MjcgMi4xNi0yLjcyNyAxLjA2IDAgMS43MTYuNTg4IDEuOSAxLjMxMmwuMDA3LjAyaDEuMTgzbC0uMDA3LS4wNEM4NS4xNjUgOC41MzMgODQuMDkyIDcuNSA4Mi4zIDcuNWMtMi4wNjUgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg3LS4xM2gxLjE5di00LjM2MWMwLTEuMjkyLjc0NS0yLjA4NSAxLjkyLTIuMDg1IDEuMTc2IDAgMS43MjMuNjM1IDEuNzIzIDEuOTYyVjE1aDEuMTl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzguNDU4LTIuMTQ3IDEuMjM3aC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xMC4yLjEzYy45OSAwIDEuNzYzLS40MyAyLjIyOC0xLjIxN2guMTFWMTVoMS4xODlWOS45NTVjMC0xLjUzMS0xLjAwNS0yLjQ1NC0yLjgwMy0yLjQ1NC0xLjU3MiAwLTIuNjkzLjc4LTIuODg1IDEuOTM1bC0uMDA2LjA0aDEuMTg5bC4wMDctLjAyYy4xOTEtLjU3NC43NzItLjkwMiAxLjY1NC0uOTAyIDEuMSAwIDEuNjU0LjQ5MiAxLjY1NCAxLjQwMXYuNjdsLTIuMTEyLjEzYy0xLjcxNi4xMDItMi42ODYuODYxLTIuNjg2IDIuMTc0di4wMTNjMCAxLjM0IDEuMDYgMi4xODggMi40NiAyLjE4OFptLTEuMjQ1LTIuMjE1di0uMDE0YzAtLjczMS40OTMtMS4xMjggMS42MTQtMS4xOTZsMS45NjgtLjEyM3YuNjdjMCAxLjA1My0uODgxIDEuODQ2LTIuMDkxIDEuODQ2LS44NTUgMC0xLjQ5LS40MzgtMS40OS0xLjE4M1pNMTAzLjA5NiAxNWgxLjE4OXYtNC4zNjFjMC0xLjI5Mi43NDUtMi4wODUgMS45MjEtMi4wODUgMS4xNzYgMCAxLjcyMy42MzUgMS43MjMgMS45NjJWMTVoMS4xODl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzcuNDU4LTIuMTQ2IDEuMjM3aC0uMTFWNy42MzFoLTEuMTg5VjE1Wm0xMS4yMTEgMi41OThjMi4wMDkgMCAzLjI4MS0xLjA1MyAzLjI4MS0yLjdWNy42M2gtMS4xOXYxLjIxN2gtLjA4MmMtLjQ1MS0uODM0LTEuMjU3LTEuMzQ3LTIuMjk2LTEuMzQ3LTEuOTI4IDAtMy4xMTggMS40OTctMy4xMTggMy41NjF2LjAxNGMwIDIuMDY1IDEuMTgzIDMuNTQxIDMuMDkgMy41NDEgMS4wMTIgMCAxLjg0Ni0uNDU4IDIuMzExLTEuMjcxaC4xMDl2MS40OWMwIDEuMDg3LS43ODYgMS43MDktMi4xMDUgMS43MDktMS4wNiAwLTEuNzE2LS4zOTctMS44NDYtLjk1N2wtLjAwNy0uMDA3aC0xLjIzbC0uMDE0LjAwN2MuMTg1IDEuMjEgMS4zMTkgMi4wMSAzLjA5NyAyLjAxWm0tLjA1NS00LjAzM2MtMS4zNjcgMC0yLjEzMy0xLjAyNi0yLjEzMy0yLjQ4OXYtLjAxNGMwLTEuNDYyLjc2Ni0yLjUwOCAyLjEzMy0yLjUwOCAxLjM2IDAgMi4xODcgMS4wNDYgMi4xODcgMi41MDh2LjAxNGMwIDEuNDYzLS44MiAyLjQ4OS0yLjE4NyAyLjQ4OVptOC41NTkgMS41NjVjMS43MzYgMCAyLjc4OS0uOTg1IDMuMDQyLTEuOTgybC4wMTMtLjA1NWgtMS4xODlsLS4wMjguMDYxYy0uMTk4LjQ0NS0uODEzLjkxNi0xLjgxMS45MTYtMS4zMTMgMC0yLjE1My0uODg4LTIuMTg4LTIuNDEzaDUuMzA1di0uNDY1YzAtMi4yLTEuMjE3LTMuNjkxLTMuMjItMy42OTFzLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg2IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2Wm0xMi42NzMgNi41N2MxLjg2NyAwIDMuMDktMS41MSAzLjA5LTMuODA4di0uMDEzYzAtMi4zMTEtMS4yMTctMy44MDgtMy4wOS0zLjgwOC0xLjAxMSAwLTEuODkzLjUwNi0yLjI5NyAxLjI5MmgtLjEwOVY0LjcwNWgtMS4xODlWMTVoMS4xODl2LTEuMTc2aC4xMDljLjQ1Mi44MiAxLjI3MiAxLjMwNiAyLjI5NyAxLjMwNlptLS4yNzMtMS4wNTNjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS43OTkgMi43NTUtMi4xNDYgMi43NTVabTUuMjc3LjkyM2gxLjE5VjQuNzA1aC0xLjE5VjE1Wm02LjUwMS4xM2MyLjA5OSAwIDMuMzk4LTEuNDUgMy4zOTgtMy44MDh2LS4wMTNjMC0yLjM2Ni0xLjI5OS0zLjgwOC0zLjM5OC0zLjgwOC0yLjA5OCAwLTMuMzk3IDEuNDQyLTMuMzk3IDMuODA4di4wMTNjMCAyLjM1OSAxLjI5OSAzLjgwOCAzLjM5NyAzLjgwOFptMC0xLjA1M2MtMS4zOTQgMC0yLjE4LTEuMDE4LTIuMTgtMi43NTV2LS4wMTNjMC0xLjc0NC43ODYtMi43NTUgMi4xOC0yLjc1NSAxLjM5NSAwIDIuMTgxIDEuMDExIDIuMTgxIDIuNzU1di4wMTNjMCAxLjczNy0uNzg2IDIuNzU1LTIuMTgxIDIuNzU1Wm04LjI1OCAxLjA1M2MxLjc3MSAwIDIuNzYyLS45NSAzLjA2My0yLjI4M2wuMDEzLS4wNzUtMS4xNzYuMDA2LS4wMTMuMDQxYy0uMjc0LjgyLS45MDMgMS4yNTgtMS44OTQgMS4yNTgtMS4zMTIgMC0yLjE2LTEuMDg3LTIuMTYtMi43ODJ2LS4wMTRjMC0xLjY2LjgzNC0yLjcyNyAyLjE2LTIuNzI3IDEuMDYgMCAxLjcxNi41ODggMS45MDEgMS4zMTJsLjAwNi4wMmgxLjE4M2wtLjAwNy0uMDRjLS4yMTktMS4zMTMtMS4yOTItMi4zNDUtMy4wODMtMi4zNDUtMi4wNjQgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg4LS4xM2gxLjE4OXYtMi43OTZsLjY5MS0uNjdMMTY0LjY5NCAxNWgxLjQ5N2wtMy40MjQtNC4yNzMgMy4yMTItMy4wOTZoLTEuNDQybC0zLjE4NSAzLjIyaC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xNC4wODkuMDU1Yy4yMzIgMCAuNDU4LS4wMjguNjktLjA2OXYtMS4wMTFjLS4yMTkuMDItLjMzNS4wMjctLjU0Ny4wMjctLjc2NSAwLTEuMDY2LS4zNDktMS4wNjYtMS4yMTd2LTQuMTdoMS42MTN2LS45ODRoLTEuNjEzVjUuNzI0aC0xLjIzMVY3LjYzaC0xLjE2MnYuOTg0aDEuMTYydjQuNDdjMCAxLjQxLjYzNiAxLjk3IDIuMTU0IDEuOTdabTMuMDk2IDIuNTI5YzEuMzA2IDAgMS45MTQtLjQ3OSAyLjUyMy0yLjEzM2wyLjg3OC03LjgyaC0xLjI1MWwtMi4wMTcgNi4wNjNoLS4xMDlsLTIuMDI0LTYuMDYzaC0xLjI3MWwyLjcyNyA3LjM3Ni0uMTM2LjQzN2MtLjI2Ny44NDgtLjY3NyAxLjE1Ni0xLjM1NCAxLjE1NmEyLjgyIDIuODIgMCAwIDEtLjQ5Mi0uMDM1di45NzhjLjE2NC4wMjcuMzY5LjA0MS41MjYuMDQxWm02Ljk3My0uMTIzaDEuMTg5di0zLjYyM2guMTFjLjQwMy43ODYgMS4yODUgMS4yOTIgMi4yOTcgMS4yOTIgMS44NzMgMCAzLjA4OS0xLjQ5NyAzLjA4OS0zLjgwOHYtLjAxM2MwLTIuMjk3LTEuMjIzLTMuODA4LTMuMDg5LTMuODA4LTEuMDI2IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjItMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDcgMS4wMzkgMi4xNDcgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ3IDIuNzU1Wm04LjIzMSAxLjA1M2MxLjczNiAwIDIuNzg5LS45ODUgMy4wNDItMS45ODJsLjAxMy0uMDU1aC0xLjE4OWwtLjAyNy4wNjFjLS4xOTkuNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDR2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MS0yLjAwMiAwLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg3IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2WiIgZmlsbD0iIzg3OTI5RCIvPjwvc3ZnPg==\");height:0;pointer-events:none;position:absolute;top:-2px;z-index:-1}.neeto-editor{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));max-width:100%!important;padding:16px;white-space:pre-wrap}.neeto-editor:focus{outline:none}.neeto-editor a{pointer-events:none}.neeto-editor [data-variable]{color:rgb(var(--neeto-ui-gray-600));padding:4px 6px}.neeto-editor .ProseMirror-separator{display:none}.neeto-editor.fixed-menu-active{border:thin solid rgb(var(--neeto-ui-gray-300));border-top:none;border-top-left-radius:0;border-top-right-radius:0}.neeto-editor.attachments-active{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.neeto-editor .is-empty{position:relative}.neeto-editor.placeholder-active .is-editor-empty:first-child:before{color:#ced4da;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.neeto-editor hr{margin:8px 0}.neeto-editor .ProseMirror-selectednode{outline:3px solid rgb(var(--neeto-ui-pastel-blue))}.neeto-editor .has-focus{background:var(--focus-background-color);transition:background-color .2s ease}.neeto-editor [data-variable]{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-700));display:inline-flex;line-height:1;padding:4px}.neeto-editor-character-count{color:rgb(var(--neeto-ui-gray-600));font-size:12px;padding:4px;text-align:right}.neeto-editor-error{border-color:rgb(var(--neeto-ui-error-500));border-radius:var(--neeto-ui-rounded);border-width:1px;color:rgb(var(--neeto-ui-error-500))}.neeto-editor-error:focus-within{border-color:rgb(var(--neeto-ui-error-600))}.ne_variable-tag{border-radius:6px!important}.neeto-editor,.neeto-editor-content{-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre-wrap;word-break:break-word}.neeto-editor h1,.neeto-editor h2,.neeto-editor h3,.neeto-editor h4,.neeto-editor h5,.neeto-editor h6,.neeto-editor-content h1,.neeto-editor-content h2,.neeto-editor-content h3,.neeto-editor-content h4,.neeto-editor-content h5,.neeto-editor-content h6{margin:1rem 0 .5rem}.neeto-editor p,.neeto-editor-content p{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-body2);line-height:var(--neeto-ui-leading-normal)}.neeto-editor p:empty:after,.neeto-editor-content p:empty:after{content:\" \"}.neeto-editor p:last-child,.neeto-editor-content p:last-child{margin-bottom:0}.neeto-editor code,.neeto-editor-content code{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:85%;padding:2px}.neeto-editor pre,.neeto-editor-content pre{background-color:#f6f8fa;border-radius:var(--neeto-ui-rounded-sm);font-size:14px;line-height:20px;margin-bottom:16px;margin-top:16px;overflow-x:auto;padding:16px}.neeto-editor pre>code,.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0}.neeto-editor blockquote,.neeto-editor-content blockquote{border-left-color:#e5e7eb;border-left-width:4px;color:rgb(var(--neeto-ui-black));font-weight:var(--neeto-ui-font-medium);margin:8px 0;padding-left:12px;quotes:\"“\" \"”\" \"‘\" \"’\"}.neeto-editor blockquote>p:after,.neeto-editor blockquote>p:before,.neeto-editor-content blockquote>p:after,.neeto-editor-content blockquote>p:before{content:\"\"!important}.neeto-editor ol,.neeto-editor ul,.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1em;padding-left:28px}.neeto-editor ol li:before,.neeto-editor ul li:before,.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:rgb(var(--neeto-ui-black))}.neeto-editor a[href],.neeto-editor-content a[href]{color:rgb(var(--neeto-ui-primary-800));font-weight:500}.neeto-editor .neeto-editor__video-wrapper,.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:16px 0}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;padding:4px}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{height:100%;width:100%}.neeto-editor .neeto-editor__video--left,.neeto-editor-content .neeto-editor__video--left{justify-content:flex-start}.neeto-editor .neeto-editor__video--right,.neeto-editor-content .neeto-editor__video--right{justify-content:flex-end}.neeto-editor .neeto-editor__video--center,.neeto-editor-content .neeto-editor__video--center{justify-content:center}.neeto-editor mark,.neeto-editor-content mark{border-radius:var(--neeto-ui-rounded-sm);padding:0 4px}.neeto-editor [data-type=mention],.neeto-editor [data-type=special-mention],.neeto-editor-content [data-type=mention],.neeto-editor-content [data-type=special-mention]{color:rgb(var(--neeto-ui-primary-800))}.neeto-editor table,.neeto-editor-content table{border:1px solid rgba(var(--neeto-ui-gray-300));border-collapse:separate;border-radius:var(--neeto-ui-rounded-sm);border-spacing:0;min-width:300px;overflow:hidden;table-layout:fixed}.neeto-editor table td,.neeto-editor table th,.neeto-editor-content table td,.neeto-editor-content table th{border-left:1px solid rgba(var(--neeto-ui-gray-300));border-top:1px solid rgba(var(--neeto-ui-gray-300));padding:8px 12px;position:relative}.neeto-editor table td:first-child,.neeto-editor table th:first-child,.neeto-editor-content table td:first-child,.neeto-editor-content table th:first-child{border-left:none}.neeto-editor table th,.neeto-editor-content table th{background:rgb(var(--neeto-ui-gray-100));border-top:none}.neeto-editor table td,.neeto-editor-content table td{background:rgb(var(--neeto-ui-white))}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:16px 0;text-decoration:none}.neeto-editor__image-wrapper figure{display:inline-block;position:relative}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;height:auto;padding:4px;width:100%}.neeto-editor__image-wrapper figcaption{font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-normal);margin-top:4px;text-align:center}.neeto-editor__image-wrapper figcaption a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:rgb(var(--neeto-ui-gray-500));content:\"Add a caption\";inset:0;position:absolute}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.neeto-editor-fixed-menu{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-bottom:none;border-radius:var(--neeto-ui-rounded) var(--neeto-ui-rounded) 0 0;position:relative}.neeto-editor-fixed-menu--independant{border-bottom:thin solid rgb(var(--neeto-ui-gray-300));border-radius:0;border-radius:initial}.neeto-editor-fixed-menu__item{border-radius:var(--neeto-ui-rounded-sm)!important}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item{min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor-fixed-menu__wrapper{align-items:center;display:flex;gap:0 4px;justify-content:flex-start;overflow:auto;padding:2px;width:100%}.neeto-editor-fixed-menu__variables{bottom:-24px;position:absolute;right:8px;z-index:10}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item{background-color:rgb(var(--neeto-ui-gray-700));border-radius:var(--neeto-ui-rounded-sm);padding:4px}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item.active,.neeto-editor-fixed-menu__variables .neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-600))}.neeto-editor-fixed-menu__right-options{display:flex;justify-self:flex-end;margin-left:auto}.neeto-editor-fixed-menu__emoji-dropdown{max-height:none!important}.neeto-editor-fixed-menu__separator{display:flex;height:28px;width:32px}.neeto-editor-fixed-menu__separator span{width:100%}.neeto-editor-fixed-menu__separator span:first-child{border-right:1px solid rgb(var(--neeto-ui-gray-200))}.neeto-editor-menu__item{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px;transition:var(--neeto-ui-transition)}.neeto-editor-menu__item p{color:rgb(var(--neeto-ui-gray-600));font-size:var(--neeto-ui-text-xs);line-height:1;white-space:nowrap}.neeto-editor-menu__item.active,.neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-menu__item:focus,.neeto-editor-menu__item:focus-visible{outline:rgb(var(--neeto-ui-gray-300)) auto 1px}.neeto-editor-menu__item input[type=color]{height:0;visibility:hidden;width:0}.neeto-editor-menu__item:disabled{background-color:rgb(var(--neeto-ui-gray-100));opacity:.5}.neeto-editor-link__item{align-items:flex-start;justify-content:flex-start}.neeto-editor-link__item,.neeto-editor-table__item{display:flex!important;flex-direction:row;gap:8px;padding:8px!important}.neeto-editor-table__item input{max-width:60px!important}.neeto-editor-table__options-menu{display:flex;flex-direction:column;gap:8px;max-height:150px!important;overflow:scroll;padding:8px!important}.neeto-editor-font-size__wrapper{font-weight:var(--neeto-ui-font-normal)!important;padding:8px!important}.neeto-editor-bubble-menu{align-items:center;background:rgb(var(--neeto-ui-gray-800));border-radius:var(--neeto-ui-rounded);display:flex;flex-direction:row;gap:1px;justify-content:flex-start;padding:0 4px;position:relative}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text{color:rgb(var(--neeto-ui-gray-200));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text.active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:hover{background-color:rgb(var(--neeto-ui-gray-600))!important;color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu button.neeto-ui-btn--style-secondary{background-color:rgb(var(--neeto-ui-gray-400));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn{color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn.active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:hover{background-color:rgb(var(--neeto-ui-gray-600))!important}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:6px;width:256px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input{background-color:transparent;line-height:20px;outline:none;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only{min-height:0;opacity:.8;padding:0}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only:hover{opacity:1}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table{align-items:center;display:flex;gap:6px;justify-content:space-between;max-width:256px;padding:4px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input{background-color:rgba(var(--neeto-ui-gray-400),.2);height:24px;line-height:20px;outline:none;width:60px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table__buttons{align-items:center;display:flex;gap:4px;justify-content:space-between}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table-options{align-items:center;display:flex;flex-direction:column;gap:2px;max-height:100px;overflow:scroll}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown-target{align-items:center;display:flex;font-size:var(--neeto-ui-text-xs);gap:4px;line-height:var(--neeto-ui-leading-normal);white-space:nowrap}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown{align-items:flex-start;display:flex;flex-direction:column}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item{font-size:var(--neeto-ui-text-xs);padding:8px 12px;text-align:left;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:first-child{border-top-left-radius:var(--neeto-ui-rounded);border-top-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:last-child{border-bottom-left-radius:var(--neeto-ui-rounded);border-bottom-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu-animate-shake{animation:shake 1s linear infinite alternate both}.neeto-editor__image-menu .neeto-ui-dropdown__popup{display:flex;min-width:0;min-width:auto}.neeto-editor__image-menu .neeto-ui-dropdown__popup .neeto-ui-btn .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor__image-menu-btn{padding:2px!important;position:absolute!important;right:4px;top:4px;z-index:1}.ne-media-uploader{display:flex;flex-direction:column;min-height:184px}.ne-media-uploader .ne-tab__wrapper .ne-tab{min-width:88px}.ne-media-uploader .ne-media-uploader__content{display:flex;flex-grow:1;padding:16px}.ne-media-uploader .ne-media-uploader__dnd{align-items:center;border:1px dashed rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;gap:2px;justify-content:center;width:100%}.ne-media-uploader .ne-media-uploader__dnd-icon{color:rgb(var(--neeto-ui-primary-600));margin-bottom:6px}.ne-media-uploader .ne-media-uploader__dnd-input{display:none}.ne-media-uploader .ne-media-uploader__dnd:hover{background-color:rgb(var(--neeto-ui-gray-100));cursor:pointer}.ne-media-uploader .ne-media-uploader__dnd.uppy-is-drag-over{background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));color:rgb(var(--neeto-ui-gray-600))}.ne-media-uploader .ne-media-uploader__wrapper{display:flex;flex-wrap:wrap;gap:8px;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media{align-self:start;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;flex-direction:column;flex-grow:1;height:58px;justify-content:space-between;margin-bottom:auto;margin-top:auto;padding:4px 8px;width:220px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info{align-items:center;display:flex;gap:4px;justify-content:space-between}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info p{display:block;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress{align-self:flex-end;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-full);overflow:hidden;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress-bar{align-items:center;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-primary-100));display:flex;font-size:12px;font-weight:500px;height:12px;justify-content:center;line-height:1;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper{width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-container{max-height:50vh;overflow-x:hidden;overflow-y:auto}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-search{margin-bottom:16px;padding:0 8px}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery{right:-8px;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__loader{display:flex;justify-content:center}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item{float:left;padding-bottom:16px;padding-right:16px;width:33.3%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder{position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner{background-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-sm);height:100%;position:absolute;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner img{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) 1s both;border-radius:var(--neeto-ui-rounded);cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a{bottom:8px;color:rgb(var(--neeto-ui-white));font-size:12px;font-weight:var(--neeto-ui-font-normal);left:8px;line-height:1;margin:auto;opacity:0;position:absolute;text-transform:capitalize;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a:hover{text-decoration:underline}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner:hover a{opacity:1}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__text{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xs);margin-top:12px;text-align:center}.neeto-editor-url-form__wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:0 24px}.neeto-editor-url-form__wrapper .neeto-ui-input__wrapper{flex-grow:0;margin-bottom:16px;width:100%}.neeto-editor-emoji{font-family:apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol}.emoji-mart.emoji-mart-light{border:none;color:rgb(var(--neeto-ui-gray-700));font-size:14px}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor{color:rgb(var(--neeto-ui-gray-500))}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor svg{margin:auto}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor .emoji-mart-anchor-bar{background-color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor.emoji-mart-anchor-selected{color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-search input{border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-category-label span{padding-top:8px}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji span{cursor:pointer}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-scroll{height:264px;padding-bottom:0}.neeto-editor-emoji-suggestion{align-items:center;display:flex;flex-direction:row;font-family:apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;gap:2px;justify-content:flex-start;padding:4px}.neeto-editor-emoji-suggestion p{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xs)}.neeto-editor-emoji-suggestion span{font-size:10px;height:16px!important;width:16px!important}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item{border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;font-size:var(--neeto-ui-text-2xl);line-height:1;padding:6px;transition:var(--neeto-ui-transition)}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item--selected,.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-table{display:relative;margin:16px 0;width:-moz-fit-content;width:fit-content}.neeto-editor-table table td p,.neeto-editor-table table th p{margin:0}.neeto-editor-table table .column-resize-handle{background-color:rgb(var(--neeto-ui-gray-300));bottom:0;position:absolute;right:-2px;top:0;width:4px}.neeto-editor-table table .selectedCell:after{background:rgba(var(--neeto-ui-primary-500),.1);content:\"\";inset:0;position:absolute}.neeto-editor-table__wrapper{display:flex;gap:4px}.neeto-editor-table__add-column,.neeto-editor-table__add-row{align-items:center;background:rgba(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;display:flex;justify-content:center;transition:var(--neeto-ui-transition)}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{background:#fff;color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xl);line-height:16px;padding:4px}.neeto-editor-table__add-column:hover,.neeto-editor-table__add-row:hover{background:rgba(var(--neeto-ui-gray-300))}.neeto-editor-table__add-row{height:16px;margin:4px 20px 4px 0}.neeto-editor-table__add-column{flex-direction:column;width:16px}.ProseMirror.resize-cursor{cursor:col-resize}.ne-attachments{display:flex;flex-direction:column;gap:8px}.ne-attachments__items{display:flex;flex-wrap:wrap;gap:8px}.ne-attachments__preview{align-items:center;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;justify-content:space-between;padding:4px 2px 4px 8px;width:256px}.ne-attachments__preview-wrapper{display:flex;gap:8px;width:88%}.ne-attachments__preview-wrapper__icon{height:auto;width:15px}.ne-attachments__preview-wrapper p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:92%}.ne-attachments__preview-wrapper:hover{cursor:pointer}.ne-attachments__preview__progress{display:flex;justify-content:space-between;opacity:.5;width:76%}.ne-attachments__preview__progress p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.ne-attachments__preview__progress p:nth-child(2){width:-moz-fit-content;width:fit-content}.ne-attachments__preview__progress-icon{height:auto;width:15px}.ne-attachments__preview:hover{box-shadow:0 0 0 1px rgb(var(--neeto-ui-gray-400))}.ne-attachments input[type=file]{display:none}.ne-attachments-preview{display:flex;flex-direction:column;gap:8px;height:75vh!important;max-height:576px!important;max-width:1152px!important;width:75vw!important}.ne-attachments-preview__header{border-bottom:1px solid rgb(var(--neeto-ui-gray-200));margin-bottom:8px}.ne-attachments-preview__body{align-items:center;display:flex;flex-grow:1;justify-content:center;min-height:10px;padding-bottom:8px!important;position:relative;width:100%}.ne-attachments-preview__body-download{color:rgb(var(--neeto-ui-primary-800));cursor:pointer}.ne-attachments-preview__body img{max-height:100%;max-width:100%}.ne-attachments-preview__body video{height:100%;width:100%}.ne-attachments-preview__body iframe{height:100%;padding:0 8px;width:100%}.ne-attachments-preview__body-left,.ne-attachments-preview__body-right{position:absolute!important;top:50%;transform:translateY(-50%);z-index:1}.ne-attachments-preview__body-left:hover,.ne-attachments-preview__body-right:hover{background-color:rgba(var(--neeto-ui-gray-100),.4)!important;cursor:pointer}.ne-attachments-preview__body-left{left:24px}.ne-attachments-preview__body-right{right:24px}.ne-attachments-preview__footer{align-items:center;display:flex;justify-content:space-around;padding-bottom:24px!important}.ne-attachments--integrated{background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-300));border-radius:0 0 var(--neeto-ui-rounded) var(--neeto-ui-rounded);border-top:none;padding:0 6px}.ne-attachments__wrapper{position:relative}.ne-attachments__wrapper.uppy-is-drag-over:after{align-items:center;background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));border-radius:5px;color:rgb(var(--neeto-ui-gray-600));content:\"Drop the file here\";display:flex;font-size:1.2rem;font-weight:700;inset:7px;justify-content:center;position:absolute}.ProseMirror{height:100%;overflow-y:auto;white-space:break-spaces}.ProseMirror:focus{outline:none}";
136480
+ var css = "@charset \"UTF-8\";@import url(\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/github.min.css\");@keyframes shake{0%{transform:translateX(0)}10%{transform:translateX(-4px)}20%{transform:translateX(4px)}30%{transform:translateX(-4px)}40%{transform:translateX(4px)}50%{transform:translateX(-4px)}60%{transform:translateX(4px)}70%{transform:translateX(-4px)}80%{transform:translateX(4px)}90%{transform:translateX(-4px)}to{transform:translateX(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.neeto-editor-slash-commands__wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;max-height:384px;max-width:100%;overflow-y:auto;padding:12px;width:256px}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding:8px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item.active,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content h5{font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal)}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content p{color:rgb(var(--neeto-ui-gray-300));font-size:var(--neeto-ui-text-xs)}.neeto-editor-mentions__wrapper{max-height:256px;min-width:208px;overflow-y:auto;padding:8px;width:auto}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item{align-items:center;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;padding:8px;transition:var(--neeto-ui-transition);width:100%}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neeto-editor-mentions__wrapper .neeto-editor-mentions__item.active,.neeto-editor-mentions__wrapper .neeto-editor-mentions__item:hover{background-color:rgb(var(--neeto-ui-gray-700))}.ProseMirror.slash-active p.is-empty:last-child:before{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjgyMSAxNWgxLjIzVjYuMjQzaDMuMThWNS4xMzZILjY0MnYxLjEwN0gzLjgyVjE1Wm01LjkgMi41ODRjMS4zMDUgMCAxLjkxNC0uNDc5IDIuNTIyLTIuMTMzbDIuODc4LTcuODJoLTEuMjVsLTIuMDE4IDYuMDYzaC0uMTA5TDkuNzIxIDcuNjMxSDguNDQ5bDIuNzI4IDcuMzc2LS4xMzcuNDM3Yy0uMjY3Ljg0OC0uNjc3IDEuMTU2LTEuMzUzIDEuMTU2LS4xNjUgMC0uMzUtLjAwNy0uNDkzLS4wMzV2Ljk3OGMuMTY0LjAyNy4zNy4wNDEuNTI3LjA0MVptNi45NzItLjEyM2gxLjE5di0zLjYyM2guMTFjLjQwMi43ODYgMS4yODQgMS4yOTIgMi4yOTYgMS4yOTIgMS44NzMgMCAzLjA5LTEuNDk3IDMuMDktMy44MDh2LS4wMTNjMC0yLjI5Ny0xLjIyNC0zLjgwOC0zLjA5LTMuODA4LTEuMDI1IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjMtMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ2IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ2IDIuNzU1Wm04LjIzIDEuMDUzYzEuNzM2IDAgMi43OS0uOTg1IDMuMDQyLTEuOTgybC4wMTQtLjA1NWgtMS4xOWwtLjAyNy4wNjFjLS4xOTguNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDV2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MXMtMy4zMDIgMS41NTktMy4zMDIgMy44MzV2LjAwN2MwIDIuMzEgMS4yNzIgMy43ODcgMy4zNzcgMy43ODdabS0uMDgyLTYuNTdjMS4wODcgMCAxLjg5NC42OTEgMi4wMTcgMi4xNDdoLTQuMDc1Yy4xMy0xLjQwMS45NjQtMi4xNDYgMi4wNTgtMi4xNDZaIiBmaWxsPSIjODc5MjlEIi8+PHJlY3QgeD0iMzciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjMiIGZpbGw9IiNFOUVCRUQiLz48cGF0aCBkPSJtNTAuNDI4IDUuOTE0LTYuODU2IDguMTcyIiBzdHJva2U9IiMyNTJDMzIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNjQuNzI2IDE1LjA1NWMuMjMyIDAgLjQ1OC0uMDI4LjY5LS4wNjl2LTEuMDExYy0uMjE5LjAyLS4zMzUuMDI3LS41NDcuMDI3LS43NjYgMC0xLjA2Ni0uMzQ5LTEuMDY2LTEuMjE3di00LjE3aDEuNjEzdi0uOTg0aC0xLjYxM1Y1LjcyNGgtMS4yM1Y3LjYzSDYxLjQxdi45ODRoMS4xNjJ2NC40N2MwIDEuNDEuNjM2IDEuOTcgMi4xNTQgMS45N1ptNS4zODYuMDc1YzIuMDk5IDAgMy4zOTgtMS40NSAzLjM5OC0zLjgwOHYtLjAxM2MwLTIuMzY2LTEuMy0zLjgwOC0zLjM5OC0zLjgwOHMtMy4zOTcgMS40NDItMy4zOTcgMy44MDh2LjAxM2MwIDIuMzU5IDEuMjk5IDMuODA4IDMuMzk3IDMuODA4Wm0wLTEuMDUzYy0xLjM5NCAwLTIuMTgtMS4wMTgtMi4xOC0yLjc1NXYtLjAxM2MwLTEuNzQ0Ljc4Ni0yLjc1NSAyLjE4LTIuNzU1IDEuMzk1IDAgMi4xODEgMS4wMTEgMi4xODEgMi43NTV2LjAxM2MwIDEuNzM3LS43ODYgMi43NTUtMi4xOCAyLjc1NVptMTIuMTk2IDEuMDUzYzEuNzcgMCAyLjc2MS0uOTUgMy4wNjItMi4yODNsLjAxNC0uMDc1LTEuMTc2LjAwNi0uMDE0LjA0MWMtLjI3My44Mi0uOTAyIDEuMjU4LTEuODkzIDEuMjU4LTEuMzEzIDAtMi4xNi0xLjA4Ny0yLjE2LTIuNzgydi0uMDE0YzAtMS42Ni44MzQtMi43MjcgMi4xNi0yLjcyNyAxLjA2IDAgMS43MTYuNTg4IDEuOSAxLjMxMmwuMDA3LjAyaDEuMTgzbC0uMDA3LS4wNEM4NS4xNjUgOC41MzMgODQuMDkyIDcuNSA4Mi4zIDcuNWMtMi4wNjUgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg3LS4xM2gxLjE5di00LjM2MWMwLTEuMjkyLjc0NS0yLjA4NSAxLjkyLTIuMDg1IDEuMTc2IDAgMS43MjMuNjM1IDEuNzIzIDEuOTYyVjE1aDEuMTl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzguNDU4LTIuMTQ3IDEuMjM3aC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xMC4yLjEzYy45OSAwIDEuNzYzLS40MyAyLjIyOC0xLjIxN2guMTFWMTVoMS4xODlWOS45NTVjMC0xLjUzMS0xLjAwNS0yLjQ1NC0yLjgwMy0yLjQ1NC0xLjU3MiAwLTIuNjkzLjc4LTIuODg1IDEuOTM1bC0uMDA2LjA0aDEuMTg5bC4wMDctLjAyYy4xOTEtLjU3NC43NzItLjkwMiAxLjY1NC0uOTAyIDEuMSAwIDEuNjU0LjQ5MiAxLjY1NCAxLjQwMXYuNjdsLTIuMTEyLjEzYy0xLjcxNi4xMDItMi42ODYuODYxLTIuNjg2IDIuMTc0di4wMTNjMCAxLjM0IDEuMDYgMi4xODggMi40NiAyLjE4OFptLTEuMjQ1LTIuMjE1di0uMDE0YzAtLjczMS40OTMtMS4xMjggMS42MTQtMS4xOTZsMS45NjgtLjEyM3YuNjdjMCAxLjA1My0uODgxIDEuODQ2LTIuMDkxIDEuODQ2LS44NTUgMC0xLjQ5LS40MzgtMS40OS0xLjE4M1pNMTAzLjA5NiAxNWgxLjE4OXYtNC4zNjFjMC0xLjI5Mi43NDUtMi4wODUgMS45MjEtMi4wODUgMS4xNzYgMCAxLjcyMy42MzUgMS43MjMgMS45NjJWMTVoMS4xODl2LTQuNzcxYzAtMS43NS0uOTIzLTIuNzI4LTIuNTc3LTIuNzI4LTEuMDg3IDAtMS43NzcuNDU4LTIuMTQ2IDEuMjM3aC0uMTFWNy42MzFoLTEuMTg5VjE1Wm0xMS4yMTEgMi41OThjMi4wMDkgMCAzLjI4MS0xLjA1MyAzLjI4MS0yLjdWNy42M2gtMS4xOXYxLjIxN2gtLjA4MmMtLjQ1MS0uODM0LTEuMjU3LTEuMzQ3LTIuMjk2LTEuMzQ3LTEuOTI4IDAtMy4xMTggMS40OTctMy4xMTggMy41NjF2LjAxNGMwIDIuMDY1IDEuMTgzIDMuNTQxIDMuMDkgMy41NDEgMS4wMTIgMCAxLjg0Ni0uNDU4IDIuMzExLTEuMjcxaC4xMDl2MS40OWMwIDEuMDg3LS43ODYgMS43MDktMi4xMDUgMS43MDktMS4wNiAwLTEuNzE2LS4zOTctMS44NDYtLjk1N2wtLjAwNy0uMDA3aC0xLjIzbC0uMDE0LjAwN2MuMTg1IDEuMjEgMS4zMTkgMi4wMSAzLjA5NyAyLjAxWm0tLjA1NS00LjAzM2MtMS4zNjcgMC0yLjEzMy0xLjAyNi0yLjEzMy0yLjQ4OXYtLjAxNGMwLTEuNDYyLjc2Ni0yLjUwOCAyLjEzMy0yLjUwOCAxLjM2IDAgMi4xODcgMS4wNDYgMi4xODcgMi41MDh2LjAxNGMwIDEuNDYzLS44MiAyLjQ4OS0yLjE4NyAyLjQ4OVptOC41NTkgMS41NjVjMS43MzYgMCAyLjc4OS0uOTg1IDMuMDQyLTEuOTgybC4wMTMtLjA1NWgtMS4xODlsLS4wMjguMDYxYy0uMTk4LjQ0NS0uODEzLjkxNi0xLjgxMS45MTYtMS4zMTMgMC0yLjE1My0uODg4LTIuMTg4LTIuNDEzaDUuMzA1di0uNDY1YzAtMi4yLTEuMjE3LTMuNjkxLTMuMjItMy42OTFzLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg2IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2Wm0xMi42NzMgNi41N2MxLjg2NyAwIDMuMDktMS41MSAzLjA5LTMuODA4di0uMDEzYzAtMi4zMTEtMS4yMTctMy44MDgtMy4wOS0zLjgwOC0xLjAxMSAwLTEuODkzLjUwNi0yLjI5NyAxLjI5MmgtLjEwOVY0LjcwNWgtMS4xODlWMTVoMS4xODl2LTEuMTc2aC4xMDljLjQ1Mi44MiAxLjI3MiAxLjMwNiAyLjI5NyAxLjMwNlptLS4yNzMtMS4wNTNjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDYgMS4wMzkgMi4xNDYgMi43NTV2LjAxM2MwIDEuNzE2LS43OTkgMi43NTUtMi4xNDYgMi43NTVabTUuMjc3LjkyM2gxLjE5VjQuNzA1aC0xLjE5VjE1Wm02LjUwMS4xM2MyLjA5OSAwIDMuMzk4LTEuNDUgMy4zOTgtMy44MDh2LS4wMTNjMC0yLjM2Ni0xLjI5OS0zLjgwOC0zLjM5OC0zLjgwOC0yLjA5OCAwLTMuMzk3IDEuNDQyLTMuMzk3IDMuODA4di4wMTNjMCAyLjM1OSAxLjI5OSAzLjgwOCAzLjM5NyAzLjgwOFptMC0xLjA1M2MtMS4zOTQgMC0yLjE4LTEuMDE4LTIuMTgtMi43NTV2LS4wMTNjMC0xLjc0NC43ODYtMi43NTUgMi4xOC0yLjc1NSAxLjM5NSAwIDIuMTgxIDEuMDExIDIuMTgxIDIuNzU1di4wMTNjMCAxLjczNy0uNzg2IDIuNzU1LTIuMTgxIDIuNzU1Wm04LjI1OCAxLjA1M2MxLjc3MSAwIDIuNzYyLS45NSAzLjA2My0yLjI4M2wuMDEzLS4wNzUtMS4xNzYuMDA2LS4wMTMuMDQxYy0uMjc0LjgyLS45MDMgMS4yNTgtMS44OTQgMS4yNTgtMS4zMTIgMC0yLjE2LTEuMDg3LTIuMTYtMi43ODJ2LS4wMTRjMC0xLjY2LjgzNC0yLjcyNyAyLjE2LTIuNzI3IDEuMDYgMCAxLjcxNi41ODggMS45MDEgMS4zMTJsLjAwNi4wMmgxLjE4M2wtLjAwNy0uMDRjLS4yMTktMS4zMTMtMS4yOTItMi4zNDUtMy4wODMtMi4zNDUtMi4wNjQgMC0zLjM3NyAxLjQ5LTMuMzc3IDMuNzh2LjAxNGMwIDIuMzM4IDEuMzIgMy44MzUgMy4zODQgMy44MzVabTQuODg4LS4xM2gxLjE4OXYtMi43OTZsLjY5MS0uNjdMMTY0LjY5NCAxNWgxLjQ5N2wtMy40MjQtNC4yNzMgMy4yMTItMy4wOTZoLTEuNDQybC0zLjE4NSAzLjIyaC0uMTFWNC43MDVoLTEuMTg5VjE1Wm0xNC4wODkuMDU1Yy4yMzIgMCAuNDU4LS4wMjguNjktLjA2OXYtMS4wMTFjLS4yMTkuMDItLjMzNS4wMjctLjU0Ny4wMjctLjc2NSAwLTEuMDY2LS4zNDktMS4wNjYtMS4yMTd2LTQuMTdoMS42MTN2LS45ODRoLTEuNjEzVjUuNzI0aC0xLjIzMVY3LjYzaC0xLjE2MnYuOTg0aDEuMTYydjQuNDdjMCAxLjQxLjYzNiAxLjk3IDIuMTU0IDEuOTdabTMuMDk2IDIuNTI5YzEuMzA2IDAgMS45MTQtLjQ3OSAyLjUyMy0yLjEzM2wyLjg3OC03LjgyaC0xLjI1MWwtMi4wMTcgNi4wNjNoLS4xMDlsLTIuMDI0LTYuMDYzaC0xLjI3MWwyLjcyNyA3LjM3Ni0uMTM2LjQzN2MtLjI2Ny44NDgtLjY3NyAxLjE1Ni0xLjM1NCAxLjE1NmEyLjgyIDIuODIgMCAwIDEtLjQ5Mi0uMDM1di45NzhjLjE2NC4wMjcuMzY5LjA0MS41MjYuMDQxWm02Ljk3My0uMTIzaDEuMTg5di0zLjYyM2guMTFjLjQwMy43ODYgMS4yODUgMS4yOTIgMi4yOTcgMS4yOTIgMS44NzMgMCAzLjA4OS0xLjQ5NyAzLjA4OS0zLjgwOHYtLjAxM2MwLTIuMjk3LTEuMjIzLTMuODA4LTMuMDg5LTMuODA4LTEuMDI2IDAtMS44NDYuNDg1LTIuMjk3IDEuMzA2aC0uMTFWNy42M2gtMS4xODl2OS44M1ptMy4zMjItMy4zODRjLTEuMzQgMC0yLjE2LTEuMDUzLTIuMTYtMi43NTV2LS4wMTNjMC0xLjcwMy44Mi0yLjc1NSAyLjE2LTIuNzU1IDEuMzQ3IDAgMi4xNDcgMS4wMzkgMi4xNDcgMi43NTV2LjAxM2MwIDEuNzE2LS44IDIuNzU1LTIuMTQ3IDIuNzU1Wm04LjIzMSAxLjA1M2MxLjczNiAwIDIuNzg5LS45ODUgMy4wNDItMS45ODJsLjAxMy0uMDU1aC0xLjE4OWwtLjAyNy4wNjFjLS4xOTkuNDQ1LS44MTQuOTE2LTEuODEyLjkxNi0xLjMxMiAwLTIuMTUzLS44ODgtMi4xODctMi40MTNoNS4zMDR2LS40NjVjMC0yLjItMS4yMTctMy42OTEtMy4yMi0zLjY5MS0yLjAwMiAwLTMuMzAxIDEuNTU5LTMuMzAxIDMuODM1di4wMDdjMCAyLjMxIDEuMjcxIDMuNzg3IDMuMzc3IDMuNzg3Wm0tLjA4Mi02LjU3YzEuMDg3IDAgMS44OTMuNjkxIDIuMDE2IDIuMTQ3aC00LjA3NGMuMTMtMS40MDEuOTY0LTIuMTQ2IDIuMDU4LTIuMTQ2WiIgZmlsbD0iIzg3OTI5RCIvPjwvc3ZnPg==\");height:0;pointer-events:none;position:absolute;top:-2px;z-index:-1}.neeto-editor{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));max-width:100%!important;padding:16px;white-space:pre-wrap}.neeto-editor:focus{outline:none}.neeto-editor a{pointer-events:none}.neeto-editor [data-variable]{color:rgb(var(--neeto-ui-gray-600));padding:4px 6px}.neeto-editor .ProseMirror-separator{display:none}.neeto-editor.fixed-menu-active{border:thin solid rgb(var(--neeto-ui-gray-300));border-top:none;border-top-left-radius:0;border-top-right-radius:0}.neeto-editor.attachments-active{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.neeto-editor .is-empty{position:relative}.neeto-editor.placeholder-active .is-editor-empty:first-child:before{color:#ced4da;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.neeto-editor hr{margin:8px 0}.neeto-editor .ProseMirror-selectednode{outline:3px solid rgb(var(--neeto-ui-pastel-blue))}.neeto-editor .has-focus{background:var(--focus-background-color);transition:background-color .2s ease}.neeto-editor [data-variable]{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-700));display:inline-flex;line-height:1;padding:4px}.neeto-editor-character-count{color:rgb(var(--neeto-ui-gray-600));font-size:12px;padding:4px;text-align:right}.neeto-editor-error{border-color:rgb(var(--neeto-ui-error-500));border-radius:var(--neeto-ui-rounded);border-width:1px;color:rgb(var(--neeto-ui-error-500))}.neeto-editor-error:focus-within{border-color:rgb(var(--neeto-ui-error-600))}.ne_variable-tag{border-radius:6px!important}.neeto-editor,.neeto-editor-content{-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre-wrap;word-break:break-word}.neeto-editor h1,.neeto-editor h2,.neeto-editor h3,.neeto-editor h4,.neeto-editor h5,.neeto-editor h6,.neeto-editor-content h1,.neeto-editor-content h2,.neeto-editor-content h3,.neeto-editor-content h4,.neeto-editor-content h5,.neeto-editor-content h6{margin:1rem 0 .5rem}.neeto-editor p,.neeto-editor-content p{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-body2);line-height:var(--neeto-ui-leading-normal)}.neeto-editor p:empty:after,.neeto-editor-content p:empty:after{content:\" \"}.neeto-editor p:last-child,.neeto-editor-content p:last-child{margin-bottom:0}.neeto-editor code,.neeto-editor-content code{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:85%;padding:2px}.neeto-editor pre,.neeto-editor-content pre{background-color:#f6f8fa;border-radius:var(--neeto-ui-rounded-sm);font-size:14px;line-height:20px;margin-bottom:16px;margin-top:16px;overflow-x:auto;padding:16px}.neeto-editor pre>code,.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0}.neeto-editor blockquote,.neeto-editor-content blockquote{border-left-color:#e5e7eb;border-left-width:4px;color:rgb(var(--neeto-ui-black));font-weight:var(--neeto-ui-font-medium);margin:8px 0;padding-left:12px;quotes:\"“\" \"”\" \"‘\" \"’\"}.neeto-editor blockquote>p:after,.neeto-editor blockquote>p:before,.neeto-editor-content blockquote>p:after,.neeto-editor-content blockquote>p:before{content:\"\"!important}.neeto-editor ol,.neeto-editor ul,.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1em;padding-left:28px}.neeto-editor ol li:before,.neeto-editor ul li:before,.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:rgb(var(--neeto-ui-black))}.neeto-editor a[href],.neeto-editor-content a[href]{color:rgb(var(--neeto-ui-primary-800));font-weight:500}.neeto-editor .neeto-editor__video-wrapper,.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:16px 0}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;padding:4px}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{height:100%;width:100%}.neeto-editor .neeto-editor__video--left,.neeto-editor-content .neeto-editor__video--left{justify-content:flex-start}.neeto-editor .neeto-editor__video--right,.neeto-editor-content .neeto-editor__video--right{justify-content:flex-end}.neeto-editor .neeto-editor__video--center,.neeto-editor-content .neeto-editor__video--center{justify-content:center}.neeto-editor mark,.neeto-editor-content mark{border-radius:var(--neeto-ui-rounded-sm);padding:0 4px}.neeto-editor [data-type=mention],.neeto-editor [data-type=special-mention],.neeto-editor-content [data-type=mention],.neeto-editor-content [data-type=special-mention]{color:rgb(var(--neeto-ui-primary-800))}.neeto-editor table,.neeto-editor-content table{border:1px solid rgba(var(--neeto-ui-gray-300));border-collapse:separate;border-radius:var(--neeto-ui-rounded-sm);border-spacing:0;min-width:300px;overflow:hidden;table-layout:fixed}.neeto-editor table td,.neeto-editor table th,.neeto-editor-content table td,.neeto-editor-content table th{border-left:1px solid rgba(var(--neeto-ui-gray-300));border-top:1px solid rgba(var(--neeto-ui-gray-300));padding:8px 12px;position:relative}.neeto-editor table td:first-child,.neeto-editor table th:first-child,.neeto-editor-content table td:first-child,.neeto-editor-content table th:first-child{border-left:none}.neeto-editor table th,.neeto-editor-content table th{background:rgb(var(--neeto-ui-gray-100));border-top:none}.neeto-editor table td,.neeto-editor-content table td{background:rgb(var(--neeto-ui-white))}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:16px 0;text-decoration:none}.neeto-editor__image-wrapper figure{display:inline-block;position:relative}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{border:2px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-lg);display:inline-block;height:auto;padding:4px;width:100%}.neeto-editor__image-wrapper figcaption{font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-normal);text-align:center}.neeto-editor__image-wrapper figcaption a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:rgb(var(--neeto-ui-gray-500));content:\"Add a caption\";inset:0;position:absolute}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.neeto-editor-fixed-menu{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-bottom:none;border-radius:var(--neeto-ui-rounded) var(--neeto-ui-rounded) 0 0;position:relative}.neeto-editor-fixed-menu--independant{border-bottom:thin solid rgb(var(--neeto-ui-gray-300));border-radius:0;border-radius:initial}.neeto-editor-fixed-menu__item{border-radius:var(--neeto-ui-rounded-sm)!important}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item{min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-fixed-menu button.neeto-editor-fixed-menu__item .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor-fixed-menu__wrapper{align-items:center;display:flex;gap:0 4px;justify-content:flex-start;overflow:auto;padding:2px;width:100%}.neeto-editor-fixed-menu__variables{bottom:-24px;position:absolute;right:8px;z-index:10}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item{background-color:rgb(var(--neeto-ui-gray-700));border-radius:var(--neeto-ui-rounded-sm);padding:4px}.neeto-editor-fixed-menu__variables .neeto-editor-menu__item.active,.neeto-editor-fixed-menu__variables .neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-600))}.neeto-editor-fixed-menu__right-options{display:flex;justify-self:flex-end;margin-left:auto}.neeto-editor-fixed-menu__emoji-dropdown{max-height:none!important}.neeto-editor-fixed-menu__separator{display:flex;height:28px;width:32px}.neeto-editor-fixed-menu__separator span{width:100%}.neeto-editor-fixed-menu__separator span:first-child{border-right:1px solid rgb(var(--neeto-ui-gray-200))}.neeto-editor-text-color-option__options-group{align-items:center;display:flex;gap:8px;margin:8px 4px}.neeto-editor-text-color-option__options-group__input{max-width:130px}.neeto-editor-text-color-option__options-group__reset-button{align-self:center}.neeto-editor-menu__item{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px;transition:var(--neeto-ui-transition)}.neeto-editor-menu__item p{color:rgb(var(--neeto-ui-gray-600));font-size:var(--neeto-ui-text-xs);line-height:1;white-space:nowrap}.neeto-editor-menu__item.active,.neeto-editor-menu__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-menu__item:focus,.neeto-editor-menu__item:focus-visible{outline:rgb(var(--neeto-ui-gray-300)) auto 1px}.neeto-editor-menu__item input[type=color]{height:0;visibility:hidden;width:0}.neeto-editor-menu__item:disabled{background-color:rgb(var(--neeto-ui-gray-100));opacity:.5}.neeto-editor-link__item{align-items:flex-start;justify-content:flex-start}.neeto-editor-link__item,.neeto-editor-table__item{display:flex!important;flex-direction:row;gap:8px;padding:8px!important}.neeto-editor-table__item input{max-width:60px!important}.neeto-editor-table__options-menu{display:flex;flex-direction:column;gap:8px;max-height:150px!important;overflow:scroll;padding:8px!important}.neeto-editor-font-size__wrapper{font-weight:var(--neeto-ui-font-normal)!important;padding:8px!important}.neeto-editor-bubble-menu{align-items:center;background:rgb(var(--neeto-ui-gray-800));border-radius:var(--neeto-ui-rounded);display:flex;flex-direction:row;gap:1px;justify-content:flex-start;padding:0 4px;position:relative}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text{color:rgb(var(--neeto-ui-gray-200));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu button.neeto-ui-btn--style-text.active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:active,.neeto-editor-bubble-menu button.neeto-ui-btn--style-text:hover{background-color:rgb(var(--neeto-ui-gray-600))!important;color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu button.neeto-ui-btn--style-secondary{background-color:rgb(var(--neeto-ui-gray-400));min-width:-moz-fit-content;min-width:fit-content}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup{background-color:rgb(var(--neeto-ui-gray-700))}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn{color:rgb(var(--neeto-ui-gray-200))!important}.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn.active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:active,.neeto-editor-bubble-menu .neeto-ui-dropdown__popup-menu-item-btn:hover{background-color:rgb(var(--neeto-ui-gray-600))!important}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:6px;width:256px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input{background-color:transparent;line-height:20px;outline:none;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .neeto-editor-bubble-menu-link__input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only{min-height:0;opacity:.8;padding:0}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__link .ne-btn--icon-only:hover{opacity:1}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table{align-items:center;display:flex;gap:6px;justify-content:space-between;max-width:256px;padding:4px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input{background-color:rgba(var(--neeto-ui-gray-400),.2);height:24px;line-height:20px;outline:none;width:60px}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::-moz-placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table input::placeholder{color:rgba(.4);color:rgba(var(--neeto-ui-white,.4))}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table__buttons{align-items:center;display:flex;gap:4px;justify-content:space-between}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__table-options{align-items:center;display:flex;flex-direction:column;gap:2px;max-height:100px;overflow:scroll}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown-target{align-items:center;display:flex;font-size:var(--neeto-ui-text-xs);gap:4px;line-height:var(--neeto-ui-leading-normal);white-space:nowrap}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown{align-items:flex-start;display:flex;flex-direction:column}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item{font-size:var(--neeto-ui-text-xs);padding:8px 12px;text-align:left;width:100%}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:first-child{border-top-left-radius:var(--neeto-ui-rounded);border-top-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu .neeto-editor-bubble-menu__dropdown .neeto-editor-bubble-menu__dropdown-item:last-child{border-bottom-left-radius:var(--neeto-ui-rounded);border-bottom-right-radius:var(--neeto-ui-rounded)}.neeto-editor-bubble-menu-animate-shake{animation:shake 1s linear infinite alternate both}.neeto-editor__image-menu .neeto-ui-dropdown__popup{display:flex;min-width:0;min-width:auto}.neeto-editor__image-menu .neeto-ui-dropdown__popup .neeto-ui-btn .neeto-ui-btn__icon{height:18px!important;width:18px!important}.neeto-editor__image-menu-btn{padding:2px!important;position:absolute!important;right:4px;top:4px;z-index:1}.ne-media-uploader{display:flex;flex-direction:column;min-height:184px}.ne-media-uploader .ne-tab__wrapper .ne-tab{min-width:88px}.ne-media-uploader .ne-media-uploader__content{display:flex;flex-grow:1;padding:16px}.ne-media-uploader .ne-media-uploader__dnd{align-items:center;border:1px dashed rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;gap:2px;justify-content:center;width:100%}.ne-media-uploader .ne-media-uploader__dnd-icon{color:rgb(var(--neeto-ui-primary-600));margin-bottom:6px}.ne-media-uploader .ne-media-uploader__dnd-input{display:none}.ne-media-uploader .ne-media-uploader__dnd:hover{background-color:rgb(var(--neeto-ui-gray-100));cursor:pointer}.ne-media-uploader .ne-media-uploader__dnd.uppy-is-drag-over{background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));color:rgb(var(--neeto-ui-gray-600))}.ne-media-uploader .ne-media-uploader__wrapper{display:flex;flex-wrap:wrap;gap:8px;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media{align-self:start;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;flex-direction:column;flex-grow:1;height:58px;justify-content:space-between;margin-bottom:auto;margin-top:auto;padding:4px 8px;width:220px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info{align-items:center;display:flex;gap:4px;justify-content:space-between}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info p{display:block;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress{align-self:flex-end;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-full);overflow:hidden;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress-bar{align-items:center;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-primary-100));display:flex;font-size:12px;font-weight:500px;height:12px;justify-content:center;line-height:1;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper{width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-container{max-height:50vh;overflow-x:hidden;overflow-y:auto}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-search{margin-bottom:16px;padding:0 8px}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery{right:-8px;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__loader{display:flex;justify-content:center}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item{float:left;padding-bottom:16px;padding-right:16px;width:33.3%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder{position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner{background-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-sm);height:100%;position:absolute;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner img{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) 1s both;border-radius:var(--neeto-ui-rounded);cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a{bottom:8px;color:rgb(var(--neeto-ui-white));font-size:12px;font-weight:var(--neeto-ui-font-normal);left:8px;line-height:1;margin:auto;opacity:0;position:absolute;text-transform:capitalize;transition:var(--neeto-ui-transition)}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner a:hover{text-decoration:underline}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__item-placeholder .neeto-editor-unsplash-gallery__item-inner:hover a{opacity:1}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery__text{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xs);margin-top:12px;text-align:center}.neeto-editor-url-form__wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:0 24px}.neeto-editor-url-form__wrapper .neeto-ui-input__wrapper{flex-grow:0;margin-bottom:16px;width:100%}.neeto-editor-emoji{font-family:apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol}.emoji-mart.emoji-mart-light{border:none;color:rgb(var(--neeto-ui-gray-700));font-size:14px}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor{color:rgb(var(--neeto-ui-gray-500))}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor svg{margin:auto}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor .emoji-mart-anchor-bar{background-color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-bar .emoji-mart-anchors .emoji-mart-anchor.emoji-mart-anchor-selected{color:rgb(var(--neeto-ui-gray-700))!important}.emoji-mart.emoji-mart-light .emoji-mart-search input{border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-category-label span{padding-top:8px}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji span{cursor:pointer}.emoji-mart.emoji-mart-light .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm)}.emoji-mart.emoji-mart-light .emoji-mart-scroll{height:264px;padding-bottom:0}.neeto-editor-emoji-suggestion{align-items:center;display:flex;flex-direction:row;font-family:apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;gap:2px;justify-content:flex-start;padding:4px}.neeto-editor-emoji-suggestion p{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xs)}.neeto-editor-emoji-suggestion span{font-size:10px;height:16px!important;width:16px!important}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item{border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;font-size:var(--neeto-ui-text-2xl);line-height:1;padding:6px;transition:var(--neeto-ui-transition)}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item--selected,.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-table{display:relative;margin:16px 0;width:-moz-fit-content;width:fit-content}.neeto-editor-table table td p,.neeto-editor-table table th p{margin:0}.neeto-editor-table table .column-resize-handle{background-color:rgb(var(--neeto-ui-gray-300));bottom:0;position:absolute;right:-2px;top:0;width:4px}.neeto-editor-table table .selectedCell:after{background:rgba(var(--neeto-ui-primary-500),.1);content:\"\";inset:0;position:absolute}.neeto-editor-table__wrapper{display:flex;gap:4px}.neeto-editor-table__add-column,.neeto-editor-table__add-row{align-items:center;background:rgba(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);cursor:pointer;display:flex;justify-content:center;transition:var(--neeto-ui-transition)}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{background:#fff;color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-xl);line-height:16px;padding:4px}.neeto-editor-table__add-column:hover,.neeto-editor-table__add-row:hover{background:rgba(var(--neeto-ui-gray-300))}.neeto-editor-table__add-row{height:16px;margin:4px 20px 4px 0}.neeto-editor-table__add-column{flex-direction:column;width:16px}.ProseMirror.resize-cursor{cursor:col-resize}.ne-attachments{display:flex;flex-direction:column;gap:8px}.ne-attachments__items{display:flex;flex-wrap:wrap;gap:8px}.ne-attachments__preview{align-items:center;background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);display:flex;justify-content:space-between;padding:4px 2px 4px 8px;width:256px}.ne-attachments__preview-wrapper{display:flex;gap:8px;width:88%}.ne-attachments__preview-wrapper__icon{height:auto;width:15px}.ne-attachments__preview-wrapper p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:92%}.ne-attachments__preview-wrapper:hover{cursor:pointer}.ne-attachments__preview__progress{display:flex;justify-content:space-between;opacity:.5;width:76%}.ne-attachments__preview__progress p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.ne-attachments__preview__progress p:nth-child(2){width:-moz-fit-content;width:fit-content}.ne-attachments__preview__progress-icon{height:auto;width:15px}.ne-attachments__preview:hover{box-shadow:0 0 0 1px rgb(var(--neeto-ui-gray-400))}.ne-attachments input[type=file]{display:none}.ne-attachments-preview{display:flex;flex-direction:column;gap:8px;height:75vh!important;max-height:576px!important;max-width:1152px!important;width:75vw!important}.ne-attachments-preview__header{border-bottom:1px solid rgb(var(--neeto-ui-gray-200));margin-bottom:8px}.ne-attachments-preview__body{align-items:center;display:flex;flex-grow:1;justify-content:center;min-height:10px;padding-bottom:8px!important;position:relative;width:100%}.ne-attachments-preview__body-download{color:rgb(var(--neeto-ui-primary-800));cursor:pointer}.ne-attachments-preview__body img{max-height:100%;max-width:100%}.ne-attachments-preview__body video{height:100%;width:100%}.ne-attachments-preview__body iframe{height:100%;padding:0 8px;width:100%}.ne-attachments-preview__body-left,.ne-attachments-preview__body-right{position:absolute!important;top:50%;transform:translateY(-50%);z-index:1}.ne-attachments-preview__body-left:hover,.ne-attachments-preview__body-right:hover{background-color:rgba(var(--neeto-ui-gray-100),.4)!important;cursor:pointer}.ne-attachments-preview__body-left{left:24px}.ne-attachments-preview__body-right{right:24px}.ne-attachments-preview__footer{align-items:center;display:flex;justify-content:space-around;padding-bottom:24px!important}.ne-attachments--integrated{background-color:rgb(var(--neeto-ui-white));border:1px solid rgb(var(--neeto-ui-gray-300));border-radius:0 0 var(--neeto-ui-rounded) var(--neeto-ui-rounded);border-top:none;padding:0 6px}.ne-attachments__wrapper{position:relative}.ne-attachments__wrapper.uppy-is-drag-over:after{align-items:center;background-color:rgba(var(--neeto-ui-gray-300),.5);border:3px dashed rgb(var(--neeto-ui-gray-500));border-radius:5px;color:rgb(var(--neeto-ui-gray-600));content:\"Drop the file here\";display:flex;font-size:1.2rem;font-weight:700;inset:7px;justify-content:center;position:absolute}.ProseMirror{height:100%;overflow-y:auto;white-space:break-spaces}.ProseMirror:focus{outline:none}";
135508
136481
  n$1(css,{});
135509
136482
 
135510
136483
  function cov_1e6pfjcktm() {