@bigbinary/neeto-editor 1.26.3 → 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,21 +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.configure({
111798
- autolink: false
111799
- }), 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({
111800
111943
  mode: "shallowest"
111801
- }), VideoExtension, ImageExtension$1.configure({
111944
+ }), Highlight, ImageExtension$1.configure({
111802
111945
  uploadEndpoint: uploadEndpoint
111946
+ }), Link.configure({
111947
+ autolink: false
111948
+ }), Placeholder.configure({
111949
+ placeholder: placeholder
111803
111950
  }), StarterKit.configure({
111804
111951
  document: false,
111805
111952
  codeBlock: false,
111806
111953
  code: false
111807
- }), KeyboardShortcuts$1.configure({
111954
+ }), Underline, VideoExtension, KeyboardShortcuts$1.configure({
111808
111955
  onSubmit: onSubmit,
111809
111956
  shortcuts: keyboardShortcuts
111810
- }), Placeholder.configure({
111811
- placeholder: placeholder
111812
111957
  })]);
111813
111958
  cov_q50c3y9sz().s[2]++;
111814
111959
  if (isVideoEmbedActive) {
@@ -111819,7 +111964,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111819
111964
  cov_q50c3y9sz().b[0][1]++;
111820
111965
  }
111821
111966
  cov_q50c3y9sz().s[4]++;
111822
- if (options.includes("table")) {
111967
+ if (options.includes(EDITOR_OPTIONS.TABLE)) {
111823
111968
  cov_q50c3y9sz().b[1][0]++;
111824
111969
  cov_q50c3y9sz().s[5]++;
111825
111970
  customExtensions.push(Table$1.configure({
@@ -111829,9 +111974,17 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111829
111974
  cov_q50c3y9sz().b[1][1]++;
111830
111975
  }
111831
111976
  cov_q50c3y9sz().s[6]++;
111832
- if (isSlashCommandsActive) {
111977
+ if (options.includes(EDITOR_OPTIONS.TEXT_COLOR)) {
111833
111978
  cov_q50c3y9sz().b[2][0]++;
111834
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]++;
111835
111988
  customExtensions.push(SlashCommands.configure({
111836
111989
  options: options,
111837
111990
  addonCommands: addonCommands,
@@ -111839,38 +111992,38 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
111839
111992
  setIsEmbedModalOpen: setIsEmbedModalOpen
111840
111993
  }));
111841
111994
  } else {
111842
- cov_q50c3y9sz().b[2][1]++;
111995
+ cov_q50c3y9sz().b[3][1]++;
111843
111996
  }
111844
- cov_q50c3y9sz().s[8]++;
111997
+ cov_q50c3y9sz().s[10]++;
111845
111998
  if (!ramda.isEmpty(mentions)) {
111846
- cov_q50c3y9sz().b[3][0]++;
111847
- var items = (cov_q50c3y9sz().s[9]++, createMentionSuggestions(mentions));
111848
- cov_q50c3y9sz().s[10]++;
111999
+ cov_q50c3y9sz().b[4][0]++;
112000
+ var items = (cov_q50c3y9sz().s[11]++, createMentionSuggestions(mentions));
112001
+ cov_q50c3y9sz().s[12]++;
111849
112002
  customExtensions.push(Mention.configure({
111850
112003
  suggestion: {
111851
112004
  items: items
111852
112005
  }
111853
112006
  }));
111854
- cov_q50c3y9sz().s[11]++;
112007
+ cov_q50c3y9sz().s[13]++;
111855
112008
  customExtensions.push(SpecialMentions$1.configure({
111856
112009
  suggestion: {
111857
112010
  items: items
111858
112011
  }
111859
112012
  }));
111860
112013
  } else {
111861
- cov_q50c3y9sz().b[3][1]++;
112014
+ cov_q50c3y9sz().b[4][1]++;
111862
112015
  }
111863
- cov_q50c3y9sz().s[12]++;
112016
+ cov_q50c3y9sz().s[14]++;
111864
112017
  if (!ramda.isEmpty(variables)) {
111865
- cov_q50c3y9sz().b[4][0]++;
111866
- cov_q50c3y9sz().s[13]++;
112018
+ cov_q50c3y9sz().b[5][0]++;
112019
+ cov_q50c3y9sz().s[15]++;
111867
112020
  customExtensions.push(Variable);
111868
112021
  } else {
111869
- cov_q50c3y9sz().b[4][1]++;
112022
+ cov_q50c3y9sz().b[5][1]++;
111870
112023
  }
111871
- cov_q50c3y9sz().s[14]++;
112024
+ cov_q50c3y9sz().s[16]++;
111872
112025
  customExtensions = customExtensions.concat(extensions);
111873
- cov_q50c3y9sz().s[15]++;
112026
+ cov_q50c3y9sz().s[17]++;
111874
112027
  return customExtensions;
111875
112028
  };
111876
112029
 
@@ -112500,7 +112653,7 @@ var Progress = function Progress(_ref) {
112500
112653
  }
112501
112654
  }, progress, "%"))) : (cov_1kbz6yv62s().b[1][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
112502
112655
  style: "body3"
112503
- }, t("local-uploader.completed"))));
112656
+ }, t("localUploader.completed"))));
112504
112657
  }));
112505
112658
  };
112506
112659
 
@@ -122001,6 +122154,658 @@ var EmojiOption = function EmojiOption(_ref) {
122001
122154
  }));
122002
122155
  };
