@bigbinary/neeto-editor 1.27.2 → 1.27.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 +111 -204
- package/index.cjs.js.map +1 -1
- package/index.js +112 -206
- package/index.js.map +1 -1
- package/package.json +2 -1
package/index.cjs.js
CHANGED
|
@@ -12,6 +12,7 @@ var axios = require('axios');
|
|
|
12
12
|
var utils = require('@bigbinary/neeto-commons-frontend/utils');
|
|
13
13
|
var ReactDOM = require('react-dom');
|
|
14
14
|
var reactUtils = require('@bigbinary/neeto-commons-frontend/react-utils');
|
|
15
|
+
var DynamicVariables = require('@bigbinary/neeto-molecules/DynamicVariables');
|
|
15
16
|
var formik = require('formik');
|
|
16
17
|
|
|
17
18
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -38,6 +39,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React$6);
|
|
|
38
39
|
var React__namespace = /*#__PURE__*/_interopNamespace(React$6);
|
|
39
40
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
40
41
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
42
|
+
var DynamicVariables__default = /*#__PURE__*/_interopDefaultLegacy(DynamicVariables);
|
|
41
43
|
|
|
42
44
|
// ::- Persistent data structure representing an ordered mapping from
|
|
43
45
|
// strings to values, with some convenient update methods.
|
|
@@ -25598,7 +25600,7 @@ Website: https://developer.mozilla.org/en-US/docs/Web/CSS
|
|
|
25598
25600
|
*/
|
|
25599
25601
|
|
|
25600
25602
|
/** @type LanguageFn */
|
|
25601
|
-
function css$
|
|
25603
|
+
function css$2(hljs) {
|
|
25602
25604
|
const regex = hljs.regex;
|
|
25603
25605
|
const modes = MODES$3(hljs);
|
|
25604
25606
|
const VENDOR_PREFIX = { begin: /-(webkit|moz|ms|o)-(?=[a-z])/ };
|
|
@@ -35892,7 +35894,7 @@ lowlight.registerLanguage('bash', bash);
|
|
|
35892
35894
|
lowlight.registerLanguage('c', c$4);
|
|
35893
35895
|
lowlight.registerLanguage('cpp', cpp);
|
|
35894
35896
|
lowlight.registerLanguage('csharp', csharp);
|
|
35895
|
-
lowlight.registerLanguage('css', css$
|
|
35897
|
+
lowlight.registerLanguage('css', css$2);
|
|
35896
35898
|
lowlight.registerLanguage('diff', diff);
|
|
35897
35899
|
lowlight.registerLanguage('go', go);
|
|
35898
35900
|
lowlight.registerLanguage('graphql', graphql);
|
|
@@ -40147,7 +40149,7 @@ instance.reloadResources;
|
|
|
40147
40149
|
instance.use;
|
|
40148
40150
|
instance.changeLanguage;
|
|
40149
40151
|
instance.getFixedT;
|
|
40150
|
-
var t$
|
|
40152
|
+
var t$7 = instance.t;
|
|
40151
40153
|
instance.exists;
|
|
40152
40154
|
instance.setDefaultNamespace;
|
|
40153
40155
|
instance.hasLoadedNamespace;
|
|
@@ -40205,7 +40207,7 @@ var voidElements = {
|
|
|
40205
40207
|
"wbr": true
|
|
40206
40208
|
};
|
|
40207
40209
|
|
|
40208
|
-
var t$
|
|
40210
|
+
var t$6=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function n$3(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$6),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$3(r);return l<0?(c.push(v),c):((u=o[l]).children.push(v),c)}if(f&&(l++,"tag"===(a=n$3(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)},"")}};
|
|
40209
40211
|
|
|
40210
40212
|
/**
|
|
40211
40213
|
* Copyright (C) 2017-present by Andrea Giammarchi - @WebReflection
|
|
@@ -40808,8 +40810,8 @@ var common = {
|
|
|
40808
40810
|
var attachments = {
|
|
40809
40811
|
actionsBlocked: "You are not permitted to update or delete attachments",
|
|
40810
40812
|
add: "Add attachment",
|
|
40811
|
-
deleteConfirmation: "
|
|
40812
|
-
deleteTitle: "
|
|
40813
|
+
deleteConfirmation: "You are permanently deleting the attachment <strong>{{entity}}</strong>. This can't be undone.",
|
|
40814
|
+
deleteTitle: "Delete attachment?",
|
|
40813
40815
|
maxNumberOfFiles: "You can only attach {{entity}} files",
|
|
40814
40816
|
nameEmpty: "Filename cannot be empty",
|
|
40815
40817
|
noPreview: "There is no preview available, click to <span>download</span>.",
|
|
@@ -45201,7 +45203,7 @@ var Uppy_1 = Uppy$1;
|
|
|
45201
45203
|
|
|
45202
45204
|
var preact = {};
|
|
45203
45205
|
|
|
45204
|
-
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};
|
|
45206
|
+
var n$2,l$1,u$2,t$5,i$3,o$1,r$1,f$2={},e$2=[],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$2.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$2,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$2.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$2.call(t.childNodes):null,e,!o&&i?i:r?r.__e:t.firstChild,o),T$1(e,u);}n$2=e$2.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$5=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$2.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$5,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};
|
|
45205
45207
|
|
|
45206
45208
|
function isDOMElement$2(obj) {
|
|
45207
45209
|
return (obj == null ? void 0 : obj.nodeType) === Node.ELEMENT_NODE;
|
|
@@ -49328,7 +49330,7 @@ var FileItem_1 = FileItem$1;
|
|
|
49328
49330
|
|
|
49329
49331
|
var _preact$d = preact;
|
|
49330
49332
|
|
|
49331
|
-
function _extends$
|
|
49333
|
+
function _extends$4() { _extends$4 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
49332
49334
|
|
|
49333
49335
|
const STYLE_INNER = {
|
|
49334
49336
|
position: 'relative',
|
|
@@ -49449,7 +49451,7 @@ class VirtualList$1 extends _preact$d.Component {
|
|
|
49449
49451
|
// items by accessibility and outline tools.
|
|
49450
49452
|
|
|
49451
49453
|
return (// eslint-disable-next-line react/jsx-props-no-spreading
|
|
49452
|
-
(0, _preact$d.h)("div", _extends$
|
|
49454
|
+
(0, _preact$d.h)("div", _extends$4({
|
|
49453
49455
|
onScroll: this.handleScroll
|
|
49454
49456
|
}, props), (0, _preact$d.h)("div", {
|
|
49455
49457
|
role: "presentation",
|
|
@@ -49467,7 +49469,7 @@ var VirtualList_1 = VirtualList$1;
|
|
|
49467
49469
|
|
|
49468
49470
|
var _preact$c = preact;
|
|
49469
49471
|
|
|
49470
|
-
function _extends$
|
|
49472
|
+
function _extends$3() { _extends$3 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
49471
49473
|
|
|
49472
49474
|
const classNames$6 = classnames.exports;
|
|
49473
49475
|
|
|
@@ -49541,7 +49543,7 @@ var FileList$1 = props => {
|
|
|
49541
49543
|
(0, _preact$c.h)("div", {
|
|
49542
49544
|
role: "presentation",
|
|
49543
49545
|
key: row[0]
|
|
49544
|
-
}, row.map(fileID => (0, _preact$c.h)(FileItem, _extends$
|
|
49546
|
+
}, row.map(fileID => (0, _preact$c.h)(FileItem, _extends$3({
|
|
49545
49547
|
key: fileID,
|
|
49546
49548
|
uppy: props.uppy
|
|
49547
49549
|
}, fileProps, {
|
|
@@ -50333,7 +50335,7 @@ var Slide_1 = Slide$1;
|
|
|
50333
50335
|
|
|
50334
50336
|
var _preact$4 = preact;
|
|
50335
50337
|
|
|
50336
|
-
function _extends$
|
|
50338
|
+
function _extends$2() { _extends$2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
50337
50339
|
|
|
50338
50340
|
const classNames = classnames.exports;
|
|
50339
50341
|
|
|
@@ -50470,20 +50472,20 @@ function Dashboard$2(props) {
|
|
|
50470
50472
|
}, props.i18n('sessionRestored')), (0, _preact$4.h)("div", {
|
|
50471
50473
|
className: "uppy-Dashboard-serviceMsg-text"
|
|
50472
50474
|
}, renderRestoredText())), showFileList ? (0, _preact$4.h)(FileList // eslint-disable-next-line react/jsx-props-no-spreading
|
|
50473
|
-
, _extends$
|
|
50475
|
+
, _extends$2({}, props, {
|
|
50474
50476
|
itemsPerRow: itemsPerRow
|
|
50475
50477
|
})) : // eslint-disable-next-line react/jsx-props-no-spreading
|
|
50476
|
-
(0, _preact$4.h)(AddFiles, _extends$
|
|
50478
|
+
(0, _preact$4.h)(AddFiles, _extends$2({}, props, {
|
|
50477
50479
|
isSizeMD: isSizeMD
|
|
50478
|
-
})), (0, _preact$4.h)(Slide, null, props.showAddFilesPanel ? (0, _preact$4.h)(AddFilesPanel, _extends$
|
|
50480
|
+
})), (0, _preact$4.h)(Slide, null, props.showAddFilesPanel ? (0, _preact$4.h)(AddFilesPanel, _extends$2({
|
|
50479
50481
|
key: "AddFiles"
|
|
50480
50482
|
}, props, {
|
|
50481
50483
|
isSizeMD: isSizeMD
|
|
50482
|
-
})) : null), (0, _preact$4.h)(Slide, null, props.fileCardFor ? (0, _preact$4.h)(FileCard, _extends$
|
|
50484
|
+
})) : null), (0, _preact$4.h)(Slide, null, props.fileCardFor ? (0, _preact$4.h)(FileCard, _extends$2({
|
|
50483
50485
|
key: "FileCard"
|
|
50484
|
-
}, props)) : null), (0, _preact$4.h)(Slide, null, props.activePickerPanel ? (0, _preact$4.h)(PickerPanelContent, _extends$
|
|
50486
|
+
}, props)) : null), (0, _preact$4.h)(Slide, null, props.activePickerPanel ? (0, _preact$4.h)(PickerPanelContent, _extends$2({
|
|
50485
50487
|
key: "Picker"
|
|
50486
|
-
}, props)) : null), (0, _preact$4.h)(Slide, null, props.showFileEditor ? (0, _preact$4.h)(EditorPanel, _extends$
|
|
50488
|
+
}, props)) : null), (0, _preact$4.h)(Slide, null, props.showFileEditor ? (0, _preact$4.h)(EditorPanel, _extends$2({
|
|
50487
50489
|
key: "Editor"
|
|
50488
50490
|
}, props)) : null), (0, _preact$4.h)("div", {
|
|
50489
50491
|
className: "uppy-Dashboard-progressindicators"
|
|
@@ -53389,18 +53391,18 @@ var buildImageOptions = function buildImageOptions() {
|
|
|
53389
53391
|
return [{
|
|
53390
53392
|
Icon: neetoIcons.LeftAlign,
|
|
53391
53393
|
alignPos: "left",
|
|
53392
|
-
optionName: t$
|
|
53394
|
+
optionName: t$7("menu.alignLeft")
|
|
53393
53395
|
}, {
|
|
53394
53396
|
Icon: neetoIcons.CenterAlign,
|
|
53395
53397
|
alignPos: "center",
|
|
53396
|
-
optionName: t$
|
|
53398
|
+
optionName: t$7("menu.alignCenter")
|
|
53397
53399
|
}, {
|
|
53398
53400
|
Icon: neetoIcons.RightAlign,
|
|
53399
53401
|
alignPos: "right",
|
|
53400
|
-
optionName: t$
|
|
53402
|
+
optionName: t$7("menu.alignRight")
|
|
53401
53403
|
}, {
|
|
53402
53404
|
Icon: neetoIcons.Delete,
|
|
53403
|
-
optionName: t$
|
|
53405
|
+
optionName: t$7("menu.delete")
|
|
53404
53406
|
}];
|
|
53405
53407
|
};
|
|
53406
53408
|
|
|
@@ -63487,8 +63489,8 @@ var ATTACHMENT_OPTIONS = (cov_29r05oet1j().s[3]++, {
|
|
|
63487
63489
|
DELETE: "Delete"
|
|
63488
63490
|
});
|
|
63489
63491
|
|
|
63490
|
-
function _extends$
|
|
63491
|
-
_extends$
|
|
63492
|
+
function _extends$1() {
|
|
63493
|
+
_extends$1 = Object.assign ? Object.assign.bind() : function (target) {
|
|
63492
63494
|
for (var i = 1; i < arguments.length; i++) {
|
|
63493
63495
|
var source = arguments[i];
|
|
63494
63496
|
for (var key in source) {
|
|
@@ -63499,10 +63501,10 @@ function _extends$2() {
|
|
|
63499
63501
|
}
|
|
63500
63502
|
return target;
|
|
63501
63503
|
};
|
|
63502
|
-
return _extends$
|
|
63504
|
+
return _extends$1.apply(this, arguments);
|
|
63503
63505
|
}
|
|
63504
63506
|
|
|
63505
|
-
var r={grad:.9,turn:360,rad:360/(2*Math.PI)},t$
|
|
63507
|
+
var r={grad:.9,turn:360,rad:360/(2*Math.PI)},t$4=function(r){return "string"==typeof r?r.length>0:"number"==typeof r},n$1=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$1=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$1(r.r,0,255),g:e$1(r.g,0,255),b:e$1(r.b,0,255),a:e$1(r.a)}},o=function(r){return {r:n$1(r.r),g:n$1(r.g),b:n$1(r.b),a:n$1(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$1(r.s,0,100),l:e$1(r.l,0,100),a:e$1(r.a)}},d$1=function(r){return {h:n$1(r.h),s:n$1(r.s),l:n$1(r.l),a:n$1(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$1(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$1(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$4(n)&&t$4(e)&&t$4(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$4(n)||!t$4(e)||!t$4(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$4(n)||!t$4(a)||!t$4(o))return null;var h=function(r){return {h:u$1(r.h),s:e$1(r.s,0,100),v:e$1(r.v,0,100),a:e$1(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$1(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$1(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$1(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$1(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$1(r.h),s:n$1(r.s),v:n$1(r.v),a:n$1(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$1(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$1(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));});};
|
|
63506
63508
|
|
|
63507
63509
|
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"]);}
|
|
63508
63510
|
|
|
@@ -64404,7 +64406,7 @@ var File$1 = function File(_ref) {
|
|
|
64404
64406
|
cov_128zwlyu5l().s[2]++;
|
|
64405
64407
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64406
64408
|
className: "ne-attachments__preview-wrapper__icon"
|
|
64407
|
-
}, /*#__PURE__*/React__default["default"].createElement(FileIcon, _extends$
|
|
64409
|
+
}, /*#__PURE__*/React__default["default"].createElement(FileIcon, _extends$1({
|
|
64408
64410
|
extension: extension,
|
|
64409
64411
|
labelColor: "#4558f9"
|
|
64410
64412
|
}, defaultStyles[extension])));
|
|
@@ -64412,7 +64414,7 @@ var File$1 = function File(_ref) {
|
|
|
64412
64414
|
|
|
64413
64415
|
function cov_13lrfxjoky() {
|
|
64414
64416
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Attachments/Attachment.jsx";
|
|
64415
|
-
var hash = "
|
|
64417
|
+
var hash = "b2ddbea9ebf2d4705c118839a8a3d077c5115944";
|
|
64416
64418
|
var global = new Function("return this")();
|
|
64417
64419
|
var gcv = "__coverage__";
|
|
64418
64420
|
var coverageData = {
|
|
@@ -64434,7 +64436,7 @@ function cov_13lrfxjoky() {
|
|
|
64434
64436
|
column: 19
|
|
64435
64437
|
},
|
|
64436
64438
|
end: {
|
|
64437
|
-
line:
|
|
64439
|
+
line: 207,
|
|
64438
64440
|
column: 1
|
|
64439
64441
|
}
|
|
64440
64442
|
},
|
|
@@ -64864,7 +64866,7 @@ function cov_13lrfxjoky() {
|
|
|
64864
64866
|
column: 2
|
|
64865
64867
|
},
|
|
64866
64868
|
end: {
|
|
64867
|
-
line:
|
|
64869
|
+
line: 206,
|
|
64868
64870
|
column: 4
|
|
64869
64871
|
}
|
|
64870
64872
|
},
|
|
@@ -64930,11 +64932,11 @@ function cov_13lrfxjoky() {
|
|
|
64930
64932
|
},
|
|
64931
64933
|
"51": {
|
|
64932
64934
|
start: {
|
|
64933
|
-
line:
|
|
64935
|
+
line: 202,
|
|
64934
64936
|
column: 23
|
|
64935
64937
|
},
|
|
64936
64938
|
end: {
|
|
64937
|
-
line:
|
|
64939
|
+
line: 202,
|
|
64938
64940
|
column: 50
|
|
64939
64941
|
}
|
|
64940
64942
|
}
|
|
@@ -64958,7 +64960,7 @@ function cov_13lrfxjoky() {
|
|
|
64958
64960
|
column: 6
|
|
64959
64961
|
},
|
|
64960
64962
|
end: {
|
|
64961
|
-
line:
|
|
64963
|
+
line: 207,
|
|
64962
64964
|
column: 1
|
|
64963
64965
|
}
|
|
64964
64966
|
},
|
|
@@ -65256,25 +65258,25 @@ function cov_13lrfxjoky() {
|
|
|
65256
65258
|
name: "(anonymous_13)",
|
|
65257
65259
|
decl: {
|
|
65258
65260
|
start: {
|
|
65259
|
-
line:
|
|
65261
|
+
line: 202,
|
|
65260
65262
|
column: 17
|
|
65261
65263
|
},
|
|
65262
65264
|
end: {
|
|
65263
|
-
line:
|
|
65265
|
+
line: 202,
|
|
65264
65266
|
column: 18
|
|
65265
65267
|
}
|
|
65266
65268
|
},
|
|
65267
65269
|
loc: {
|
|
65268
65270
|
start: {
|
|
65269
|
-
line:
|
|
65271
|
+
line: 202,
|
|
65270
65272
|
column: 23
|
|
65271
65273
|
},
|
|
65272
65274
|
end: {
|
|
65273
|
-
line:
|
|
65275
|
+
line: 202,
|
|
65274
65276
|
column: 50
|
|
65275
65277
|
}
|
|
65276
65278
|
},
|
|
65277
|
-
line:
|
|
65279
|
+
line: 202
|
|
65278
65280
|
}
|
|
65279
65281
|
},
|
|
65280
65282
|
branchMap: {
|
|
@@ -65633,7 +65635,7 @@ function cov_13lrfxjoky() {
|
|
|
65633
65635
|
"7": [0, 0]
|
|
65634
65636
|
},
|
|
65635
65637
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
65636
|
-
hash: "
|
|
65638
|
+
hash: "b2ddbea9ebf2d4705c118839a8a3d077c5115944"
|
|
65637
65639
|
};
|
|
65638
65640
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
65639
65641
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -65650,7 +65652,7 @@ function cov_13lrfxjoky() {
|
|
|
65650
65652
|
}
|
|
65651
65653
|
cov_13lrfxjoky();
|
|
65652
65654
|
var _ref$9 = (cov_13lrfxjoky().s[0]++, neetoui.Dropdown),
|
|
65653
|
-
Menu$
|
|
65655
|
+
Menu$8 = _ref$9.Menu,
|
|
65654
65656
|
MenuItem$3 = _ref$9.MenuItem;
|
|
65655
65657
|
cov_13lrfxjoky().s[1]++;
|
|
65656
65658
|
var Attachment = function Attachment(_ref2) {
|
|
@@ -65897,7 +65899,7 @@ var Attachment = function Attachment(_ref2) {
|
|
|
65897
65899
|
buttonStyle: "text",
|
|
65898
65900
|
disabled: disabled,
|
|
65899
65901
|
icon: neetoIcons.MenuVertical
|
|
65900
|
-
}, /*#__PURE__*/React__default["default"].createElement(Menu$
|
|
65902
|
+
}, /*#__PURE__*/React__default["default"].createElement(Menu$8, null, Object.entries(handlers).map(function (_ref20) {
|
|
65901
65903
|
var _ref21 = _slicedToArray(_ref20, 2),
|
|
65902
65904
|
label = _ref21[0],
|
|
65903
65905
|
handler = _ref21[1];
|
|
@@ -65918,10 +65920,14 @@ var Attachment = function Attachment(_ref2) {
|
|
|
65918
65920
|
}))))))), /*#__PURE__*/React__default["default"].createElement(neetoui.Alert, {
|
|
65919
65921
|
isOpen: isDeleteAlertOpen,
|
|
65920
65922
|
isSubmitting: isDeleting,
|
|
65921
|
-
|
|
65922
|
-
entity: newFilename
|
|
65923
|
-
}),
|
|
65923
|
+
submitButtonLabel: t("menu.delete"),
|
|
65924
65924
|
title: t("attachments.deleteTitle"),
|
|
65925
|
+
message: /*#__PURE__*/React__default["default"].createElement(Trans, {
|
|
65926
|
+
i18nKey: "attachments.deleteConfirmation",
|
|
65927
|
+
values: {
|
|
65928
|
+
entity: newFilename
|
|
65929
|
+
}
|
|
65930
|
+
}),
|
|
65925
65931
|
onClose: function onClose() {
|
|
65926
65932
|
cov_13lrfxjoky().f[13]++;
|
|
65927
65933
|
cov_13lrfxjoky().s[51]++;
|
|
@@ -67499,7 +67505,7 @@ function cov_21bk7qri15() {
|
|
|
67499
67505
|
}
|
|
67500
67506
|
cov_21bk7qri15();
|
|
67501
67507
|
var _ref$8 = (cov_21bk7qri15().s[0]++, instance),
|
|
67502
|
-
t$
|
|
67508
|
+
t$3 = _ref$8.t;
|
|
67503
67509
|
cov_21bk7qri15().s[1]++;
|
|
67504
67510
|
var buildUppyConfig = function buildUppyConfig(restrictions) {
|
|
67505
67511
|
cov_21bk7qri15().f[0]++;
|
|
@@ -67524,7 +67530,7 @@ var selectFiles = function selectFiles(_ref2) {
|
|
|
67524
67530
|
if (remainingAttachments <= 0) {
|
|
67525
67531
|
cov_21bk7qri15().b[1][0]++;
|
|
67526
67532
|
cov_21bk7qri15().s[8]++;
|
|
67527
|
-
neetoui.Toastr.warning(t$
|
|
67533
|
+
neetoui.Toastr.warning(t$3("attachments.maxNumberOfFiles", {
|
|
67528
67534
|
entity: maxNumberOfFiles
|
|
67529
67535
|
}));
|
|
67530
67536
|
cov_21bk7qri15().s[9]++;
|
|
@@ -67537,7 +67543,7 @@ var selectFiles = function selectFiles(_ref2) {
|
|
|
67537
67543
|
if (selectedFiles.length < files.length) {
|
|
67538
67544
|
cov_21bk7qri15().b[2][0]++;
|
|
67539
67545
|
cov_21bk7qri15().s[12]++;
|
|
67540
|
-
neetoui.Toastr.warning(t$
|
|
67546
|
+
neetoui.Toastr.warning(t$3("attachments.maxNumberOfFiles", {
|
|
67541
67547
|
entity: maxNumberOfFiles
|
|
67542
67548
|
}));
|
|
67543
67549
|
} else {
|
|
@@ -67568,7 +67574,7 @@ var handleDrop = function handleDrop(_ref4) {
|
|
|
67568
67574
|
if (totalAttachments > maxNumberOfFiles) {
|
|
67569
67575
|
cov_21bk7qri15().b[4][0]++;
|
|
67570
67576
|
cov_21bk7qri15().s[21]++;
|
|
67571
|
-
neetoui.Toastr.warning(t$
|
|
67577
|
+
neetoui.Toastr.warning(t$3("attachments.maxNumberOfFiles", {
|
|
67572
67578
|
entity: maxNumberOfFiles
|
|
67573
67579
|
}));
|
|
67574
67580
|
cov_21bk7qri15().s[22]++;
|
|
@@ -95650,7 +95656,7 @@ function cov_4v54kemeo() {
|
|
|
95650
95656
|
}
|
|
95651
95657
|
cov_4v54kemeo();
|
|
95652
95658
|
var _ref$7 = (cov_4v54kemeo().s[0]++, neetoui.Dropdown),
|
|
95653
|
-
Menu$
|
|
95659
|
+
Menu$7 = _ref$7.Menu,
|
|
95654
95660
|
MenuItem$2 = _ref$7.MenuItem;
|
|
95655
95661
|
cov_4v54kemeo().s[1]++;
|
|
95656
95662
|
var CodeBlockComponent = function CodeBlockComponent(_ref2) {
|
|
@@ -95716,7 +95722,7 @@ var CodeBlockComponent = function CodeBlockComponent(_ref2) {
|
|
|
95716
95722
|
cov_4v54kemeo().s[14]++;
|
|
95717
95723
|
e.stopPropagation();
|
|
95718
95724
|
}
|
|
95719
|
-
}), /*#__PURE__*/React__default["default"].createElement(Menu$
|
|
95725
|
+
}), /*#__PURE__*/React__default["default"].createElement(Menu$7, {
|
|
95720
95726
|
className: "neeto-editor-codeblock-options__menu"
|
|
95721
95727
|
}, filteredAndSortedLanguageList.map(function (language) {
|
|
95722
95728
|
cov_4v54kemeo().f[6]++;
|
|
@@ -97128,7 +97134,7 @@ function cov_15b9syaiuk() {
|
|
|
97128
97134
|
}
|
|
97129
97135
|
cov_15b9syaiuk();
|
|
97130
97136
|
cov_15b9syaiuk().s[0]++;
|
|
97131
|
-
var Menu$
|
|
97137
|
+
var Menu$6 = function Menu(_ref) {
|
|
97132
97138
|
var align = _ref.align,
|
|
97133
97139
|
editor = _ref.editor,
|
|
97134
97140
|
updateAttributes = _ref.updateAttributes,
|
|
@@ -97414,7 +97420,7 @@ var EmbedComponent = function EmbedComponent(_ref) {
|
|
|
97414
97420
|
cov_19t30othsf().s[9]++;
|
|
97415
97421
|
editor.commands.focus();
|
|
97416
97422
|
}
|
|
97417
|
-
}, /*#__PURE__*/React__default["default"].createElement(Menu$
|
|
97423
|
+
}, /*#__PURE__*/React__default["default"].createElement(Menu$6, {
|
|
97418
97424
|
align: align,
|
|
97419
97425
|
deleteNode: deleteNode,
|
|
97420
97426
|
editor: editor,
|
|
@@ -106170,7 +106176,7 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
106170
106176
|
className: "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
106171
106177
|
}, /*#__PURE__*/React__default["default"].createElement("figure", {
|
|
106172
106178
|
ref: figureRef
|
|
106173
|
-
}, /*#__PURE__*/React__default["default"].createElement(Menu$
|
|
106179
|
+
}, /*#__PURE__*/React__default["default"].createElement(Menu$6, {
|
|
106174
106180
|
align: align,
|
|
106175
106181
|
deleteNode: deleteNode,
|
|
106176
106182
|
editor: editor,
|
|
@@ -106203,7 +106209,7 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
106203
106209
|
cov_1rrokgc9k1().s[13]++;
|
|
106204
106210
|
editor.commands.focus();
|
|
106205
106211
|
}
|
|
106206
|
-
}, /*#__PURE__*/React__default["default"].createElement("img", _extends$
|
|
106212
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", _extends$1({}, node.attrs, {
|
|
106207
106213
|
alt: caption,
|
|
106208
106214
|
src: src
|
|
106209
106215
|
})))) : (cov_1rrokgc9k1().b[2][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -107552,7 +107558,7 @@ var upload = /*#__PURE__*/function () {
|
|
|
107552
107558
|
case 14:
|
|
107553
107559
|
imageSizeInMB = (cov_ksv9azglk().s[5]++, MAX_IMAGE_SIZE / (1024 * 1024));
|
|
107554
107560
|
cov_ksv9azglk().s[6]++;
|
|
107555
|
-
neetoui.Toastr.error(t$
|
|
107561
|
+
neetoui.Toastr.error(t$7("error.imageSizeIsShouldBeLess", {
|
|
107556
107562
|
limit: imageSizeInMB
|
|
107557
107563
|
}));
|
|
107558
107564
|
cov_ksv9azglk().s[7]++;
|
|
@@ -113156,7 +113162,7 @@ var Placeholder = (cov_134mrrjy5g().s[0]++, Extension.create({
|
|
|
113156
113162
|
excludeNodeTypes: ["variable", "codeBlock"],
|
|
113157
113163
|
emptyEditorClass: "is-editor-empty",
|
|
113158
113164
|
emptyNodeClass: "is-empty",
|
|
113159
|
-
placeholder: t$
|
|
113165
|
+
placeholder: t$7("placeholders.writeSomething"),
|
|
113160
113166
|
showOnlyWhenEditable: true,
|
|
113161
113167
|
showOnlyCurrent: false,
|
|
113162
113168
|
includeChildren: false
|
|
@@ -115580,7 +115586,7 @@ function cov_fz424b3xj() {
|
|
|
115580
115586
|
cov_fz424b3xj();
|
|
115581
115587
|
function _createSuper$1(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$2(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn$1(this, result); }; }
|
|
115582
115588
|
function _isNativeReflectConstruct$2() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
115583
|
-
var Menu$
|
|
115589
|
+
var Menu$5 = /*#__PURE__*/function (_React$Component) {
|
|
115584
115590
|
_inherits$1(Menu, _React$Component);
|
|
115585
115591
|
var _super = _createSuper$1(Menu);
|
|
115586
115592
|
function Menu(props) {
|
|
@@ -115808,7 +115814,7 @@ var Menu$6 = /*#__PURE__*/function (_React$Component) {
|
|
|
115808
115814
|
key: item.title,
|
|
115809
115815
|
placement: "right",
|
|
115810
115816
|
visible: selectedIndex === index$1,
|
|
115811
|
-
content: /*#__PURE__*/React__default["default"].createElement(Menu, _extends$
|
|
115817
|
+
content: /*#__PURE__*/React__default["default"].createElement(Menu, _extends$1({}, _this2.props, {
|
|
115812
115818
|
items: item.items,
|
|
115813
115819
|
menuIndex: menuIndex + 1
|
|
115814
115820
|
})),
|
|
@@ -116069,7 +116075,7 @@ var CommandsList = /*#__PURE__*/function (_React$Component) {
|
|
|
116069
116075
|
value: function render() {
|
|
116070
116076
|
cov_2355yjb90o().f[2]++;
|
|
116071
116077
|
cov_2355yjb90o().s[5]++;
|
|
116072
|
-
return /*#__PURE__*/React__default["default"].createElement(Menu$
|
|
116078
|
+
return /*#__PURE__*/React__default["default"].createElement(Menu$5, _extends$1({}, this.props, {
|
|
116073
116079
|
activeMenuIndex: this.state.activeMenuIndex,
|
|
116074
116080
|
items: this.props.items,
|
|
116075
116081
|
menuIndex: 0,
|
|
@@ -124770,7 +124776,7 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124770
124776
|
className: "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
|
|
124771
124777
|
}, /*#__PURE__*/React__default["default"].createElement("figure", {
|
|
124772
124778
|
ref: figureRef
|
|
124773
|
-
}, /*#__PURE__*/React__default["default"].createElement(Menu$
|
|
124779
|
+
}, /*#__PURE__*/React__default["default"].createElement(Menu$6, {
|
|
124774
124780
|
align: align,
|
|
124775
124781
|
deleteNode: deleteNode,
|
|
124776
124782
|
editor: editor,
|
|
@@ -124798,7 +124804,7 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
124798
124804
|
cov_wh1xyb96y().s[11]++;
|
|
124799
124805
|
editor.commands.focus();
|
|
124800
124806
|
}
|
|
124801
|
-
}, /*#__PURE__*/React__default["default"].createElement("video", _extends$
|
|
124807
|
+
}, /*#__PURE__*/React__default["default"].createElement("video", _extends$1({
|
|
124802
124808
|
controls: true
|
|
124803
124809
|
}, node.attrs, {
|
|
124804
124810
|
alt: caption,
|
|
@@ -128152,7 +128158,7 @@ var LocalUploader = function LocalUploader(_ref) {
|
|
|
128152
128158
|
|
|
128153
128159
|
var lib = {};
|
|
128154
128160
|
|
|
128155
|
-
var _extends
|
|
128161
|
+
var _extends = Object.assign || function (target) {
|
|
128156
128162
|
for (var i = 1; i < arguments.length; i++) {
|
|
128157
128163
|
var source = arguments[i];
|
|
128158
128164
|
|
|
@@ -128213,7 +128219,7 @@ var knot = function knot() {
|
|
|
128213
128219
|
return this;
|
|
128214
128220
|
}
|
|
128215
128221
|
|
|
128216
|
-
return _extends
|
|
128222
|
+
return _extends({}, extended, {
|
|
128217
128223
|
|
|
128218
128224
|
on: on,
|
|
128219
128225
|
once: once,
|
|
@@ -131830,10 +131836,10 @@ var MediaUploader = function MediaUploader(_ref) {
|
|
|
131830
131836
|
})))));
|
|
131831
131837
|
};
|
|
131832
131838
|
|
|
131833
|
-
var e
|
|
131839
|
+
var e=[],t$2=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t$2[u]={}),a=t$2[u]&&t$2[u][s]?t$2[u][s]:t$2[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
131834
131840
|
|
|
131835
|
-
var css$
|
|
131836
|
-
n
|
|
131841
|
+
var css$1 = ".tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{left:11px;top:calc(50% - 3px);transform:rotate(90deg)}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{right:11px;top:calc(50% - 3px);transform:rotate(-90deg)}.tippy-svg-arrow{fill:#333;height:16px;text-align:left;text-align:initial;width:16px}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}";
|
|
131842
|
+
n(css$1,{});
|
|
131837
131843
|
|
|
131838
131844
|
function cov_6yttxrusz() {
|
|
131839
131845
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Bubble/LinkOption.jsx";
|
|
@@ -132734,7 +132740,7 @@ var FileAttachments = function FileAttachments(_ref) {
|
|
|
132734
132740
|
other = _objectWithoutProperties$1(_ref, _excluded$5);
|
|
132735
132741
|
cov_1f30l00ho7().f[0]++;
|
|
132736
132742
|
cov_1f30l00ho7().s[1]++;
|
|
132737
|
-
return /*#__PURE__*/React__default["default"].createElement("svg", _extends$
|
|
132743
|
+
return /*#__PURE__*/React__default["default"].createElement("svg", _extends$1({
|
|
132738
132744
|
fill: "none",
|
|
132739
132745
|
height: size,
|
|
132740
132746
|
viewBox: "0 0 24 24",
|
|
@@ -134278,7 +134284,7 @@ function cov_17cji89s6g() {
|
|
|
134278
134284
|
}
|
|
134279
134285
|
cov_17cji89s6g();
|
|
134280
134286
|
var _ref$6 = (cov_17cji89s6g().s[0]++, instance),
|
|
134281
|
-
t$
|
|
134287
|
+
t$1 = _ref$6.t;
|
|
134282
134288
|
cov_17cji89s6g().s[1]++;
|
|
134283
134289
|
var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
134284
134290
|
var tooltips = _ref2.tooltips,
|
|
@@ -134298,7 +134304,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134298
134304
|
},
|
|
134299
134305
|
active: editor.isActive("bold"),
|
|
134300
134306
|
optionName: "bold",
|
|
134301
|
-
tooltip: (cov_17cji89s6g().b[0][0]++, tooltips.bold) || (cov_17cji89s6g().b[0][1]++, t$
|
|
134307
|
+
tooltip: (cov_17cji89s6g().b[0][0]++, tooltips.bold) || (cov_17cji89s6g().b[0][1]++, t$1("menu.bold"))
|
|
134302
134308
|
}, {
|
|
134303
134309
|
Icon: neetoIcons.TextItalic,
|
|
134304
134310
|
command: function command() {
|
|
@@ -134308,7 +134314,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134308
134314
|
},
|
|
134309
134315
|
active: editor.isActive("italic"),
|
|
134310
134316
|
optionName: "italic",
|
|
134311
|
-
tooltip: (cov_17cji89s6g().b[1][0]++, tooltips.italic) || (cov_17cji89s6g().b[1][1]++, t$
|
|
134317
|
+
tooltip: (cov_17cji89s6g().b[1][0]++, tooltips.italic) || (cov_17cji89s6g().b[1][1]++, t$1("menu.italic"))
|
|
134312
134318
|
}, {
|
|
134313
134319
|
Icon: neetoIcons.Underline,
|
|
134314
134320
|
command: function command() {
|
|
@@ -134318,7 +134324,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134318
134324
|
},
|
|
134319
134325
|
active: editor.isActive("underline"),
|
|
134320
134326
|
optionName: "underline",
|
|
134321
|
-
tooltip: (cov_17cji89s6g().b[2][0]++, tooltips.underline) || (cov_17cji89s6g().b[2][1]++, t$
|
|
134327
|
+
tooltip: (cov_17cji89s6g().b[2][0]++, tooltips.underline) || (cov_17cji89s6g().b[2][1]++, t$1("menu.underline"))
|
|
134322
134328
|
}, {
|
|
134323
134329
|
Icon: neetoIcons.TextCross,
|
|
134324
134330
|
command: function command() {
|
|
@@ -134328,7 +134334,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134328
134334
|
},
|
|
134329
134335
|
active: editor.isActive("strike"),
|
|
134330
134336
|
optionName: "strike",
|
|
134331
|
-
tooltip: (cov_17cji89s6g().b[3][0]++, tooltips.strike) || (cov_17cji89s6g().b[3][1]++, t$
|
|
134337
|
+
tooltip: (cov_17cji89s6g().b[3][0]++, tooltips.strike) || (cov_17cji89s6g().b[3][1]++, t$1("menu.strike"))
|
|
134332
134338
|
}, {
|
|
134333
134339
|
Icon: neetoIcons.Highlight,
|
|
134334
134340
|
command: function command() {
|
|
@@ -134338,7 +134344,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134338
134344
|
},
|
|
134339
134345
|
active: editor.isActive("highlight"),
|
|
134340
134346
|
optionName: "highlight",
|
|
134341
|
-
tooltip: (cov_17cji89s6g().b[4][0]++, tooltips.highlight) || (cov_17cji89s6g().b[4][1]++, t$
|
|
134347
|
+
tooltip: (cov_17cji89s6g().b[4][0]++, tooltips.highlight) || (cov_17cji89s6g().b[4][1]++, t$1("menu.highlight"))
|
|
134342
134348
|
}],
|
|
134343
134349
|
block: [{
|
|
134344
134350
|
Icon: neetoIcons.Quote,
|
|
@@ -134350,7 +134356,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134350
134356
|
active: editor.isActive("blockquote"),
|
|
134351
134357
|
optionName: "block-quote",
|
|
134352
134358
|
highlight: true,
|
|
134353
|
-
tooltip: (cov_17cji89s6g().b[5][0]++, tooltips.blockQuote) || (cov_17cji89s6g().b[5][1]++, t$
|
|
134359
|
+
tooltip: (cov_17cji89s6g().b[5][0]++, tooltips.blockQuote) || (cov_17cji89s6g().b[5][1]++, t$1("menu.blockQuote"))
|
|
134354
134360
|
}, {
|
|
134355
134361
|
Icon: neetoIcons.Code,
|
|
134356
134362
|
command: function command() {
|
|
@@ -134360,7 +134366,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134360
134366
|
},
|
|
134361
134367
|
active: editor.isActive("code"),
|
|
134362
134368
|
optionName: "code",
|
|
134363
|
-
tooltip: (cov_17cji89s6g().b[6][0]++, tooltips.code) || (cov_17cji89s6g().b[6][1]++, t$
|
|
134369
|
+
tooltip: (cov_17cji89s6g().b[6][0]++, tooltips.code) || (cov_17cji89s6g().b[6][1]++, t$1("menu.code"))
|
|
134364
134370
|
}, {
|
|
134365
134371
|
Icon: neetoIcons.CodeBlock,
|
|
134366
134372
|
command: function command() {
|
|
@@ -134370,7 +134376,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134370
134376
|
},
|
|
134371
134377
|
active: editor.isActive("codeBlock"),
|
|
134372
134378
|
optionName: "code-block",
|
|
134373
|
-
tooltip: (cov_17cji89s6g().b[7][0]++, tooltips.codeBlock) || (cov_17cji89s6g().b[7][1]++, t$
|
|
134379
|
+
tooltip: (cov_17cji89s6g().b[7][0]++, tooltips.codeBlock) || (cov_17cji89s6g().b[7][1]++, t$1("menu.codeBlock"))
|
|
134374
134380
|
}],
|
|
134375
134381
|
list: [{
|
|
134376
134382
|
Icon: neetoIcons.ListDot,
|
|
@@ -134382,7 +134388,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134382
134388
|
active: editor.isActive("bulletList"),
|
|
134383
134389
|
optionName: "bullet-list",
|
|
134384
134390
|
highlight: true,
|
|
134385
|
-
tooltip: (cov_17cji89s6g().b[8][0]++, tooltips.bulletList) || (cov_17cji89s6g().b[8][1]++, t$
|
|
134391
|
+
tooltip: (cov_17cji89s6g().b[8][0]++, tooltips.bulletList) || (cov_17cji89s6g().b[8][1]++, t$1("menu.bulletedList"))
|
|
134386
134392
|
}, {
|
|
134387
134393
|
Icon: neetoIcons.ListNumber,
|
|
134388
134394
|
command: function command() {
|
|
@@ -134393,14 +134399,14 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134393
134399
|
active: editor.isActive("orderedList"),
|
|
134394
134400
|
optionName: "ordered-list",
|
|
134395
134401
|
highlight: true,
|
|
134396
|
-
tooltip: (cov_17cji89s6g().b[9][0]++, tooltips.orderedList) || (cov_17cji89s6g().b[9][1]++, t$
|
|
134402
|
+
tooltip: (cov_17cji89s6g().b[9][0]++, tooltips.orderedList) || (cov_17cji89s6g().b[9][1]++, t$1("menu.orderedList"))
|
|
134397
134403
|
}],
|
|
134398
134404
|
misc: [{
|
|
134399
134405
|
Icon: FileAttachments,
|
|
134400
134406
|
command: handleUploadAttachments,
|
|
134401
134407
|
active: false,
|
|
134402
134408
|
optionName: "attachments",
|
|
134403
|
-
tooltip: (cov_17cji89s6g().b[10][0]++, tooltips.attachments) || (cov_17cji89s6g().b[10][1]++, t$
|
|
134409
|
+
tooltip: (cov_17cji89s6g().b[10][0]++, tooltips.attachments) || (cov_17cji89s6g().b[10][1]++, t$1("menu.attachments"))
|
|
134404
134410
|
}, {
|
|
134405
134411
|
Icon: neetoIcons.ImageUpload,
|
|
134406
134412
|
command: function command() {
|
|
@@ -134409,7 +134415,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134409
134415
|
return setMediaUploader(ramda.assoc("image", true));
|
|
134410
134416
|
},
|
|
134411
134417
|
optionName: "image-upload",
|
|
134412
|
-
tooltip: (cov_17cji89s6g().b[11][0]++, tooltips.imageUpload) || (cov_17cji89s6g().b[11][1]++, t$
|
|
134418
|
+
tooltip: (cov_17cji89s6g().b[11][0]++, tooltips.imageUpload) || (cov_17cji89s6g().b[11][1]++, t$1("menu.imageUpload"))
|
|
134413
134419
|
}, {
|
|
134414
134420
|
Icon: neetoIcons.Video,
|
|
134415
134421
|
command: function command() {
|
|
@@ -134418,7 +134424,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134418
134424
|
return setMediaUploader(ramda.assoc("video", true));
|
|
134419
134425
|
},
|
|
134420
134426
|
optionName: "video-upload",
|
|
134421
|
-
tooltip: (cov_17cji89s6g().b[12][0]++, tooltips.videoUpload) || (cov_17cji89s6g().b[12][1]++, t$
|
|
134427
|
+
tooltip: (cov_17cji89s6g().b[12][0]++, tooltips.videoUpload) || (cov_17cji89s6g().b[12][1]++, t$1("menu.videoUpload"))
|
|
134422
134428
|
}, {
|
|
134423
134429
|
Icon: neetoIcons.MediaVideo,
|
|
134424
134430
|
command: function command() {
|
|
@@ -134427,7 +134433,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134427
134433
|
return setIsEmbedModalOpen(true);
|
|
134428
134434
|
},
|
|
134429
134435
|
optionName: "video-embed",
|
|
134430
|
-
tooltip: (cov_17cji89s6g().b[13][0]++, tooltips.videoEmbed) || (cov_17cji89s6g().b[13][1]++, t$
|
|
134436
|
+
tooltip: (cov_17cji89s6g().b[13][0]++, tooltips.videoEmbed) || (cov_17cji89s6g().b[13][1]++, t$1("menu.videoEmbed"))
|
|
134431
134437
|
}],
|
|
134432
134438
|
right: [{
|
|
134433
134439
|
Icon: neetoIcons.Undo,
|
|
@@ -134439,7 +134445,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134439
134445
|
active: false,
|
|
134440
134446
|
disabled: !editor.can().undo(),
|
|
134441
134447
|
optionName: "undo",
|
|
134442
|
-
tooltip: (cov_17cji89s6g().b[14][0]++, tooltips.undo) || (cov_17cji89s6g().b[14][1]++, t$
|
|
134448
|
+
tooltip: (cov_17cji89s6g().b[14][0]++, tooltips.undo) || (cov_17cji89s6g().b[14][1]++, t$1("menu.undo"))
|
|
134443
134449
|
}, {
|
|
134444
134450
|
Icon: neetoIcons.Redo,
|
|
134445
134451
|
command: function command() {
|
|
@@ -134450,7 +134456,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
134450
134456
|
active: false,
|
|
134451
134457
|
disabled: !editor.can().redo(),
|
|
134452
134458
|
optionName: "redo",
|
|
134453
|
-
tooltip: (cov_17cji89s6g().b[15][0]++, tooltips.redo) || (cov_17cji89s6g().b[15][1]++, t$
|
|
134459
|
+
tooltip: (cov_17cji89s6g().b[15][0]++, tooltips.redo) || (cov_17cji89s6g().b[15][1]++, t$1("menu.redo"))
|
|
134454
134460
|
}]
|
|
134455
134461
|
};
|
|
134456
134462
|
};
|
|
@@ -134485,56 +134491,56 @@ var TABLE_ACTIONS = function TABLE_ACTIONS(_ref3) {
|
|
|
134485
134491
|
cov_17cji89s6g().f[16]++;
|
|
134486
134492
|
cov_17cji89s6g().s[20]++;
|
|
134487
134493
|
return [{
|
|
134488
|
-
label: t$
|
|
134494
|
+
label: t$1("table.insertRow"),
|
|
134489
134495
|
command: function command() {
|
|
134490
134496
|
cov_17cji89s6g().f[17]++;
|
|
134491
134497
|
cov_17cji89s6g().s[21]++;
|
|
134492
134498
|
return editor.commands.addRowAfter();
|
|
134493
134499
|
}
|
|
134494
134500
|
}, {
|
|
134495
|
-
label: t$
|
|
134501
|
+
label: t$1("table.insertColumn"),
|
|
134496
134502
|
command: function command() {
|
|
134497
134503
|
cov_17cji89s6g().f[18]++;
|
|
134498
134504
|
cov_17cji89s6g().s[22]++;
|
|
134499
134505
|
return editor.commands.addColumnAfter();
|
|
134500
134506
|
}
|
|
134501
134507
|
}, {
|
|
134502
|
-
label: t$
|
|
134508
|
+
label: t$1("table.deleteRow"),
|
|
134503
134509
|
command: function command() {
|
|
134504
134510
|
cov_17cji89s6g().f[19]++;
|
|
134505
134511
|
cov_17cji89s6g().s[23]++;
|
|
134506
134512
|
return editor.chain().focus().deleteRow().run();
|
|
134507
134513
|
}
|
|
134508
134514
|
}, {
|
|
134509
|
-
label: t$
|
|
134515
|
+
label: t$1("table.deleteColumn"),
|
|
134510
134516
|
command: function command() {
|
|
134511
134517
|
cov_17cji89s6g().f[20]++;
|
|
134512
134518
|
cov_17cji89s6g().s[24]++;
|
|
134513
134519
|
return editor.chain().focus().deleteColumn().run();
|
|
134514
134520
|
}
|
|
134515
134521
|
}, {
|
|
134516
|
-
label: t$
|
|
134522
|
+
label: t$1("table.mergeSplit"),
|
|
134517
134523
|
command: function command() {
|
|
134518
134524
|
cov_17cji89s6g().f[21]++;
|
|
134519
134525
|
cov_17cji89s6g().s[25]++;
|
|
134520
134526
|
return editor.chain().focus().mergeOrSplit().run();
|
|
134521
134527
|
}
|
|
134522
134528
|
}, {
|
|
134523
|
-
label: t$
|
|
134529
|
+
label: t$1("table.toggleHeaderRow"),
|
|
134524
134530
|
command: function command() {
|
|
134525
134531
|
cov_17cji89s6g().f[22]++;
|
|
134526
134532
|
cov_17cji89s6g().s[26]++;
|
|
134527
134533
|
return editor.chain().focus().toggleHeaderRow().run();
|
|
134528
134534
|
}
|
|
134529
134535
|
}, {
|
|
134530
|
-
label: t$
|
|
134536
|
+
label: t$1("table.toggleHeaderColumn"),
|
|
134531
134537
|
command: function command() {
|
|
134532
134538
|
cov_17cji89s6g().f[23]++;
|
|
134533
134539
|
cov_17cji89s6g().s[27]++;
|
|
134534
134540
|
return editor.chain().focus().toggleHeaderColumn().run();
|
|
134535
134541
|
}
|
|
134536
134542
|
}, {
|
|
134537
|
-
label: t$
|
|
134543
|
+
label: t$1("table.delete"),
|
|
134538
134544
|
command: function command() {
|
|
134539
134545
|
cov_17cji89s6g().f[24]++;
|
|
134540
134546
|
cov_17cji89s6g().s[28]++;
|
|
@@ -135745,7 +135751,7 @@ var renderOptionButton$1 = function renderOptionButton(_ref3) {
|
|
|
135745
135751
|
highlight = _ref3.highlight;
|
|
135746
135752
|
cov_1ufasder3().f[16]++;
|
|
135747
135753
|
cov_1ufasder3().s[20]++;
|
|
135748
|
-
return /*#__PURE__*/React__default["default"].createElement(neetoui.Button, _extends$
|
|
135754
|
+
return /*#__PURE__*/React__default["default"].createElement(neetoui.Button, _extends$1({
|
|
135749
135755
|
"data-cy": "neeto-editor-bubble-menu-".concat(optionName, "-option"),
|
|
135750
135756
|
icon: Icon,
|
|
135751
135757
|
key: optionName,
|
|
@@ -137464,7 +137470,7 @@ var renderOptionButton = function renderOptionButton(_ref2) {
|
|
|
137464
137470
|
tooltip = _ref2.tooltip;
|
|
137465
137471
|
cov_2gwegiwlga().f[3]++;
|
|
137466
137472
|
cov_2gwegiwlga().s[6]++;
|
|
137467
|
-
return /*#__PURE__*/React__default["default"].createElement(neetoui.Button, _extends$
|
|
137473
|
+
return /*#__PURE__*/React__default["default"].createElement(neetoui.Button, _extends$1({
|
|
137468
137474
|
className: "neeto-editor-fixed-menu__item",
|
|
137469
137475
|
"data-cy": "neeto-editor-fixed-menu-".concat(optionName, "-option"),
|
|
137470
137476
|
disabled: disabled,
|
|
@@ -139061,105 +139067,6 @@ var Bubble = function Bubble(_ref) {
|
|
|
139061
139067
|
}, children)));
|
|
139062
139068
|
};
|
|
139063
139069
|
|
|
139064
|
-
function _extends() {
|
|
139065
|
-
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
139066
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
139067
|
-
var source = arguments[i];
|
|
139068
|
-
for (var key in source) {
|
|
139069
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
139070
|
-
target[key] = source[key];
|
|
139071
|
-
}
|
|
139072
|
-
}
|
|
139073
|
-
}
|
|
139074
|
-
return target;
|
|
139075
|
-
};
|
|
139076
|
-
return _extends.apply(this, arguments);
|
|
139077
|
-
}
|
|
139078
|
-
|
|
139079
|
-
var e=[],t$1=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t$1[u]={}),a=t$1[u]&&t$1[u][s]?t$1[u][s]:t$1[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
139080
|
-
|
|
139081
|
-
var css$1 = ".neeto-molecules-dynamic-variables{max-width:360px;min-width:184px}.neeto-molecules-dynamic-variables button{border:1px solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-md);color:rgb(var(--neeto-ui-black));padding:6px;transition:var(--neeto-ui-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-molecules-dynamic-variables button:focus,.neeto-molecules-dynamic-variables button:focus-visible,.neeto-molecules-dynamic-variables button:hover{border-color:rgb(var(--neeto-ui-primary-800));box-shadow:none;color:rgb(var(--neeto-ui-primary-800));outline:none}";
|
|
139082
|
-
n(css$1,{});
|
|
139083
|
-
|
|
139084
|
-
var parseVariables = function parseVariables() {
|
|
139085
|
-
var variableArr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
139086
|
-
var uncategorized = [];
|
|
139087
|
-
var groupedVariables = [];
|
|
139088
|
-
var categorySet = new Set();
|
|
139089
|
-
variableArr.forEach(function (variable) {
|
|
139090
|
-
var category = variable.category,
|
|
139091
|
-
label = variable.label,
|
|
139092
|
-
variables = variable.variables;
|
|
139093
|
-
if (category && variables) {
|
|
139094
|
-
var parsedVariables = variables.map(ramda.assoc("category", category));
|
|
139095
|
-
if (!categorySet.has(category)) {
|
|
139096
|
-
categorySet.add(category);
|
|
139097
|
-
groupedVariables.push({
|
|
139098
|
-
label: label,
|
|
139099
|
-
variables: parsedVariables
|
|
139100
|
-
});
|
|
139101
|
-
} else {
|
|
139102
|
-
var existingGroup = pure.findBy({
|
|
139103
|
-
label: label
|
|
139104
|
-
}, groupedVariables);
|
|
139105
|
-
existingGroup.variables = ramda.uniqBy(ramda.prop("key"), existingGroup.variables.concat(parsedVariables));
|
|
139106
|
-
}
|
|
139107
|
-
} else {
|
|
139108
|
-
uncategorized.push(variable);
|
|
139109
|
-
}
|
|
139110
|
-
});
|
|
139111
|
-
if (!ramda.isEmpty(uncategorized)) {
|
|
139112
|
-
groupedVariables.push({
|
|
139113
|
-
label: !ramda.isEmpty(groupedVariables) ? "Others" : null,
|
|
139114
|
-
variables: uncategorized
|
|
139115
|
-
});
|
|
139116
|
-
}
|
|
139117
|
-
return groupedVariables;
|
|
139118
|
-
};
|
|
139119
|
-
|
|
139120
|
-
var Menu$5 = neetoui.Dropdown.Menu;
|
|
139121
|
-
var DynamicVariables = function DynamicVariables(_ref) {
|
|
139122
|
-
var _ref$onVariableClick = _ref.onVariableClick,
|
|
139123
|
-
onVariableClick = _ref$onVariableClick === void 0 ? pure.noop : _ref$onVariableClick,
|
|
139124
|
-
_ref$variables = _ref.variables,
|
|
139125
|
-
variables = _ref$variables === void 0 ? [] : _ref$variables,
|
|
139126
|
-
_ref$dropdownProps = _ref.dropdownProps,
|
|
139127
|
-
dropdownProps = _ref$dropdownProps === void 0 ? {} : _ref$dropdownProps;
|
|
139128
|
-
if (ramda.isEmpty(variables)) {
|
|
139129
|
-
return null;
|
|
139130
|
-
}
|
|
139131
|
-
var parsedVariables = parseVariables(variables);
|
|
139132
|
-
return /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, _extends({
|
|
139133
|
-
buttonProps: {
|
|
139134
|
-
"data-testid": "variables-dropdown"
|
|
139135
|
-
},
|
|
139136
|
-
buttonStyle: "secondary",
|
|
139137
|
-
icon: neetoIcons.Braces,
|
|
139138
|
-
strategy: "fixed"
|
|
139139
|
-
}, dropdownProps), /*#__PURE__*/React__default["default"].createElement(Menu$5, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
139140
|
-
className: "space-y-3 p-2 neeto-molecules-dynamic-variables",
|
|
139141
|
-
"data-testid": "variables-list"
|
|
139142
|
-
}, parsedVariables.map(function (_ref2) {
|
|
139143
|
-
var label = _ref2.label,
|
|
139144
|
-
variables = _ref2.variables;
|
|
139145
|
-
return /*#__PURE__*/React__default["default"].createElement(React$6.Fragment, {
|
|
139146
|
-
key: label
|
|
139147
|
-
}, label && /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
139148
|
-
className: "",
|
|
139149
|
-
style: "h6"
|
|
139150
|
-
}, label), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
139151
|
-
className: "flex flex-wrap items-center gap-2"
|
|
139152
|
-
}, variables.map(function (item) {
|
|
139153
|
-
return /*#__PURE__*/React__default["default"].createElement("button", {
|
|
139154
|
-
key: item.label,
|
|
139155
|
-
onClick: function onClick() {
|
|
139156
|
-
return onVariableClick(item);
|
|
139157
|
-
}
|
|
139158
|
-
}, item.label);
|
|
139159
|
-
})));
|
|
139160
|
-
}))));
|
|
139161
|
-
};
|
|
139162
|
-
|
|
139163
139070
|
function cov_g1sl3nnop() {
|
|
139164
139071
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/FontSizeOption.jsx";
|
|
139165
139072
|
var hash = "845d6428fa4220aa133d2328891f6a21afd81ca9";
|
|
@@ -142844,7 +142751,7 @@ var Fixed = function Fixed(_ref) {
|
|
|
142844
142751
|
}
|
|
142845
142752
|
}))), (cov_2dwl7m23tl().b[28][0]++, !ramda.isEmpty(variables)) && (cov_2dwl7m23tl().b[28][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
142846
142753
|
className: "neeto-editor-fixed-menu__variables"
|
|
142847
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
142754
|
+
}, /*#__PURE__*/React__default["default"].createElement(DynamicVariables__default["default"], {
|
|
142848
142755
|
variables: variables,
|
|
142849
142756
|
dropdownProps: {
|
|
142850
142757
|
buttonSize: "small",
|
|
@@ -143113,14 +143020,14 @@ var Button = function Button(_ref) {
|
|
|
143113
143020
|
cov_dd2ar3sb9().f[0]++;
|
|
143114
143021
|
var Icon = (cov_dd2ar3sb9().s[1]++, icon);
|
|
143115
143022
|
cov_dd2ar3sb9().s[2]++;
|
|
143116
|
-
return /*#__PURE__*/React__default["default"].createElement(neetoui.Tooltip, _extends$
|
|
143023
|
+
return /*#__PURE__*/React__default["default"].createElement(neetoui.Tooltip, _extends$1({
|
|
143117
143024
|
disabled: !tooltipProps,
|
|
143118
143025
|
onClick: function onClick() {
|
|
143119
143026
|
cov_dd2ar3sb9().f[1]++;
|
|
143120
143027
|
cov_dd2ar3sb9().s[3]++;
|
|
143121
143028
|
return _onClick();
|
|
143122
143029
|
}
|
|
143123
|
-
}, tooltipProps), /*#__PURE__*/React__default["default"].createElement("button", _extends$
|
|
143030
|
+
}, tooltipProps), /*#__PURE__*/React__default["default"].createElement("button", _extends$1({
|
|
143124
143031
|
className: classnames$2("ne-headless-btn", _defineProperty({}, className, className)),
|
|
143125
143032
|
disabled: disabled,
|
|
143126
143033
|
type: "button",
|
|
@@ -143683,7 +143590,7 @@ var Dropdown = function Dropdown(_ref2) {
|
|
|
143683
143590
|
mounted = _ref4[0],
|
|
143684
143591
|
setMounted = _ref4[1];
|
|
143685
143592
|
cov_1kqm4qkn0l().s[9]++;
|
|
143686
|
-
return /*#__PURE__*/React__default["default"].createElement(index, _extends$
|
|
143593
|
+
return /*#__PURE__*/React__default["default"].createElement(index, _extends$1({
|
|
143687
143594
|
hideOnEsc: true,
|
|
143688
143595
|
interactive: true,
|
|
143689
143596
|
animation: false,
|
|
@@ -143716,7 +143623,7 @@ var Dropdown = function Dropdown(_ref2) {
|
|
|
143716
143623
|
cov_1kqm4qkn0l().s[11]++;
|
|
143717
143624
|
return setMounted(true);
|
|
143718
143625
|
}
|
|
143719
|
-
}, otherProps), /*#__PURE__*/React__default["default"].createElement("span", null, /*#__PURE__*/React__default["default"].createElement(Button, _extends$
|
|
143626
|
+
}, otherProps), /*#__PURE__*/React__default["default"].createElement("span", null, /*#__PURE__*/React__default["default"].createElement(Button, _extends$1({
|
|
143720
143627
|
icon: icon,
|
|
143721
143628
|
onClick: onClick
|
|
143722
143629
|
}, buttonProps))));
|
|
@@ -146244,7 +146151,7 @@ var Headless = function Headless(_ref) {
|
|
|
146244
146151
|
}, allOptions.map(function (option) {
|
|
146245
146152
|
cov_1jkm4gpx9u().f[1]++;
|
|
146246
146153
|
cov_1jkm4gpx9u().s[8]++;
|
|
146247
|
-
return /*#__PURE__*/React__default["default"].createElement(Option, _extends$
|
|
146154
|
+
return /*#__PURE__*/React__default["default"].createElement(Option, _extends$1({
|
|
146248
146155
|
editor: editor,
|
|
146249
146156
|
key: option.optionName
|
|
146250
146157
|
}, option));
|
|
@@ -147259,7 +147166,7 @@ var Menu = function Menu(props) {
|
|
|
147259
147166
|
};
|
|
147260
147167
|
}, []);
|
|
147261
147168
|
cov_1s6fdrq07c().s[24]++;
|
|
147262
|
-
return /*#__PURE__*/React__default["default"].createElement(MenuComponent, _extends$
|
|
147169
|
+
return /*#__PURE__*/React__default["default"].createElement(MenuComponent, _extends$1({}, props, {
|
|
147263
147170
|
handleUploadAttachments: handleUploadAttachments,
|
|
147264
147171
|
isEmojiPickerActive: isEmojiPickerActive,
|
|
147265
147172
|
mediaUploader: mediaUploader,
|
|
@@ -149088,7 +148995,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
149088
148995
|
menuType: menuType,
|
|
149089
148996
|
tooltips: tooltips,
|
|
149090
148997
|
variables: variables
|
|
149091
|
-
}), children, /*#__PURE__*/React__default["default"].createElement(EditorContent$1, _extends$
|
|
148998
|
+
}), children, /*#__PURE__*/React__default["default"].createElement(EditorContent$1, _extends$1({
|
|
149092
148999
|
editor: editor
|
|
149093
149000
|
}, otherProps)), (cov_1p0jklglk1().b[35][0]++, isMediaUploaderActive) && (cov_1p0jklglk1().b[35][1]++, /*#__PURE__*/React__default["default"].createElement(MediaUploader, {
|
|
149094
149001
|
editor: editor,
|
|
@@ -149359,7 +149266,7 @@ var FormikEditor = function FormikEditor(_ref, ref) {
|
|
|
149359
149266
|
meta = _ref2.meta;
|
|
149360
149267
|
cov_4yoeuyegb().f[1]++;
|
|
149361
149268
|
cov_4yoeuyegb().s[2]++;
|
|
149362
|
-
return /*#__PURE__*/React__default["default"].createElement(Editor$1, _extends$
|
|
149269
|
+
return /*#__PURE__*/React__default["default"].createElement(Editor$1, _extends$1({
|
|
149363
149270
|
error: meta.touched ? (cov_4yoeuyegb().b[0][0]++, meta.error) : (cov_4yoeuyegb().b[0][1]++, ""),
|
|
149364
149271
|
initialValue: field.value,
|
|
149365
149272
|
name: name,
|
|
@@ -151539,7 +151446,7 @@ var EditorContent = function EditorContent(_ref2) {
|
|
|
151539
151446
|
injectCopyButtonToCodeBlocks();
|
|
151540
151447
|
}, [content]);
|
|
151541
151448
|
cov_1dd9t0wu6j().s[17]++;
|
|
151542
|
-
return /*#__PURE__*/React__default["default"].createElement("div", _extends$
|
|
151449
|
+
return /*#__PURE__*/React__default["default"].createElement("div", _extends$1({
|
|
151543
151450
|
"data-cy": "neeto-editor-content",
|
|
151544
151451
|
ref: editorContentRef,
|
|
151545
151452
|
className: classnames$2(EDITOR_CONTENT_CLASSNAME, _defineProperty({}, className, className)),
|
|
@@ -151550,7 +151457,7 @@ var EditorContent = function EditorContent(_ref2) {
|
|
|
151550
151457
|
};
|
|
151551
151458
|
|
|
151552
151459
|
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-black));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-800));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{color:rgb(var(--neeto-ui-black))}.neeto-editor h1 strong,.neeto-editor h2 strong,.neeto-editor h3 strong,.neeto-editor h4 strong,.neeto-editor h5 strong,.neeto-editor h6 strong,.neeto-editor-content h1 strong,.neeto-editor-content h2 strong,.neeto-editor-content h3 strong,.neeto-editor-content h4 strong,.neeto-editor-content h5 strong,.neeto-editor-content h6 strong{font-weight:var(--neeto-ui-font-semibold)!important}.neeto-editor h1,.neeto-editor-content h1{margin:2rem 0 .25rem}.neeto-editor h2,.neeto-editor-content h2{margin:1.5rem 0 .25rem}.neeto-editor h3,.neeto-editor-content h3{margin:1rem 0 .25rem}.neeto-editor h4,.neeto-editor-content h4{margin:.875rem 0 .25rem}.neeto-editor h5,.neeto-editor-content h5{margin:.75rem 0 .25rem}.neeto-editor h6,.neeto-editor-content h6{margin:.5rem 0 .25rem}.neeto-editor p,.neeto-editor-content p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-body1);font-weight:var(--neeto-ui-font-normal);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 p strong,.neeto-editor-content p strong{font-weight:var(--neeto-ui-font-semibold)!important}.neeto-editor code,.neeto-editor-content code{background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:14px;padding:.2em .4em}.neeto-editor pre,.neeto-editor-content pre{background-color:#f7f6f3;border-radius:var(--neeto-ui-rounded-sm);font-size:14px;line-height:1.5;margin-bottom:16px;margin-top:16px;overflow-x:auto;padding:34px 16px 32px 32px;position:relative}.neeto-editor pre .neeto-editor-codeblock-options,.neeto-editor-content pre .neeto-editor-codeblock-options{align-items:center;display:flex;gap:4px;position:absolute;right:4px;top:4px}.neeto-editor pre .neeto-editor-codeblock-options__menu,.neeto-editor-content pre .neeto-editor-codeblock-options__menu{display:flex;flex-direction:column;gap:4px}.neeto-editor pre .neeto-editor-codeblock-options__input,.neeto-editor-content pre .neeto-editor-codeblock-options__input{margin:4px}.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 .neeto-editor__image-placeholder{align-items:center;border:1px solid;border-radius:8px;display:flex;height:200px;justify-content:center;width:400px}.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__wrapper--collapsible{display:flex;gap:0 4px}.neeto-editor-fixed-menu__wrapper--collapsible--fade button.neeto-editor-fixed-menu__item{animation:fade-in .3s ease-in}.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}.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,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols}.emoji-mart.emoji-mart-light{border:none;color:rgb(var(--neeto-ui-gray-800));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,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;gap:2px;justify-content:flex-start;padding:4px}.neeto-editor-emoji-suggestion p{color:rgb(var(--neeto-ui-black));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:8px 0 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);visibility:hidden}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{color:rgb(var(--neeto-ui-black));font-size:var(--neeto-ui-text-xs);line-height:12px}.neeto-editor-table__add-column:hover,.neeto-editor-table__add-row:hover{background:rgba(var(--neeto-ui-gray-300))}.neeto-editor-table:hover .neeto-editor-table__add-column,.neeto-editor-table:hover .neeto-editor-table__add-row{visibility:visible}.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}";
|
|
151553
|
-
n
|
|
151460
|
+
n(css,{});
|
|
151554
151461
|
|
|
151555
151462
|
function cov_1e6pfjcktm() {
|
|
151556
151463
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/index.js";
|