122003
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
+
122004
122809
  function cov_2gwegiwlga() {
122005
122810
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/utils.jsx";
122006
122811
  var hash = "fe0f5a76dda71d4f032cf8c08c4220a0da772a56";
@@ -122466,7 +123271,7 @@ var buildOptionsFromAddonCommands = function buildOptionsFromAddonCommands(_ref3
122466
123271
 
122467
123272
  function cov_516a30a1v() {
122468
123273
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Bubble/Options.jsx";
122469
- var hash = "3b6f3c4ad1afb875c37cceda07dccae40d55f557";
123274
+ var hash = "8adb175ad48f6164a01eaab4f6d918b78853ab8a";
122470
123275
  var global = new Function("return this")();
122471
123276
  var gcv = "__coverage__";
122472
123277
  var coverageData = {
@@ -122474,231 +123279,241 @@ function cov_516a30a1v() {
122474
123279
  statementMap: {
122475
123280
  "0": {
122476
123281
  start: {
122477
- line: 21,
123282
+ line: 22,
122478
123283
  column: 16
122479
123284
  },
122480
123285
  end: {
122481
- line: 139,
123286
+ line: 147,
122482
123287
  column: 1
122483
123288
  }
122484
123289
  },
122485
123290
  "1": {
122486
123291
  start: {
122487
- line: 38,
123292
+ line: 39,
122488
123293
  column: 16
122489
123294
  },
122490
123295
  end: {
122491
- line: 38,
123296
+ line: 39,
122492
123297
  column: 32
122493
123298
  }
122494
123299
  },
122495
123300
  "2": {
122496
123301
  start: {
122497
- line: 39,
123302
+ line: 40,
122498
123303
  column: 29
122499
123304
  },
122500
123305
  end: {
122501
- line: 39,
123306
+ line: 40,
122502
123307
  column: 37
122503
123308
  }
122504
123309
  },
122505
123310
  "3": {
122506
123311
  start: {
122507
- line: 41,
123312
+ line: 42,
122508
123313
  column: 26
122509
123314
  },
122510
123315
  end: {
122511
- line: 41,
123316
+ line: 42,
122512
123317
  column: 64
122513
123318
  }
122514
123319
  },
122515
123320
  "4": {
122516
123321
  start: {
122517
- line: 42,
123322
+ line: 43,
122518
123323
  column: 19
122519
123324
  },
122520
123325
  end: {
122521
- line: 42,
123326
+ line: 43,
122522
123327
  column: 47
122523
123328
  }
122524
123329
  },
122525
123330
  "5": {
122526
123331
  start: {
122527
- line: 43,
123332
+ line: 44,
122528
123333
  column: 24
122529
123334
  },
122530
123335
  end: {
122531
- line: 43,
123336
+ line: 44,
122532
123337
  column: 62
122533
123338
  }
122534
123339
  },
122535
123340
  "6": {
122536
123341
  start: {
122537
- 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,
122538
123353
  column: 23
122539
123354
  },
122540
123355
  end: {
122541
- line: 44,
123356
+ line: 46,
122542
123357
  column: 60
122543
123358
  }
122544
123359
  },
122545
- "7": {
123360
+ "8": {
122546
123361
  start: {
122547
- line: 45,
123362
+ line: 47,
122548
123363
  column: 24
122549
123364
  },
122550
123365
  end: {
122551
- line: 45,
123366
+ line: 47,
122552
123367
  column: 62
122553
123368
  }
122554
123369
  },
122555
- "8": {
123370
+ "9": {
122556
123371
  start: {
122557
- line: 51,
123372
+ line: 53,
122558
123373
  column: 6
122559
123374
  },
122560
123375
  end: {
122561
- line: 58,
123376
+ line: 60,
122562
123377
  column: 4
122563
123378
  }
122564
123379
  },
122565
- "9": {
123380
+ "10": {
122566
123381
  start: {
122567
- line: 60,
123382
+ line: 62,
122568
123383
  column: 35
122569
123384
  },
122570
123385
  end: {
122571
- line: 65,
123386
+ line: 67,
122572
123387
  column: 3
122573
123388
  }
122574
123389
  },
122575
- "10": {
123390
+ "11": {
122576
123391
  start: {
122577
- line: 61,
123392
+ line: 63,
122578
123393
  column: 4
122579
123394
  },
122580
123395
  end: {
122581
- line: 61,
123396
+ line: 63,
122582
123397
  column: 27
122583
123398
  }
122584
123399
  },
122585
- "11": {
123400
+ "12": {
122586
123401
  start: {
122587
- line: 62,
123402
+ line: 64,
122588
123403
  column: 4
122589
123404
  },
122590
123405
  end: {
122591
- line: 64,
123406
+ line: 66,
122592
123407
  column: 13
122593
123408
  }
122594
123409
  },
122595
- "12": {
123410
+ "13": {
122596
123411
  start: {
122597
- line: 63,
123412
+ line: 65,
122598
123413
  column: 6
122599
123414
  },
122600
123415
  end: {
122601
- line: 63,
123416
+ line: 65,
122602
123417
  column: 30
122603
123418
  }
122604
123419
  },
122605
- "13": {
123420
+ "14": {
122606
123421
  start: {
122607
- line: 67,
123422
+ line: 69,
122608
123423
  column: 2
122609
123424
  },
122610
123425
  end: {
122611
- line: 75,
123426
+ line: 77,
122612
123427
  column: 3
122613
123428
  }
122614
123429
  },
122615
- "14": {
123430
+ "15": {
122616
123431
  start: {
122617
- line: 68,
123432
+ line: 70,
122618
123433
  column: 4
122619
123434
  },
122620
123435
  end: {
122621
- line: 74,
123436
+ line: 76,
122622
123437
  column: 6
122623
123438
  }
122624
123439
  },
122625
- "15": {
123440
+ "16": {
122626
123441
  start: {
122627
- line: 72,
123442
+ line: 74,
122628
123443
  column: 27
122629
123444
  },
122630
123445
  end: {
122631
- line: 72,
123446
+ line: 74,
122632
123447
  column: 55
122633
123448
  }
122634
123449
  },
122635
- "16": {
123450
+ "17": {
122636
123451
  start: {
122637
- line: 77,
123452
+ line: 79,
122638
123453
  column: 2
122639
123454
  },
122640
123455
  end: {
122641
- line: 84,
123456
+ line: 86,
122642
123457
  column: 3
122643
123458
  }
122644
123459
  },
122645
- "17": {
123460
+ "18": {
122646
123461
  start: {
122647
- line: 78,
123462
+ line: 80,
122648
123463
  column: 4
122649
123464
  },
122650
123465
  end: {
122651
- line: 83,
123466
+ line: 85,
122652
123467
  column: 6
122653
123468
  }
122654
123469
  },
122655
- "18": {
123470
+ "19": {
122656
123471
  start: {
122657
- line: 81,
123472
+ line: 83,
122658
123473
  column: 27
122659
123474
  },
122660
123475
  end: {
122661
- line: 81,
123476
+ line: 83,
122662
123477
  column: 56
122663
123478
  }
122664
123479
  },
122665
- "19": {
123480
+ "20": {
122666
123481
  start: {
122667
- line: 86,
123482
+ line: 88,
122668
123483
  column: 2
122669
123484
  },
122670
123485
  end: {
122671
- line: 138,
123486
+ line: 146,
122672
123487
  column: 4
122673
123488
  }
122674
123489
  },
122675
- "20": {
123490
+ "21": {
122676
123491
  start: {
122677
- line: 96,
123492
+ line: 98,
122678
123493
  column: 12
122679
123494
  },
122680
123495
  end: {
122681
- line: 98,
123496
+ line: 100,
122682
123497
  column: 30
122683
123498
  }
122684
123499
  },
122685
- "21": {
123500
+ "22": {
122686
123501
  start: {
122687
- line: 116,
123502
+ line: 124,
122688
123503
  column: 25
122689
123504
  },
122690
123505
  end: {
122691
- line: 116,
123506
+ line: 124,
122692
123507
  column: 52
122693
123508
  }
122694
123509
  },
122695
- "22": {
123510
+ "23": {
122696
123511
  start: {
122697
- line: 125,
123512
+ line: 133,
122698
123513
  column: 25
122699
123514
  },
122700
123515
  end: {
122701
- line: 125,
123516
+ line: 133,
122702
123517
  column: 53
122703
123518
  }
122704
123519
  }
@@ -122708,215 +123523,215 @@ function cov_516a30a1v() {
122708
123523
  name: "(anonymous_0)",
122709
123524
  decl: {
122710
123525
  start: {
122711
- line: 21,
123526
+ line: 22,
122712
123527
  column: 16
122713
123528
  },
122714
123529
  end: {
122715
- line: 21,
123530
+ line: 22,
122716
123531
  column: 17
122717
123532
  }
122718
123533
  },
122719
123534
  loc: {
122720
123535
  start: {
122721
- line: 37,
123536
+ line: 38,
122722
123537
  column: 6
122723
123538
  },
122724
123539
  end: {
122725
- line: 139,
123540
+ line: 147,
122726
123541
  column: 1
122727
123542
  }
122728
123543
  },
122729
- line: 37
123544
+ line: 38
122730
123545
  },
122731
123546
  "1": {
122732
123547
  name: "(anonymous_1)",
122733
123548
  decl: {
122734
123549
  start: {
122735
- line: 60,
123550
+ line: 62,
122736
123551
  column: 35
122737
123552
  },
122738
123553
  end: {
122739
- line: 60,
123554
+ line: 62,
122740
123555
  column: 36
122741
123556
  }
122742
123557
  },
122743
123558
  loc: {
122744
123559
  start: {
122745
- line: 60,
123560
+ line: 62,
122746
123561
  column: 41
122747
123562
  },
122748
123563
  end: {
122749
- line: 65,
123564
+ line: 67,
122750
123565
  column: 3
122751
123566
  }
122752
123567
  },
122753
- line: 60
123568
+ line: 62
122754
123569
  },
122755
123570
  "2": {
122756
123571
  name: "(anonymous_2)",
122757
123572
  decl: {
122758
123573
  start: {
122759
- line: 62,
123574
+ line: 64,
122760
123575
  column: 15
122761
123576
  },
122762
123577
  end: {
122763
- line: 62,
123578
+ line: 64,
122764
123579
  column: 16
122765
123580
  }
122766
123581
  },
122767
123582
  loc: {
122768
123583
  start: {
122769
- line: 62,
123584
+ line: 64,
122770
123585
  column: 21
122771
123586
  },
122772
123587
  end: {
122773
- line: 64,
123588
+ line: 66,
122774
123589
  column: 5
122775
123590
  }
122776
123591
  },
122777
- line: 62
123592
+ line: 64
122778
123593
  },
122779
123594
  "3": {
122780
123595
  name: "(anonymous_3)",
122781
123596
  decl: {
122782
123597
  start: {
122783
- line: 72,
123598
+ line: 74,
122784
123599
  column: 21
122785
123600
  },
122786
123601
  end: {
122787
- line: 72,
123602
+ line: 74,
122788
123603
  column: 22
122789
123604
  }
122790
123605
  },
122791
123606
  loc: {
122792
123607
  start: {
122793
- line: 72,
123608
+ line: 74,
122794
123609
  column: 27
122795
123610
  },
122796
123611
  end: {
122797
- line: 72,
123612
+ line: 74,
122798
123613
  column: 55
122799
123614
  }
122800
123615
  },
122801
- line: 72
123616
+ line: 74
122802
123617
  },
122803
123618
  "4": {
122804
123619
  name: "(anonymous_4)",
122805
123620
  decl: {
122806
123621
  start: {
122807
- line: 81,
123622
+ line: 83,
122808
123623
  column: 21
122809
123624
  },
122810
123625
  end: {
122811
- line: 81,
123626
+ line: 83,
122812
123627
  column: 22
122813
123628
  }
122814
123629
  },
122815
123630
  loc: {
122816
123631
  start: {
122817
- line: 81,
123632
+ line: 83,
122818
123633
  column: 27
122819
123634
  },
122820
123635
  end: {
122821
- line: 81,
123636
+ line: 83,
122822
123637
  column: 56
122823
123638
  }
122824
123639
  },
122825
- line: 81
123640
+ line: 83
122826
123641
  },
122827
123642
  "5": {
122828
123643
  name: "(anonymous_5)",
122829
123644
  decl: {
122830
123645
  start: {
122831
- line: 95,
123646
+ line: 97,
122832
123647
  column: 31
122833
123648
  },
122834
123649
  end: {
122835
- line: 95,
123650
+ line: 97,
122836
123651
  column: 32
122837
123652
  }
122838
123653
  },
122839
123654
  loc: {
122840
123655
  start: {
122841
- line: 96,
123656
+ line: 98,
122842
123657
  column: 12
122843
123658
  },
122844
123659
  end: {
122845
- line: 98,
123660
+ line: 100,
122846
123661
  column: 30
122847
123662
  }
122848
123663
  },
122849
- line: 96
123664
+ line: 98
122850
123665
  },
122851
123666
  "6": {
122852
123667
  name: "(anonymous_6)",
122853
123668
  decl: {
122854
123669
  start: {
122855
- line: 116,
123670
+ line: 124,
122856
123671
  column: 19
122857
123672
  },
122858
123673
  end: {
122859
- line: 116,
123674
+ line: 124,
122860
123675
  column: 20
122861
123676
  }
122862
123677
  },
122863
123678
  loc: {
122864
123679
  start: {
122865
- line: 116,
123680
+ line: 124,
122866
123681
  column: 25
122867
123682
  },
122868
123683
  end: {
122869
- line: 116,
123684
+ line: 124,
122870
123685
  column: 52
122871
123686
  }
122872
123687
  },
122873
- line: 116
123688
+ line: 124
122874
123689
  },
122875
123690
  "7": {
122876
123691
  name: "(anonymous_7)",
122877
123692
  decl: {
122878
123693
  start: {
122879
- line: 125,
123694
+ line: 133,
122880
123695
  column: 19
122881
123696
  },
122882
123697
  end: {
122883
- line: 125,
123698
+ line: 133,
122884
123699
  column: 20
122885
123700
  }
122886
123701
  },
122887
123702
  loc: {
122888
123703
  start: {
122889
- line: 125,
123704
+ line: 133,
122890
123705
  column: 25
122891
123706
  },
122892
123707
  end: {
122893
- line: 125,
123708
+ line: 133,
122894
123709
  column: 53
122895
123710
  }
122896
123711
  },
122897
- line: 125
123712
+ line: 133
122898
123713
  }
122899
123714
  },
122900
123715
  branchMap: {
122901
123716
  "0": {
122902
123717
  loc: {
122903
123718
  start: {
122904
- line: 67,
123719
+ line: 69,
122905
123720
  column: 2
122906
123721
  },
122907
123722
  end: {
122908
- line: 75,
123723
+ line: 77,
122909
123724
  column: 3
122910
123725
  }
122911
123726
  },
122912
123727
  type: "if",
122913
123728
  locations: [{
122914
123729
  start: {
122915
- line: 67,
123730
+ line: 69,
122916
123731
  column: 2
122917
123732
  },
122918
123733
  end: {
122919
- line: 75,
123734
+ line: 77,
122920
123735
  column: 3
122921
123736
  }
122922
123737
  }, {
@@ -122929,27 +123744,27 @@ function cov_516a30a1v() {
122929
123744
  column: undefined
122930
123745
  }
122931
123746
  }],
122932
- line: 67
123747
+ line: 69
122933
123748
  },
122934
123749
  "1": {
122935
123750
  loc: {
122936
123751
  start: {
122937
- line: 77,
123752
+ line: 79,
122938
123753
  column: 2
122939
123754
  },
122940
123755
  end: {
122941
- line: 84,
123756
+ line: 86,
122942
123757
  column: 3
122943
123758
  }
122944
123759
  },
122945
123760
  type: "if",
122946
123761
  locations: [{
122947
123762
  start: {
122948
- line: 77,
123763
+ line: 79,
122949
123764
  column: 2
122950
123765
  },
122951
123766
  end: {
122952
- line: 84,
123767
+ line: 86,
122953
123768
  column: 3
122954
123769
  }
122955
123770
  }, {
@@ -122962,12 +123777,12 @@ function cov_516a30a1v() {
122962
123777
  column: undefined
122963
123778
  }
122964
123779
  }],
122965
- line: 77
123780
+ line: 79
122966
123781
  },
122967
123782
  "2": {
122968
123783
  loc: {
122969
123784
  start: {
122970
- line: 104,
123785
+ line: 106,
122971
123786
  column: 7
122972
123787
  },
122973
123788
  end: {
@@ -122978,16 +123793,16 @@ function cov_516a30a1v() {
122978
123793
  type: "binary-expr",
122979
123794
  locations: [{
122980
123795
  start: {
122981
- line: 104,
123796
+ line: 106,
122982
123797
  column: 7
122983
123798
  },
122984
123799
  end: {
122985
- line: 104,
122986
- column: 20
123800
+ line: 106,
123801
+ column: 30
122987
123802
  }
122988
123803
  }, {
122989
123804
  start: {
122990
- line: 105,
123805
+ line: 107,
122991
123806
  column: 8
122992
123807
  },
122993
123808
  end: {
@@ -122995,7 +123810,7 @@ function cov_516a30a1v() {
122995
123810
  column: 10
122996
123811
  }
122997
123812
  }],
122998
- line: 104
123813
+ line: 106
122999
123814
  },
123000
123815
  "3": {
123001
123816
  loc: {
@@ -123005,7 +123820,7 @@ function cov_516a30a1v() {
123005
123820
  },
123006
123821
  end: {
123007
123822
  line: 109,
123008
- column: 59
123823
+ column: 67
123009
123824
  }
123010
123825
  },
123011
123826
  type: "binary-expr",
@@ -123016,16 +123831,16 @@ function cov_516a30a1v() {
123016
123831
  },
123017
123832
  end: {
123018
123833
  line: 109,
123019
- column: 40
123834
+ column: 44
123020
123835
  }
123021
123836
  }, {
123022
123837
  start: {
123023
123838
  line: 109,
123024
- column: 44
123839
+ column: 48
123025
123840
  },
123026
123841
  end: {
123027
123842
  line: 109,
123028
- column: 59
123843
+ column: 67
123029
123844
  }
123030
123845
  }],
123031
123846
  line: 109
@@ -123033,167 +123848,233 @@ function cov_516a30a1v() {
123033
123848
  "4": {
123034
123849
  loc: {
123035
123850
  start: {
123036
- line: 113,
123851
+ line: 112,
123037
123852
  column: 7
123038
123853
  },
123039
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: {
123040
123917
  line: 121,
123918
+ column: 7
123919
+ },
123920
+ end: {
123921
+ line: 129,
123041
123922
  column: 10
123042
123923
  }
123043
123924
  },
123044
123925
  type: "binary-expr",
123045
123926
  locations: [{
123046
123927
  start: {
123047
- line: 113,
123928
+ line: 121,
123048
123929
  column: 7
123049
123930
  },
123050
123931
  end: {
123051
- line: 113,
123932
+ line: 121,
123052
123933
  column: 19
123053
123934
  }
123054
123935
  }, {
123055
123936
  start: {
123056
- line: 114,
123937
+ line: 122,
123057
123938
  column: 8
123058
123939
  },
123059
123940
  end: {
123060
- line: 121,
123941
+ line: 129,
123061
123942
  column: 10
123062
123943
  }
123063
123944
  }],
123064
- line: 113
123945
+ line: 121
123065
123946
  },
123066
- "5": {
123947
+ "7": {
123067
123948
  loc: {
123068
123949
  start: {
123069
- line: 120,
123950
+ line: 128,
123070
123951
  column: 19
123071
123952
  },
123072
123953
  end: {
123073
- line: 120,
123954
+ line: 128,
123074
123955
  column: 50
123075
123956
  }
123076
123957
  },
123077
123958
  type: "binary-expr",
123078
123959
  locations: [{
123079
123960
  start: {
123080
- line: 120,
123961
+ line: 128,
123081
123962
  column: 19
123082
123963
  },
123083
123964
  end: {
123084
- line: 120,
123965
+ line: 128,
123085
123966
  column: 32
123086
123967
  }
123087
123968
  }, {
123088
123969
  start: {
123089
- line: 120,
123970
+ line: 128,
123090
123971
  column: 36
123091
123972
  },
123092
123973
  end: {
123093
- line: 120,
123974
+ line: 128,
123094
123975
  column: 50
123095
123976
  }
123096
123977
  }],
123097
- line: 120
123978
+ line: 128
123098
123979
  },
123099
- "6": {
123980
+ "8": {
123100
123981
  loc: {
123101
123982
  start: {
123102
- line: 122,
123983
+ line: 130,
123103
123984
  column: 7
123104
123985
  },
123105
123986
  end: {
123106
- line: 130,
123987
+ line: 138,
123107
123988
  column: 10
123108
123989
  }
123109
123990
  },
123110
123991
  type: "binary-expr",
123111
123992
  locations: [{
123112
123993
  start: {
123113
- line: 122,
123994
+ line: 130,
123114
123995
  column: 7
123115
123996
  },
123116
123997
  end: {
123117
- line: 122,
123998
+ line: 130,
123118
123999
  column: 20
123119
124000
  }
123120
124001
  }, {
123121
124002
  start: {
123122
- line: 123,
124003
+ line: 131,
123123
124004
  column: 8
123124
124005
  },
123125
124006
  end: {
123126
- line: 130,
124007
+ line: 138,
123127
124008
  column: 10
123128
124009
  }
123129
124010
  }],
123130
- line: 122
124011
+ line: 130
123131
124012
  },
123132
- "7": {
124013
+ "9": {
123133
124014
  loc: {
123134
124015
  start: {
123135
- line: 129,
124016
+ line: 137,
123136
124017
  column: 19
123137
124018
  },
123138
124019
  end: {
123139
- line: 129,
124020
+ line: 137,
123140
124021
  column: 52
123141
124022
  }
123142
124023
  },
123143
124024
  type: "binary-expr",
123144
124025
  locations: [{
123145
124026
  start: {
123146
- line: 129,
124027
+ line: 137,
123147
124028
  column: 19
123148
124029
  },
123149
124030
  end: {
123150
- line: 129,
124031
+ line: 137,
123151
124032
  column: 33
123152
124033
  }
123153
124034
  }, {
123154
124035
  start: {
123155
- line: 129,
124036
+ line: 137,
123156
124037
  column: 37
123157
124038
  },
123158
124039
  end: {
123159
- line: 129,
124040
+ line: 137,
123160
124041
  column: 52
123161
124042
  }
123162
124043
  }],
123163
- line: 129
124044
+ line: 137
123164
124045
  },
123165
- "8": {
124046
+ "10": {
123166
124047
  loc: {
123167
124048
  start: {
123168
- line: 134,
124049
+ line: 142,
123169
124050
  column: 24
123170
124051
  },
123171
124052
  end: {
123172
- line: 134,
124053
+ line: 142,
123173
124054
  column: 61
123174
124055
  }
123175
124056
  },
123176
124057
  type: "binary-expr",
123177
124058
  locations: [{
123178
124059
  start: {
123179
- line: 134,
124060
+ line: 142,
123180
124061
  column: 24
123181
124062
  },
123182
124063
  end: {
123183
- line: 134,
124064
+ line: 142,
123184
124065
  column: 40
123185
124066
  }
123186
124067
  }, {
123187
124068
  start: {
123188
- line: 134,
124069
+ line: 142,
123189
124070
  column: 44
123190
124071
  },
123191
124072
  end: {
123192
- line: 134,
124073
+ line: 142,
123193
124074
  column: 61
123194
124075
  }
123195
124076
  }],
123196
- line: 134
124077
+ line: 142
123197
124078
  }
123198
124079
  },
123199
124080
  s: {
@@ -123219,7 +124100,8 @@ function cov_516a30a1v() {
123219
124100
  "19": 0,
123220
124101
  "20": 0,
123221
124102
  "21": 0,
123222
- "22": 0
124103
+ "22": 0,
124104
+ "23": 0
123223
124105
  },
123224
124106
  f: {
123225
124107
  "0": 0,
@@ -123240,10 +124122,12 @@ function cov_516a30a1v() {
123240
124122
  "5": [0, 0],
123241
124123
  "6": [0, 0],
123242
124124
  "7": [0, 0],
123243
- "8": [0, 0]
124125
+ "8": [0, 0],
124126
+ "9": [0, 0],
124127
+ "10": [0, 0]
123244
124128
  },
123245
124129
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
123246
- hash: "3b6f3c4ad1afb875c37cceda07dccae40d55f557"
124130
+ hash: "8adb175ad48f6164a01eaab4f6d918b78853ab8a"
123247
124131
  };
123248
124132
  var coverage = global[gcv] || (global[gcv] = {});
123249
124133
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -123287,9 +124171,10 @@ var Options = function Options(_ref) {
123287
124171
  }));
123288
124172
  var nodeType = (cov_516a30a1v().s[4]++, getNodeType(dropdownOptions));
123289
124173
  var isEmojiActive = (cov_516a30a1v().s[5]++, options.includes(EDITOR_OPTIONS.EMOJI));
123290
- var isLinkActive = (cov_516a30a1v().s[6]++, options.includes(EDITOR_OPTIONS.LINK));
123291
- var isTableActive = (cov_516a30a1v().s[7]++, options.includes(EDITOR_OPTIONS.TABLE));
123292
- 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({
123293
124178
  editor: editor,
123294
124179
  options: options,
123295
124180
  setMediaUploader: setMediaUploader,
@@ -123300,50 +124185,50 @@ var Options = function Options(_ref) {
123300
124185
  fontStyleOptions = _ref4.font,
123301
124186
  blockStyleOptions = _ref4.block,
123302
124187
  listStyleOptions = _ref4.list;
123303
- cov_516a30a1v().s[9]++;
124188
+ cov_516a30a1v().s[10]++;
123304
124189
  var handleAnimateInvalidLink = function handleAnimateInvalidLink() {
123305
124190
  cov_516a30a1v().f[1]++;
123306
- cov_516a30a1v().s[10]++;
123307
- setIsInvalidLink(true);
123308
124191
  cov_516a30a1v().s[11]++;
124192
+ setIsInvalidLink(true);
124193
+ cov_516a30a1v().s[12]++;
123309
124194
  setTimeout(function () {
123310
124195
  cov_516a30a1v().f[2]++;
123311
- cov_516a30a1v().s[12]++;
124196
+ cov_516a30a1v().s[13]++;
123312
124197
  setIsInvalidLink(false);
123313
124198
  }, 1000);
123314
124199
  };
123315
- cov_516a30a1v().s[13]++;
124200
+ cov_516a30a1v().s[14]++;
123316
124201
  if (isLinkOptionActive) {
123317
124202
  cov_516a30a1v().b[0][0]++;
123318
- cov_516a30a1v().s[14]++;
124203
+ cov_516a30a1v().s[15]++;
123319
124204
  return /*#__PURE__*/React__default["default"].createElement(LinkOption$1, {
123320
124205
  editor: editor,
123321
124206
  handleAnimateInvalidLink: handleAnimateInvalidLink,
123322
124207
  handleClose: function handleClose() {
123323
124208
  cov_516a30a1v().f[3]++;
123324
- cov_516a30a1v().s[15]++;
124209
+ cov_516a30a1v().s[16]++;
123325
124210
  return setIsLinkOptionActive(false);
123326
124211
  }
123327
124212
  });
123328
124213
  } else {
123329
124214
  cov_516a30a1v().b[0][1]++;
123330
124215
  }
123331
- cov_516a30a1v().s[16]++;
124216
+ cov_516a30a1v().s[17]++;
123332
124217
  if (isTableOptionActive) {
123333
124218
  cov_516a30a1v().b[1][0]++;
123334
- cov_516a30a1v().s[17]++;
124219
+ cov_516a30a1v().s[18]++;
123335
124220
  return /*#__PURE__*/React__default["default"].createElement(TableOption$1, {
123336
124221
  editor: editor,
123337
124222
  handleClose: function handleClose() {
123338
124223
  cov_516a30a1v().f[4]++;
123339
- cov_516a30a1v().s[18]++;
124224
+ cov_516a30a1v().s[19]++;
123340
124225
  return setIsTableOptionActive(false);
123341
124226
  }
123342
124227
  });
123343
124228
  } else {
123344
124229
  cov_516a30a1v().b[1][1]++;
123345
124230
  }
123346
- cov_516a30a1v().s[19]++;
124231
+ cov_516a30a1v().s[20]++;
123347
124232
  return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
123348
124233
  buttonSize: "small",
123349
124234
  buttonStyle: "text",
@@ -123353,42 +124238,45 @@ var Options = function Options(_ref) {
123353
124238
  var optionName = _ref5.optionName,
123354
124239
  command = _ref5.command;
123355
124240
  cov_516a30a1v().f[5]++;
123356
- cov_516a30a1v().s[20]++;
124241
+ cov_516a30a1v().s[21]++;
123357
124242
  return /*#__PURE__*/React__default["default"].createElement(MenuItem.Button, {
123358
124243
  key: optionName,
123359
124244
  onClick: command
123360
124245
  }, optionName);
123361
- }))), 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, {
123362
124250
  editor: editor,
123363
124251
  isActive: isEmojiPickerActive,
123364
124252
  setActive: setIsEmojiPickerActive,
123365
- tooltipContent: (cov_516a30a1v().b[3][0]++, tooltips.emoji) || (cov_516a30a1v().b[3][1]++, t("menu.emoji"))
123366
- })), 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({
123367
124255
  Icon: neetoIcons.Link,
123368
124256
  command: function command() {
123369
124257
  cov_516a30a1v().f[6]++;
123370
- cov_516a30a1v().s[21]++;
124258
+ cov_516a30a1v().s[22]++;
123371
124259
  return setIsLinkOptionActive(true);
123372
124260
  },
123373
124261
  active: editor.isActive("link"),
123374
124262
  optionName: "link",
123375
124263
  highlight: false,
123376
- tooltip: (cov_516a30a1v().b[5][0]++, tooltips.link) || (cov_516a30a1v().b[5][1]++, t("menu.link"))
123377
- })), (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({
123378
124266
  Icon: neetoIcons.NeetoChangelog,
123379
124267
  command: function command() {
123380
124268
  cov_516a30a1v().f[7]++;
123381
- cov_516a30a1v().s[22]++;
124269
+ cov_516a30a1v().s[23]++;
123382
124270
  return setIsTableOptionActive(true);
123383
124271
  },
123384
124272
  active: editor.isActive("table"),
123385
124273
  optionName: "table",
123386
124274
  highlight: false,
123387
- 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"))
123388
124276
  })), /*#__PURE__*/React__default["default"].createElement(Mentions, {
123389
124277
  editor: editor,
123390
124278
  mentions: mentions,
123391
- 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"))
123392
124280
  }), children);
123393
124281
  };
123394
124282
 
@@ -126147,7 +127035,7 @@ var TableOption = function TableOption(_ref2) {
126147
127035
 
126148
127036
  function cov_2dwl7m23tl() {
126149
127037
  var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/index.jsx";
126150
- var hash = "01f1a1ced31d5bd4340f754c46c77b5a2bc5c434";
127038
+ var hash = "3076284da7f2f150bedf2b19c48e673c2c07fe28";
126151
127039
  var global = new Function("return this")();
126152
127040
  var gcv = "__coverage__";
126153
127041
  var coverageData = {
@@ -126155,171 +127043,181 @@ function cov_2dwl7m23tl() {
126155
127043
  statementMap: {
126156
127044
  "0": {
126157
127045
  start: {
126158
- line: 24,
127046
+ line: 25,
126159
127047
  column: 14
126160
127048
  },
126161
127049
  end: {
126162
- line: 148,
127050
+ line: 156,
126163
127051
  column: 1
126164
127052
  }
126165
127053
  },
126166
127054
  "1": {
126167
127055
  start: {
126168
- line: 40,
127056
+ line: 41,
126169
127057
  column: 16
126170
127058
  },
126171
127059
  end: {
126172
- line: 40,
127060
+ line: 41,
126173
127061
  column: 32
126174
127062
  }
126175
127063
  },
126176
127064
  "2": {
126177
127065
  start: {
126178
- line: 42,
127066
+ line: 43,
126179
127067
  column: 2
126180
127068
  },
126181
127069
  end: {
126182
- line: 44,
127070
+ line: 45,
126183
127071
  column: 3
126184
127072
  }
126185
127073
  },
126186
127074
  "3": {
126187
127075
  start: {
126188
- line: 43,
127076
+ line: 44,
126189
127077
  column: 4
126190
127078
  },
126191
127079
  end: {
126192
- line: 43,
127080
+ line: 44,
126193
127081
  column: 16
126194
127082
  }
126195
127083
  },
126196
127084
  "4": {
126197
127085
  start: {
126198
- line: 52,
127086
+ line: 53,
126199
127087
  column: 6
126200
127088
  },
126201
127089
  end: {
126202
- line: 59,
127090
+ line: 60,
126203
127091
  column: 4
126204
127092
  }
126205
127093
  },
126206
127094
  "5": {
126207
127095
  start: {
126208
- line: 60,
127096
+ line: 61,
126209
127097
  column: 26
126210
127098
  },
126211
127099
  end: {
126212
- line: 60,
127100
+ line: 61,
126213
127101
  column: 76
126214
127102
  }
126215
127103
  },
126216
127104
  "6": {
126217
127105
  start: {
126218
- line: 60,
127106
+ line: 61,
126219
127107
  column: 51
126220
127108
  },
126221
127109
  end: {
126222
- line: 60,
127110
+ line: 61,
126223
127111
  column: 75
126224
127112
  }
126225
127113
  },
126226
127114
  "7": {
126227
127115
  start: {
126228
- line: 61,
127116
+ line: 62,
126229
127117
  column: 27
126230
127118
  },
126231
127119
  end: {
126232
- line: 61,
127120
+ line: 62,
126233
127121
  column: 54
126234
127122
  }
126235
127123
  },
126236
127124
  "8": {
126237
127125
  start: {
126238
- line: 62,
127126
+ line: 63,
126239
127127
  column: 24
126240
127128
  },
126241
127129
  end: {
126242
- line: 62,
127130
+ line: 63,
126243
127131
  column: 62
126244
127132
  }
126245
127133
  },
126246
127134
  "9": {
126247
127135
  start: {
126248
- line: 63,
127136
+ line: 64,
126249
127137
  column: 23
126250
127138
  },
126251
127139
  end: {
126252
- line: 63,
127140
+ line: 64,
126253
127141
  column: 60
126254
127142
  }
126255
127143
  },
126256
127144
  "10": {
126257
127145
  start: {
126258
- line: 64,
127146
+ line: 65,
126259
127147
  column: 24
126260
127148
  },
126261
127149
  end: {
126262
- line: 64,
127150
+ line: 65,
126263
127151
  column: 62
126264
127152
  }
126265
127153
  },
126266
127154
  "11": {
126267
127155
  start: {
126268
- line: 65,
126269
- column: 30
127156
+ line: 66,
127157
+ column: 34
126270
127158
  },
126271
127159
  end: {
126272
- line: 68,
126273
- column: 4
127160
+ line: 66,
127161
+ column: 77
126274
127162
  }
126275
127163
  },
126276
127164
  "12": {
126277
127165
  start: {
127166
+ line: 67,
127167
+ column: 30
127168
+ },
127169
+ end: {
126278
127170
  line: 70,
127171
+ column: 4
127172
+ }
127173
+ },
127174
+ "13": {
127175
+ start: {
127176
+ line: 72,
126279
127177
  column: 30
126280
127178
  },
126281
127179
  end: {
126282
- line: 74,
127180
+ line: 76,
126283
127181
  column: 3
126284
127182
  }
126285
127183
  },
126286
- "13": {
127184
+ "14": {
126287
127185
  start: {
126288
- line: 71,
127186
+ line: 73,
126289
127187
  column: 30
126290
127188
  },
126291
127189
  end: {
126292
- line: 71,
127190
+ line: 73,
126293
127191
  column: 34
126294
127192
  }
126295
127193
  },
126296
- "14": {
127194
+ "15": {
126297
127195
  start: {
126298
- line: 72,
127196
+ line: 74,
126299
127197
  column: 25
126300
127198
  },
126301
127199
  end: {
126302
- line: 72,
127200
+ line: 74,
126303
127201
  column: 62
126304
127202
  }
126305
127203
  },
126306
- "15": {
127204
+ "16": {
126307
127205
  start: {
126308
- line: 73,
127206
+ line: 75,
126309
127207
  column: 4
126310
127208
  },
126311
127209
  end: {
126312
- line: 73,
127210
+ line: 75,
126313
127211
  column: 70
126314
127212
  }
126315
127213
  },
126316
- "16": {
127214
+ "17": {
126317
127215
  start: {
126318
- line: 76,
127216
+ line: 78,
126319
127217
  column: 2
126320
127218
  },
126321
127219
  end: {
126322
- line: 147,
127220
+ line: 155,
126323
127221
  column: 4
126324
127222
  }
126325
127223
  }
@@ -126329,215 +127227,215 @@ function cov_2dwl7m23tl() {
126329
127227
  name: "(anonymous_0)",
126330
127228
  decl: {
126331
127229
  start: {
126332
- line: 24,
127230
+ line: 25,
126333
127231
  column: 14
126334
127232
  },
126335
127233
  end: {
126336
- line: 24,
127234
+ line: 25,
126337
127235
  column: 15
126338
127236
  }
126339
127237
  },
126340
127238
  loc: {
126341
127239
  start: {
126342
- line: 39,
127240
+ line: 40,
126343
127241
  column: 6
126344
127242
  },
126345
127243
  end: {
126346
- line: 148,
127244
+ line: 156,
126347
127245
  column: 1
126348
127246
  }
126349
127247
  },
126350
- line: 39
127248
+ line: 40
126351
127249
  },
126352
127250
  "1": {
126353
127251
  name: "(anonymous_1)",
126354
127252
  decl: {
126355
127253
  start: {
126356
- line: 60,
127254
+ line: 61,
126357
127255
  column: 41
126358
127256
  },
126359
127257
  end: {
126360
- line: 60,
127258
+ line: 61,
126361
127259
  column: 42
126362
127260
  }
126363
127261
  },
126364
127262
  loc: {
126365
127263
  start: {
126366
- line: 60,
127264
+ line: 61,
126367
127265
  column: 51
126368
127266
  },
126369
127267
  end: {
126370
- line: 60,
127268
+ line: 61,
126371
127269
  column: 75
126372
127270
  }
126373
127271
  },
126374
- line: 60
127272
+ line: 61
126375
127273
  },
126376
127274
  "2": {
126377
127275
  name: "(anonymous_2)",
126378
127276
  decl: {
126379
127277
  start: {
126380
- line: 70,
127278
+ line: 72,
126381
127279
  column: 30
126382
127280
  },
126383
127281
  end: {
126384
- line: 70,
127282
+ line: 72,
126385
127283
  column: 31
126386
127284
  }
126387
127285
  },
126388
127286
  loc: {
126389
127287
  start: {
126390
- line: 70,
127288
+ line: 72,
126391
127289
  column: 38
126392
127290
  },
126393
127291
  end: {
126394
- line: 74,
127292
+ line: 76,
126395
127293
  column: 3
126396
127294
  }
126397
127295
  },
126398
- line: 70
127296
+ line: 72
126399
127297
  }
126400
127298
  },
126401
127299
  branchMap: {
126402
127300
  "0": {
126403
127301
  loc: {
126404
127302
  start: {
126405
- line: 27,
127303
+ line: 28,
126406
127304
  column: 2
126407
127305
  },
126408
127306
  end: {
126409
- line: 27,
127307
+ line: 28,
126410
127308
  column: 15
126411
127309
  }
126412
127310
  },
126413
127311
  type: "default-arg",
126414
127312
  locations: [{
126415
127313
  start: {
126416
- line: 27,
127314
+ line: 28,
126417
127315
  column: 13
126418
127316
  },
126419
127317
  end: {
126420
- line: 27,
127318
+ line: 28,
126421
127319
  column: 15
126422
127320
  }
126423
127321
  }],
126424
- line: 27
127322
+ line: 28
126425
127323
  },
126426
127324
  "1": {
126427
127325
  loc: {
126428
127326
  start: {
126429
- line: 28,
127327
+ line: 29,
126430
127328
  column: 2
126431
127329
  },
126432
127330
  end: {
126433
- line: 28,
127331
+ line: 29,
126434
127332
  column: 16
126435
127333
  }
126436
127334
  },
126437
127335
  type: "default-arg",
126438
127336
  locations: [{
126439
127337
  start: {
126440
- line: 28,
127338
+ line: 29,
126441
127339
  column: 14
126442
127340
  },
126443
127341
  end: {
126444
- line: 28,
127342
+ line: 29,
126445
127343
  column: 16
126446
127344
  }
126447
127345
  }],
126448
- line: 28
127346
+ line: 29
126449
127347
  },
126450
127348
  "2": {
126451
127349
  loc: {
126452
127350
  start: {
126453
- line: 30,
127351
+ line: 31,
126454
127352
  column: 2
126455
127353
  },
126456
127354
  end: {
126457
- line: 30,
127355
+ line: 31,
126458
127356
  column: 20
126459
127357
  }
126460
127358
  },
126461
127359
  type: "default-arg",
126462
127360
  locations: [{
126463
127361
  start: {
126464
- line: 30,
127362
+ line: 31,
126465
127363
  column: 18
126466
127364
  },
126467
127365
  end: {
126468
- line: 30,
127366
+ line: 31,
126469
127367
  column: 20
126470
127368
  }
126471
127369
  }],
126472
- line: 30
127370
+ line: 31
126473
127371
  },
126474
127372
  "3": {
126475
127373
  loc: {
126476
127374
  start: {
126477
- line: 31,
127375
+ line: 32,
126478
127376
  column: 2
126479
127377
  },
126480
127378
  end: {
126481
- line: 31,
127379
+ line: 32,
126482
127380
  column: 22
126483
127381
  }
126484
127382
  },
126485
127383
  type: "default-arg",
126486
127384
  locations: [{
126487
127385
  start: {
126488
- line: 31,
127386
+ line: 32,
126489
127387
  column: 18
126490
127388
  },
126491
127389
  end: {
126492
- line: 31,
127390
+ line: 32,
126493
127391
  column: 22
126494
127392
  }
126495
127393
  }],
126496
- line: 31
127394
+ line: 32
126497
127395
  },
126498
127396
  "4": {
126499
127397
  loc: {
126500
127398
  start: {
126501
- line: 33,
127399
+ line: 34,
126502
127400
  column: 2
126503
127401
  },
126504
127402
  end: {
126505
- line: 33,
127403
+ line: 34,
126506
127404
  column: 15
126507
127405
  }
126508
127406
  },
126509
127407
  type: "default-arg",
126510
127408
  locations: [{
126511
127409
  start: {
126512
- line: 33,
127410
+ line: 34,
126513
127411
  column: 13
126514
127412
  },
126515
127413
  end: {
126516
- line: 33,
127414
+ line: 34,
126517
127415
  column: 15
126518
127416
  }
126519
127417
  }],
126520
- line: 33
127418
+ line: 34
126521
127419
  },
126522
127420
  "5": {
126523
127421
  loc: {
126524
127422
  start: {
126525
- line: 42,
127423
+ line: 43,
126526
127424
  column: 2
126527
127425
  },
126528
127426
  end: {
126529
- line: 44,
127427
+ line: 45,
126530
127428
  column: 3
126531
127429
  }
126532
127430
  },
126533
127431
  type: "if",
126534
127432
  locations: [{
126535
127433
  start: {
126536
- line: 42,
127434
+ line: 43,
126537
127435
  column: 2
126538
127436
  },
126539
127437
  end: {
126540
- line: 44,
127438
+ line: 45,
126541
127439
  column: 3
126542
127440
  }
126543
127441
  }, {
@@ -126550,111 +127448,111 @@ function cov_2dwl7m23tl() {
126550
127448
  column: undefined
126551
127449
  }
126552
127450
  }],
126553
- line: 42
127451
+ line: 43
126554
127452
  },
126555
127453
  "6": {
126556
127454
  loc: {
126557
127455
  start: {
126558
- line: 72,
127456
+ line: 74,
126559
127457
  column: 25
126560
127458
  },
126561
127459
  end: {
126562
- line: 72,
127460
+ line: 74,
126563
127461
  column: 62
126564
127462
  }
126565
127463
  },
126566
127464
  type: "cond-expr",
126567
127465
  locations: [{
126568
127466
  start: {
126569
- line: 72,
127467
+ line: 74,
126570
127468
  column: 36
126571
127469
  },
126572
127470
  end: {
126573
- line: 72,
127471
+ line: 74,
126574
127472
  column: 56
126575
127473
  }
126576
127474
  }, {
126577
127475
  start: {
126578
- line: 72,
127476
+ line: 74,
126579
127477
  column: 59
126580
127478
  },
126581
127479
  end: {
126582
- line: 72,
127480
+ line: 74,
126583
127481
  column: 62
126584
127482
  }
126585
127483
  }],
126586
- line: 72
127484
+ line: 74
126587
127485
  },
126588
127486
  "7": {
126589
127487
  loc: {
126590
127488
  start: {
126591
- line: 84,
127489
+ line: 86,
126592
127490
  column: 9
126593
127491
  },
126594
127492
  end: {
126595
- line: 89,
127493
+ line: 91,
126596
127494
  column: 9
126597
127495
  }
126598
127496
  },
126599
127497
  type: "binary-expr",
126600
127498
  locations: [{
126601
127499
  start: {
126602
- line: 84,
127500
+ line: 86,
126603
127501
  column: 9
126604
127502
  },
126605
127503
  end: {
126606
- line: 84,
127504
+ line: 86,
126607
127505
  column: 25
126608
127506
  }
126609
127507
  }, {
126610
127508
  start: {
126611
- line: 85,
127509
+ line: 87,
126612
127510
  column: 10
126613
127511
  },
126614
127512
  end: {
126615
- line: 88,
127513
+ line: 90,
126616
127514
  column: 12
126617
127515
  }
126618
127516
  }],
126619
- line: 84
127517
+ line: 86
126620
127518
  },
126621
127519
  "8": {
126622
127520
  loc: {
126623
127521
  start: {
126624
- line: 87,
127522
+ line: 89,
126625
127523
  column: 28
126626
127524
  },
126627
127525
  end: {
126628
- line: 87,
127526
+ line: 89,
126629
127527
  column: 67
126630
127528
  }
126631
127529
  },
126632
127530
  type: "binary-expr",
126633
127531
  locations: [{
126634
127532
  start: {
126635
- line: 87,
127533
+ line: 89,
126636
127534
  column: 28
126637
127535
  },
126638
127536
  end: {
126639
- line: 87,
127537
+ line: 89,
126640
127538
  column: 45
126641
127539
  }
126642
127540
  }, {
126643
127541
  start: {
126644
- line: 87,
127542
+ line: 89,
126645
127543
  column: 49
126646
127544
  },
126647
127545
  end: {
126648
- line: 87,
127546
+ line: 89,
126649
127547
  column: 67
126650
127548
  }
126651
127549
  }],
126652
- line: 87
127550
+ line: 89
126653
127551
  },
126654
127552
  "9": {
126655
127553
  loc: {
126656
127554
  start: {
126657
- line: 92,
127555
+ line: 94,
126658
127556
  column: 9
126659
127557
  },
126660
127558
  end: {
@@ -126665,16 +127563,16 @@ function cov_2dwl7m23tl() {
126665
127563
  type: "binary-expr",
126666
127564
  locations: [{
126667
127565
  start: {
126668
- line: 92,
127566
+ line: 94,
126669
127567
  column: 9
126670
127568
  },
126671
127569
  end: {
126672
- line: 92,
126673
- column: 22
127570
+ line: 94,
127571
+ column: 32
126674
127572
  }
126675
127573
  }, {
126676
127574
  start: {
126677
- line: 93,
127575
+ line: 95,
126678
127576
  column: 10
126679
127577
  },
126680
127578
  end: {
@@ -126682,7 +127580,7 @@ function cov_2dwl7m23tl() {
126682
127580
  column: 12
126683
127581
  }
126684
127582
  }],
126685
- line: 92
127583
+ line: 94
126686
127584
  },
126687
127585
  "10": {
126688
127586
  loc: {
@@ -126692,7 +127590,7 @@ function cov_2dwl7m23tl() {
126692
127590
  },
126693
127591
  end: {
126694
127592
  line: 97,
126695
- column: 61
127593
+ column: 69
126696
127594
  }
126697
127595
  },
126698
127596
  type: "binary-expr",
@@ -126703,16 +127601,16 @@ function cov_2dwl7m23tl() {
126703
127601
  },
126704
127602
  end: {
126705
127603
  line: 97,
126706
- column: 42
127604
+ column: 46
126707
127605
  }
126708
127606
  }, {
126709
127607
  start: {
126710
127608
  line: 97,
126711
- column: 46
127609
+ column: 50
126712
127610
  },
126713
127611
  end: {
126714
127612
  line: 97,
126715
- column: 61
127613
+ column: 69
126716
127614
  }
126717
127615
  }],
126718
127616
  line: 97
@@ -126720,233 +127618,299 @@ function cov_2dwl7m23tl() {
126720
127618
  "11": {
126721
127619
  loc: {
126722
127620
  start: {
126723
- line: 101,
127621
+ line: 100,
126724
127622
  column: 9
126725
127623
  },
126726
127624
  end: {
126727
- line: 106,
127625
+ line: 107,
126728
127626
  column: 9
126729
127627
  }
126730
127628
  },
126731
127629
  type: "binary-expr",
126732
127630
  locations: [{
126733
127631
  start: {
126734
- line: 101,
127632
+ line: 100,
126735
127633
  column: 9
126736
127634
  },
126737
127635
  end: {
127636
+ line: 100,
127637
+ column: 22
127638
+ }
127639
+ }, {
127640
+ start: {
126738
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,
126739
127703
  column: 21
126740
127704
  }
126741
127705
  }, {
126742
127706
  start: {
126743
- line: 102,
127707
+ line: 110,
126744
127708
  column: 10
126745
127709
  },
126746
127710
  end: {
126747
- line: 105,
127711
+ line: 113,
126748
127712
  column: 12
126749
127713
  }
126750
127714
  }],
126751
- line: 101
127715
+ line: 109
126752
127716
  },
126753
- "12": {
127717
+ "14": {
126754
127718
  loc: {
126755
127719
  start: {
126756
- line: 104,
127720
+ line: 112,
126757
127721
  column: 28
126758
127722
  },
126759
127723
  end: {
126760
- line: 104,
127724
+ line: 112,
126761
127725
  column: 59
126762
127726
  }
126763
127727
  },
126764
127728
  type: "binary-expr",
126765
127729
  locations: [{
126766
127730
  start: {
126767
- line: 104,
127731
+ line: 112,
126768
127732
  column: 28
126769
127733
  },
126770
127734
  end: {
126771
- line: 104,
127735
+ line: 112,
126772
127736
  column: 41
126773
127737
  }
126774
127738
  }, {
126775
127739
  start: {
126776
- line: 104,
127740
+ line: 112,
126777
127741
  column: 45
126778
127742
  },
126779
127743
  end: {
126780
- line: 104,
127744
+ line: 112,
126781
127745
  column: 59
126782
127746
  }
126783
127747
  }],
126784
- line: 104
127748
+ line: 112
126785
127749
  },
126786
- "13": {
127750
+ "15": {
126787
127751
  loc: {
126788
127752
  start: {
126789
- line: 107,
127753
+ line: 115,
126790
127754
  column: 9
126791
127755
  },
126792
127756
  end: {
126793
- line: 112,
127757
+ line: 120,
126794
127758
  column: 9
126795
127759
  }
126796
127760
  },
126797
127761
  type: "binary-expr",
126798
127762
  locations: [{
126799
127763
  start: {
126800
- line: 107,
127764
+ line: 115,
126801
127765
  column: 9
126802
127766
  },
126803
127767
  end: {
126804
- line: 107,
127768
+ line: 115,
126805
127769
  column: 22
126806
127770
  }
126807
127771
  }, {
126808
127772
  start: {
126809
- line: 108,
127773
+ line: 116,
126810
127774
  column: 10
126811
127775
  },
126812
127776
  end: {
126813
- line: 111,
127777
+ line: 119,
126814
127778
  column: 12
126815
127779
  }
126816
127780
  }],
126817
- line: 107
127781
+ line: 115
126818
127782
  },
126819
- "14": {
127783
+ "16": {
126820
127784
  loc: {
126821
127785
  start: {
126822
- line: 110,
127786
+ line: 118,
126823
127787
  column: 28
126824
127788
  },
126825
127789
  end: {
126826
- line: 110,
127790
+ line: 118,
126827
127791
  column: 61
126828
127792
  }
126829
127793
  },
126830
127794
  type: "binary-expr",
126831
127795
  locations: [{
126832
127796
  start: {
126833
- line: 110,
127797
+ line: 118,
126834
127798
  column: 28
126835
127799
  },
126836
127800
  end: {
126837
- line: 110,
127801
+ line: 118,
126838
127802
  column: 42
126839
127803
  }
126840
127804
  }, {
126841
127805
  start: {
126842
- line: 110,
127806
+ line: 118,
126843
127807
  column: 46
126844
127808
  },
126845
127809
  end: {
126846
- line: 110,
127810
+ line: 118,
126847
127811
  column: 61
126848
127812
  }
126849
127813
  }],
126850
- line: 110
127814
+ line: 118
126851
127815
  },
126852
- "15": {
127816
+ "17": {
126853
127817
  loc: {
126854
127818
  start: {
126855
- line: 117,
127819
+ line: 125,
126856
127820
  column: 26
126857
127821
  },
126858
127822
  end: {
126859
- line: 117,
127823
+ line: 125,
126860
127824
  column: 63
126861
127825
  }
126862
127826
  },
126863
127827
  type: "binary-expr",
126864
127828
  locations: [{
126865
127829
  start: {
126866
- line: 117,
127830
+ line: 125,
126867
127831
  column: 26
126868
127832
  },
126869
127833
  end: {
126870
- line: 117,
127834
+ line: 125,
126871
127835
  column: 42
126872
127836
  }
126873
127837
  }, {
126874
127838
  start: {
126875
- line: 117,
127839
+ line: 125,
126876
127840
  column: 46
126877
127841
  },
126878
127842
  end: {
126879
- line: 117,
127843
+ line: 125,
126880
127844
  column: 63
126881
127845
  }
126882
127846
  }],
126883
- line: 117
127847
+ line: 125
126884
127848
  },
126885
- "16": {
127849
+ "18": {
126886
127850
  loc: {
126887
127851
  start: {
126888
- line: 122,
127852
+ line: 130,
126889
127853
  column: 26
126890
127854
  },
126891
127855
  end: {
126892
- line: 122,
127856
+ line: 130,
126893
127857
  column: 59
126894
127858
  }
126895
127859
  },
126896
127860
  type: "binary-expr",
126897
127861
  locations: [{
126898
127862
  start: {
126899
- line: 122,
127863
+ line: 130,
126900
127864
  column: 26
126901
127865
  },
126902
127866
  end: {
126903
- line: 122,
127867
+ line: 130,
126904
127868
  column: 40
126905
127869
  }
126906
127870
  }, {
126907
127871
  start: {
126908
- line: 122,
127872
+ line: 130,
126909
127873
  column: 44
126910
127874
  },
126911
127875
  end: {
126912
- line: 122,
127876
+ line: 130,
126913
127877
  column: 59
126914
127878
  }
126915
127879
  }],
126916
- line: 122
127880
+ line: 130
126917
127881
  },
126918
- "17": {
127882
+ "19": {
126919
127883
  loc: {
126920
127884
  start: {
126921
- line: 129,
127885
+ line: 137,
126922
127886
  column: 7
126923
127887
  },
126924
127888
  end: {
126925
- line: 145,
127889
+ line: 153,
126926
127890
  column: 7
126927
127891
  }
126928
127892
  },
126929
127893
  type: "binary-expr",
126930
127894
  locations: [{
126931
127895
  start: {
126932
- line: 129,
127896
+ line: 137,
126933
127897
  column: 7
126934
127898
  },
126935
127899
  end: {
126936
- line: 129,
127900
+ line: 137,
126937
127901
  column: 26
126938
127902
  }
126939
127903
  }, {
126940
127904
  start: {
126941
- line: 130,
127905
+ line: 138,
126942
127906
  column: 8
126943
127907
  },
126944
127908
  end: {
126945
- line: 144,
127909
+ line: 152,
126946
127910
  column: 14
126947
127911
  }
126948
127912
  }],
126949
- line: 129
127913
+ line: 137
126950
127914
  }
126951
127915
  },
126952
127916
  s: {
@@ -126966,7 +127930,8 @@ function cov_2dwl7m23tl() {
126966
127930
  "13": 0,
126967
127931
  "14": 0,
126968
127932
  "15": 0,
126969
- "16": 0
127933
+ "16": 0,
127934
+ "17": 0
126970
127935
  },
126971
127936
  f: {
126972
127937
  "0": 0,
@@ -126991,10 +127956,12 @@ function cov_2dwl7m23tl() {
126991
127956
  "14": [0, 0],
126992
127957
  "15": [0, 0],
126993
127958
  "16": [0, 0],
126994
- "17": [0, 0]
127959
+ "17": [0, 0],
127960
+ "18": [0, 0],
127961
+ "19": [0, 0]
126995
127962
  },
126996
127963
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
126997
- hash: "01f1a1ced31d5bd4340f754c46c77b5a2bc5c434"
127964
+ hash: "3076284da7f2f150bedf2b19c48e673c2c07fe28"
126998
127965
  };
126999
127966
  var coverage = global[gcv] || (global[gcv] = {});
127000
127967
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -127064,23 +128031,24 @@ var Fixed = function Fixed(_ref) {
127064
128031
  var isEmojiActive = (cov_2dwl7m23tl().s[8]++, options.includes(EDITOR_OPTIONS.EMOJI));
127065
128032
  var isLinkActive = (cov_2dwl7m23tl().s[9]++, options.includes(EDITOR_OPTIONS.LINK));
127066
128033
  var isTableActive = (cov_2dwl7m23tl().s[10]++, options.includes(EDITOR_OPTIONS.TABLE));
127067
- 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({
127068
128036
  editor: editor,
127069
128037
  commands: addonCommands
127070
128038
  }));
127071
- cov_2dwl7m23tl().s[12]++;
128039
+ cov_2dwl7m23tl().s[13]++;
127072
128040
  var handleVariableClick = function handleVariableClick(item) {
127073
128041
  cov_2dwl7m23tl().f[2]++;
127074
- var _ref4 = (cov_2dwl7m23tl().s[13]++, item),
128042
+ var _ref4 = (cov_2dwl7m23tl().s[14]++, item),
127075
128043
  category = _ref4.category,
127076
128044
  key = _ref4.key;
127077
- var variableName = (cov_2dwl7m23tl().s[14]++, category ? (cov_2dwl7m23tl().b[6][0]++, "".concat(category, ".").concat(key)) : (cov_2dwl7m23tl().b[6][1]++, key));
127078
- 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]++;
127079
128047
  editor.chain().focus().setVariable({
127080
128048
  label: variableName
127081
128049
  }).run();
127082
128050
  };
127083
- cov_2dwl7m23tl().s[16]++;
128051
+ cov_2dwl7m23tl().s[17]++;
127084
128052
  return /*#__PURE__*/React__default["default"].createElement("div", {
127085
128053
  className: classnames$2("neeto-editor-fixed-menu", _defineProperty({
127086
128054
  "neeto-editor-fixed-menu--independant": isIndependant
@@ -127090,27 +128058,30 @@ var Fixed = function Fixed(_ref) {
127090
128058
  }, (cov_2dwl7m23tl().b[7][0]++, isFontSizeActive) && (cov_2dwl7m23tl().b[7][1]++, /*#__PURE__*/React__default["default"].createElement(FontSizeOption, {
127091
128059
  editor: editor,
127092
128060
  tooltipContent: (cov_2dwl7m23tl().b[8][0]++, tooltips.fontSize) || (cov_2dwl7m23tl().b[8][1]++, t("menu.fontSize"))
127093
- })), 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, {
127094
128065
  editor: editor,
127095
128066
  isActive: isEmojiPickerActive,
127096
128067
  setActive: setIsEmojiPickerActive,
127097
- tooltipContent: (cov_2dwl7m23tl().b[10][0]++, tooltips.emoji) || (cov_2dwl7m23tl().b[10][1]++, t("menu.emoji"))
127098
- })), 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, {
127099
128070
  editor: editor,
127100
- tooltipContent: (cov_2dwl7m23tl().b[12][0]++, tooltips.link) || (cov_2dwl7m23tl().b[12][1]++, t("menu.link"))
127101
- })), (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, {
127102
128073
  editor: editor,
127103
- 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"))
127104
128075
  })), miscOptions.map(renderOptionButton), /*#__PURE__*/React__default["default"].createElement(Mentions, {
127105
128076
  editor: editor,
127106
128077
  mentions: mentions,
127107
- 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"))
127108
128079
  }), addonCommandOptions.map(renderOptionButton), /*#__PURE__*/React__default["default"].createElement(TableActions, {
127109
128080
  editor: editor,
127110
- 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"))
127111
128082
  }), children, /*#__PURE__*/React__default["default"].createElement("div", {
127112
128083
  className: "neeto-editor-fixed-menu__right-options"
127113
- }, 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", {
127114
128085
  className: "neeto-editor-fixed-menu__variables"
127115
128086
  }, /*#__PURE__*/React__default["default"].createElement(DynamicVariables, {
127116
128087
  variables: variables,
@@ -135506,7 +136477,7 @@ var EditorContent = function EditorContent(_ref) {
135506
136477
  }, otherProps));
135507
136478
  };
135508
136479
 
135509
- 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}";
135510
136481
  n$1(css,{});
135511
136482
 
135512
136483
  function cov_1e6pfjcktm() {