@bigbinary/neeto-editor 1.47.92 → 1.47.94
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/dist/Editor.js +2 -2
- package/dist/EditorContent.js +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/Menu.js +1 -1
- package/dist/{chunk-DYtAbrtZ.js → chunk-DTahQyel.js} +46 -78
- package/dist/chunk-DTahQyel.js.map +1 -0
- package/dist/cjs/Attachments.cjs.js +2 -2
- package/dist/cjs/Editor.cjs.js +330 -253
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/EditorContent.cjs.js +27 -15
- package/dist/cjs/EditorContent.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +13 -8
- package/dist/cjs/FormikEditor.cjs.js.map +1 -1
- package/dist/cjs/Menu.cjs.js +4 -4
- package/dist/cjs/{chunk-BCWKqDeP.cjs.js → chunk-AgahZtc5.cjs.js} +6 -2
- package/dist/cjs/{chunk-BCWKqDeP.cjs.js.map → chunk-AgahZtc5.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-BHwZbfLM.cjs.js → chunk-BGy3NmZC.cjs.js} +4 -3
- package/dist/cjs/{chunk-BHwZbfLM.cjs.js.map → chunk-BGy3NmZC.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CSXB73dt.cjs.js → chunk-BWXzVFnj.cjs.js} +7 -3
- package/dist/cjs/{chunk-CSXB73dt.cjs.js.map → chunk-BWXzVFnj.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CZbZuxub.cjs.js → chunk-B_6trv-E.cjs.js} +362 -319
- package/dist/cjs/chunk-B_6trv-E.cjs.js.map +1 -0
- package/dist/cjs/{chunk-BPN8K4fD.cjs.js → chunk-COT7CF-z.cjs.js} +117 -90
- package/dist/cjs/{chunk-BPN8K4fD.cjs.js.map → chunk-COT7CF-z.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-BKMT1Mma.cjs.js → chunk-CYI1JJPG.cjs.js} +2 -2
- package/dist/cjs/{chunk-BKMT1Mma.cjs.js.map → chunk-CYI1JJPG.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-IyaOoylW.cjs.js → chunk-CrSw8VHc.cjs.js} +238 -211
- package/dist/cjs/{chunk-IyaOoylW.cjs.js.map → chunk-CrSw8VHc.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-h2WCfChR.cjs.js → chunk-DYSZxrWZ.cjs.js} +72 -51
- package/dist/cjs/chunk-DYSZxrWZ.cjs.js.map +1 -0
- package/dist/cjs/constants.cjs.js +1 -1
- package/dist/cjs/index.cjs.js +8 -8
- package/dist/cjs/utils.cjs.js +4 -4
- package/dist/editor-content.min.css +1 -1
- package/dist/editor-output.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-DYtAbrtZ.js.map +0 -1
- package/dist/cjs/chunk-CZbZuxub.cjs.js.map +0 -1
- package/dist/cjs/chunk-h2WCfChR.cjs.js.map +0 -1
package/dist/cjs/Editor.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
|
|
|
5
5
|
var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
|
|
6
6
|
var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
|
|
7
7
|
var React = require('react');
|
|
8
|
-
var Menu$4 = require('./chunk-
|
|
8
|
+
var Menu$4 = require('./chunk-B_6trv-E.cjs.js');
|
|
9
9
|
var classnames = require('classnames');
|
|
10
10
|
var constants = require('./chunk-2HrSPdAV.cjs.js');
|
|
11
11
|
var neetoCist = require('@bigbinary/neeto-cist');
|
|
@@ -14,16 +14,16 @@ var Label = require('@bigbinary/neetoui/Label');
|
|
|
14
14
|
var ReactDOM$1 = require('react-dom');
|
|
15
15
|
var ramda = require('ramda');
|
|
16
16
|
var jsxRuntime = require('react/jsx-runtime');
|
|
17
|
-
var common = require('./chunk-
|
|
17
|
+
var common = require('./chunk-AgahZtc5.cjs.js');
|
|
18
18
|
var initializers = require('@bigbinary/neeto-commons-frontend/initializers');
|
|
19
19
|
var _asyncToGenerator = require('@babel/runtime/helpers/asyncToGenerator');
|
|
20
20
|
var _regeneratorRuntime = require('@babel/runtime/regenerator');
|
|
21
21
|
var reactQuery = require('@tanstack/react-query');
|
|
22
22
|
var axios = require('axios');
|
|
23
23
|
var injectCss = require('./chunk-vQvjPR2x.cjs.js');
|
|
24
|
-
var utils = require('./chunk-
|
|
24
|
+
var utils = require('./chunk-BWXzVFnj.cjs.js');
|
|
25
25
|
var ReactDOM = require('react-dom/server');
|
|
26
|
-
var constants$1 = require('./chunk-
|
|
26
|
+
var constants$1 = require('./chunk-BGy3NmZC.cjs.js');
|
|
27
27
|
var Y = require('yjs');
|
|
28
28
|
var Megaphone = require('@bigbinary/neeto-icons/misc/Megaphone');
|
|
29
29
|
var Down = require('@bigbinary/neeto-icons/Down');
|
|
@@ -43,7 +43,7 @@ var _inherits = require('@babel/runtime/helpers/inherits');
|
|
|
43
43
|
var emojiMart = require('emoji-mart');
|
|
44
44
|
var Spinner = require('@bigbinary/neetoui/Spinner');
|
|
45
45
|
var Toastr = require('@bigbinary/neetoui/Toastr');
|
|
46
|
-
var FileIcon = require('./chunk-
|
|
46
|
+
var FileIcon = require('./chunk-COT7CF-z.cjs.js');
|
|
47
47
|
var Close = require('@bigbinary/neeto-icons/Close');
|
|
48
48
|
var Modal = require('@bigbinary/neetoui/Modal');
|
|
49
49
|
var MenuHorizontal = require('@bigbinary/neeto-icons/MenuHorizontal');
|
|
@@ -93,7 +93,7 @@ var Form = require('@bigbinary/neetoui/formik/Form');
|
|
|
93
93
|
var Input$1 = require('@bigbinary/neetoui/formik/Input');
|
|
94
94
|
var Edit = require('@bigbinary/neeto-icons/Edit');
|
|
95
95
|
var Articles = require('@bigbinary/neeto-icons/Articles');
|
|
96
|
-
var Attachments = require('./chunk-
|
|
96
|
+
var Attachments = require('./chunk-DYSZxrWZ.cjs.js');
|
|
97
97
|
require('tippy.js/dist/svg-arrow.css');
|
|
98
98
|
require('@bigbinary/neeto-commons-frontend/utils');
|
|
99
99
|
require('@bigbinary/neeto-icons/Check');
|
|
@@ -132,7 +132,10 @@ require('@bigbinary/neeto-commons-frontend/react-utils/useOnClickOutside');
|
|
|
132
132
|
require('@bigbinary/neeto-icons/MenuVertical');
|
|
133
133
|
require('@bigbinary/neetoui/Alert');
|
|
134
134
|
|
|
135
|
-
function
|
|
135
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
136
|
+
|
|
137
|
+
function _interopNamespace(e) {
|
|
138
|
+
if (e && e.__esModule) return e;
|
|
136
139
|
var n = Object.create(null);
|
|
137
140
|
if (e) {
|
|
138
141
|
Object.keys(e).forEach(function (k) {
|
|
@@ -149,15 +152,89 @@ function _interopNamespaceDefault(e) {
|
|
|
149
152
|
return Object.freeze(n);
|
|
150
153
|
}
|
|
151
154
|
|
|
152
|
-
var
|
|
153
|
-
var
|
|
155
|
+
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty);
|
|
156
|
+
var _toConsumableArray__default = /*#__PURE__*/_interopDefault(_toConsumableArray);
|
|
157
|
+
var _slicedToArray__default = /*#__PURE__*/_interopDefault(_slicedToArray);
|
|
158
|
+
var _objectWithoutProperties__default = /*#__PURE__*/_interopDefault(_objectWithoutProperties);
|
|
159
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
160
|
+
var classnames__default = /*#__PURE__*/_interopDefault(classnames);
|
|
161
|
+
var Label__default = /*#__PURE__*/_interopDefault(Label);
|
|
162
|
+
var _asyncToGenerator__default = /*#__PURE__*/_interopDefault(_asyncToGenerator);
|
|
163
|
+
var _regeneratorRuntime__default = /*#__PURE__*/_interopDefault(_regeneratorRuntime);
|
|
164
|
+
var axios__default = /*#__PURE__*/_interopDefault(axios);
|
|
165
|
+
var ReactDOM__default = /*#__PURE__*/_interopDefault(ReactDOM);
|
|
166
|
+
var Y__namespace = /*#__PURE__*/_interopNamespace(Y);
|
|
167
|
+
var Megaphone__default = /*#__PURE__*/_interopDefault(Megaphone);
|
|
168
|
+
var Down__default = /*#__PURE__*/_interopDefault(Down);
|
|
169
|
+
var Highlight__default = /*#__PURE__*/_interopDefault(Highlight$1);
|
|
170
|
+
var CopyToClipboardButton__default = /*#__PURE__*/_interopDefault(CopyToClipboardButton);
|
|
171
|
+
var Dropdown__default = /*#__PURE__*/_interopDefault(Dropdown);
|
|
172
|
+
var Input__default = /*#__PURE__*/_interopDefault(Input);
|
|
173
|
+
var Button__default = /*#__PURE__*/_interopDefault(Button);
|
|
174
|
+
var tippy__default = /*#__PURE__*/_interopDefault(tippy);
|
|
175
|
+
var _classCallCheck__default = /*#__PURE__*/_interopDefault(_classCallCheck);
|
|
176
|
+
var _createClass__default = /*#__PURE__*/_interopDefault(_createClass);
|
|
177
|
+
var _possibleConstructorReturn__default = /*#__PURE__*/_interopDefault(_possibleConstructorReturn);
|
|
178
|
+
var _getPrototypeOf__default = /*#__PURE__*/_interopDefault(_getPrototypeOf);
|
|
179
|
+
var _inherits__default = /*#__PURE__*/_interopDefault(_inherits);
|
|
180
|
+
var Spinner__default = /*#__PURE__*/_interopDefault(Spinner);
|
|
181
|
+
var Toastr__default = /*#__PURE__*/_interopDefault(Toastr);
|
|
182
|
+
var Close__default = /*#__PURE__*/_interopDefault(Close);
|
|
183
|
+
var Modal__default = /*#__PURE__*/_interopDefault(Modal);
|
|
184
|
+
var MenuHorizontal__default = /*#__PURE__*/_interopDefault(MenuHorizontal);
|
|
185
|
+
var AspectRatio__default = /*#__PURE__*/_interopDefault(AspectRatio);
|
|
186
|
+
var Tooltip__default = /*#__PURE__*/_interopDefault(Tooltip);
|
|
187
|
+
var Avatar__default = /*#__PURE__*/_interopDefault(Avatar);
|
|
188
|
+
var Typography__default = /*#__PURE__*/_interopDefault(Typography);
|
|
189
|
+
var Tippy__default = /*#__PURE__*/_interopDefault(Tippy);
|
|
190
|
+
var TextP__default = /*#__PURE__*/_interopDefault(TextP);
|
|
191
|
+
var TextH1__default = /*#__PURE__*/_interopDefault(TextH1);
|
|
192
|
+
var TextH2__default = /*#__PURE__*/_interopDefault(TextH2);
|
|
193
|
+
var TextH3__default = /*#__PURE__*/_interopDefault(TextH3);
|
|
194
|
+
var TextH4__default = /*#__PURE__*/_interopDefault(TextH4);
|
|
195
|
+
var TextH5__default = /*#__PURE__*/_interopDefault(TextH5);
|
|
196
|
+
var ListDot__default = /*#__PURE__*/_interopDefault(ListDot);
|
|
197
|
+
var ListNumber__default = /*#__PURE__*/_interopDefault(ListNumber);
|
|
198
|
+
var Checkbox__default = /*#__PURE__*/_interopDefault(Checkbox);
|
|
199
|
+
var Blockquote__default = /*#__PURE__*/_interopDefault(Blockquote$1);
|
|
200
|
+
var ImageUpload__default = /*#__PURE__*/_interopDefault(ImageUpload);
|
|
201
|
+
var CodeBlock__default = /*#__PURE__*/_interopDefault(CodeBlock$2);
|
|
202
|
+
var Smiley__default = /*#__PURE__*/_interopDefault(Smiley);
|
|
203
|
+
var Minus__default = /*#__PURE__*/_interopDefault(Minus);
|
|
204
|
+
var Video__default = /*#__PURE__*/_interopDefault(Video);
|
|
205
|
+
var Notes__default = /*#__PURE__*/_interopDefault(Notes);
|
|
206
|
+
var Column__default = /*#__PURE__*/_interopDefault(Column);
|
|
207
|
+
var TextBold__default = /*#__PURE__*/_interopDefault(TextBold);
|
|
208
|
+
var TextItalic__default = /*#__PURE__*/_interopDefault(TextItalic);
|
|
209
|
+
var Underline__default = /*#__PURE__*/_interopDefault(Underline$1);
|
|
210
|
+
var Link__default = /*#__PURE__*/_interopDefault(Link$2);
|
|
211
|
+
var Attachment__default = /*#__PURE__*/_interopDefault(Attachment);
|
|
212
|
+
var MessageSquare__default = /*#__PURE__*/_interopDefault(MessageSquare);
|
|
213
|
+
var File__default = /*#__PURE__*/_interopDefault(File);
|
|
214
|
+
var Search__default = /*#__PURE__*/_interopDefault(Search);
|
|
215
|
+
var Select__default = /*#__PURE__*/_interopDefault(Select);
|
|
216
|
+
var CenterAlign__default = /*#__PURE__*/_interopDefault(CenterAlign);
|
|
217
|
+
var LeftAlign__default = /*#__PURE__*/_interopDefault(LeftAlign);
|
|
218
|
+
var RightAlign__default = /*#__PURE__*/_interopDefault(RightAlign);
|
|
219
|
+
var DeleteRow__default = /*#__PURE__*/_interopDefault(DeleteRow);
|
|
220
|
+
var DeleteColumn__default = /*#__PURE__*/_interopDefault(DeleteColumn);
|
|
221
|
+
var DeleteTable__default = /*#__PURE__*/_interopDefault(DeleteTable);
|
|
222
|
+
var InsertRow__default = /*#__PURE__*/_interopDefault(InsertRow);
|
|
223
|
+
var InsertColumn__default = /*#__PURE__*/_interopDefault(InsertColumn);
|
|
224
|
+
var MergeSplit__default = /*#__PURE__*/_interopDefault(MergeSplit);
|
|
225
|
+
var ToggleHeaderRow__default = /*#__PURE__*/_interopDefault(ToggleHeaderRow);
|
|
226
|
+
var Checkbox__default$1 = /*#__PURE__*/_interopDefault(Checkbox$1);
|
|
227
|
+
var Form__default = /*#__PURE__*/_interopDefault(Form);
|
|
228
|
+
var Input__default$1 = /*#__PURE__*/_interopDefault(Input$1);
|
|
229
|
+
var Edit__default = /*#__PURE__*/_interopDefault(Edit);
|
|
230
|
+
var Articles__default = /*#__PURE__*/_interopDefault(Articles);
|
|
154
231
|
|
|
155
232
|
var ErrorWrapper = function ErrorWrapper(_ref) {
|
|
156
233
|
var error = _ref.error,
|
|
157
234
|
children = _ref.children,
|
|
158
235
|
className = _ref.className;
|
|
159
236
|
var isError = !neetoCist.isNotPresent(error);
|
|
160
|
-
var wrapperClasses =
|
|
237
|
+
var wrapperClasses = classnames__default.default(_defineProperty__default.default({
|
|
161
238
|
"neeto-editor-error": isError
|
|
162
239
|
}, className, className));
|
|
163
240
|
var getErrorMessage = function getErrorMessage() {
|
|
@@ -199,7 +276,7 @@ var MODAL_TRANSFORM_Y = 52;
|
|
|
199
276
|
var MODAL_TRANSFORM_X = 8;
|
|
200
277
|
|
|
201
278
|
function ownKeys$l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
202
|
-
function _objectSpread$l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$l(Object(t), !0).forEach(function (r) {
|
|
279
|
+
function _objectSpread$l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$l(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
203
280
|
var buildArticleFullUrl = function buildArticleFullUrl(slug) {
|
|
204
281
|
return slug ? "".concat(NEETO_KB_ENDPOINT, "/articles/").concat(slug) : null;
|
|
205
282
|
};
|
|
@@ -227,7 +304,7 @@ var extractKbArticleIds = function extractKbArticleIds(editor) {
|
|
|
227
304
|
});
|
|
228
305
|
}
|
|
229
306
|
});
|
|
230
|
-
return
|
|
307
|
+
return _toConsumableArray__default.default(new Set(articleIds));
|
|
231
308
|
};
|
|
232
309
|
|
|
233
310
|
var QUERY_KEYS = {
|
|
@@ -236,7 +313,7 @@ var QUERY_KEYS = {
|
|
|
236
313
|
|
|
237
314
|
var _globalProps$organiza;
|
|
238
315
|
function ownKeys$k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
239
|
-
function _objectSpread$k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$k(Object(t), !0).forEach(function (r) {
|
|
316
|
+
function _objectSpread$k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$k(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
240
317
|
var apiConfig = {
|
|
241
318
|
baseURL: NEETO_KB_ENDPOINT,
|
|
242
319
|
headers: {
|
|
@@ -246,7 +323,7 @@ var apiConfig = {
|
|
|
246
323
|
transformRequestCase: false
|
|
247
324
|
};
|
|
248
325
|
var fetchArticles = function fetchArticles(params) {
|
|
249
|
-
return
|
|
326
|
+
return axios__default.default.get(NEETO_KB_ARTICLES_URL, _objectSpread$k(_objectSpread$k({}, apiConfig), {}, {
|
|
250
327
|
params: params
|
|
251
328
|
}));
|
|
252
329
|
};
|
|
@@ -255,7 +332,7 @@ var neetoKbApi = {
|
|
|
255
332
|
};
|
|
256
333
|
|
|
257
334
|
function ownKeys$j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
258
|
-
function _objectSpread$j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$j(Object(t), !0).forEach(function (r) {
|
|
335
|
+
function _objectSpread$j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$j(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
259
336
|
var useFetchKbArticles = function useFetchKbArticles() {
|
|
260
337
|
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
261
338
|
_ref$searchTerm = _ref.searchTerm,
|
|
@@ -268,10 +345,10 @@ var useFetchKbArticles = function useFetchKbArticles() {
|
|
|
268
345
|
return reactQuery.useQuery(_objectSpread$j({
|
|
269
346
|
queryKey: [QUERY_KEYS.KB_ARTICLES, queryParams],
|
|
270
347
|
queryFn: function () {
|
|
271
|
-
var _queryFn =
|
|
348
|
+
var _queryFn = _asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee() {
|
|
272
349
|
var _response$data;
|
|
273
350
|
var response;
|
|
274
|
-
return
|
|
351
|
+
return _regeneratorRuntime__default.default.wrap(function _callee$(_context) {
|
|
275
352
|
while (1) switch (_context.prev = _context.next) {
|
|
276
353
|
case 0:
|
|
277
354
|
_context.next = 2;
|
|
@@ -295,7 +372,7 @@ var useFetchKbArticles = function useFetchKbArticles() {
|
|
|
295
372
|
|
|
296
373
|
var useDeletedArticles = function useDeletedArticles(editor) {
|
|
297
374
|
var _useState = React.useState(new Set()),
|
|
298
|
-
_useState2 =
|
|
375
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
299
376
|
deletedArticleIds = _useState2[0],
|
|
300
377
|
setDeletedArticleIds = _useState2[1];
|
|
301
378
|
var _useFetchKbArticles = useFetchKbArticles({
|
|
@@ -343,7 +420,7 @@ var useEditorWarnings = function useEditorWarnings(_ref) {
|
|
|
343
420
|
}, [initialValue]);
|
|
344
421
|
};
|
|
345
422
|
|
|
346
|
-
var css$1 = "@charset \"UTF-8\";.tippy-box[data-theme~=neeto-editor-slash-commands-tippy]{border:1px solid rgb(var(--neeto-ui-gray-400))}.tippy-box[data-theme~=neeto-editor-slash-commands-tippy] .tippy-content{padding:0!important}.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:8px;width:256px}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item{align-items:center;border:none;border-radius:var(--neeto-ui-rounded);box-shadow:none;color:rgb(var(--neeto-ui-gray-800));cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;outline:none;padding-block:8px;padding-inline: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:focus-visible,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item:hover{background-color:rgb(var(--neeto-ui-gray-200));border:none;box-shadow:none;color:rgb(var(--neeto-ui-black));outline:none}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content{text-align:start}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content .neeto-editor-slash-commands__item-description,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content .neeto-editor-slash-commands__item-title{font-size:14px;font-weight:400;line-height:1.2;text-align:start}.tippy-box[data-theme~=neeto-editor-mentions-tooltip]{border:1px solid rgb(var(--neeto-ui-gray-400))}.tippy-box[data-theme~=neeto-editor-mentions-tooltip] .tippy-content{max-height:none;padding:0}.tippy-box[data-theme~=neeto-editor-mentions-tooltip] .tippy-content button.active{background-color:var(--neeto-ui-dropdown-item-focus-bg-color)}.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-ui-theme--dark .hljs{background:#fafafa;color:#383a42}.neeto-ui-theme--dark .hljs-comment,.neeto-ui-theme--dark .hljs-quote{color:#a0a1a7;font-style:italic}.neeto-ui-theme--dark .hljs-doctag,.neeto-ui-theme--dark .hljs-formula,.neeto-ui-theme--dark .hljs-keyword{color:#a626a4}.neeto-ui-theme--dark .hljs-deletion,.neeto-ui-theme--dark .hljs-name,.neeto-ui-theme--dark .hljs-section,.neeto-ui-theme--dark .hljs-selector-tag,.neeto-ui-theme--dark .hljs-subst{color:#e45649}.neeto-ui-theme--dark .hljs-literal{color:#0184bb}.neeto-ui-theme--dark .hljs-addition,.neeto-ui-theme--dark .hljs-attribute,.neeto-ui-theme--dark .hljs-meta .hljs-string,.neeto-ui-theme--dark .hljs-regexp,.neeto-ui-theme--dark .hljs-string{color:#50a14f}.neeto-ui-theme--dark .hljs-attr,.neeto-ui-theme--dark .hljs-number,.neeto-ui-theme--dark .hljs-selector-attr,.neeto-ui-theme--dark .hljs-selector-class,.neeto-ui-theme--dark .hljs-selector-pseudo,.neeto-ui-theme--dark .hljs-template-variable,.neeto-ui-theme--dark .hljs-type,.neeto-ui-theme--dark .hljs-variable{color:#986801}.neeto-ui-theme--dark .hljs-bullet,.neeto-ui-theme--dark .hljs-link,.neeto-ui-theme--dark .hljs-meta,.neeto-ui-theme--dark .hljs-selector-id,.neeto-ui-theme--dark .hljs-symbol,.neeto-ui-theme--dark .hljs-title{color:#4078f2}.neeto-ui-theme--dark .hljs-built_in,.neeto-ui-theme--dark .hljs-class .hljs-title,.neeto-ui-theme--dark .hljs-title.class_{color:#c18401}.neeto-ui-theme--dark .hljs-emphasis{font-style:italic}.neeto-ui-theme--dark .hljs-strong{font-weight:700}.neeto-ui-theme--dark .hljs-link{text-decoration:underline}.neeto-ui-theme--light .hljs{background:#282c34;color:#abb2bf}.neeto-ui-theme--light .hljs-comment,.neeto-ui-theme--light .hljs-quote{color:#5c6370;font-style:italic}.neeto-ui-theme--light .hljs-doctag,.neeto-ui-theme--light .hljs-formula,.neeto-ui-theme--light .hljs-keyword{color:#c678dd}.neeto-ui-theme--light .hljs-deletion,.neeto-ui-theme--light .hljs-name,.neeto-ui-theme--light .hljs-section,.neeto-ui-theme--light .hljs-selector-tag,.neeto-ui-theme--light .hljs-subst{color:#e06c75}.neeto-ui-theme--light .hljs-literal{color:#56b6c2}.neeto-ui-theme--light .hljs-addition,.neeto-ui-theme--light .hljs-attribute,.neeto-ui-theme--light .hljs-meta .hljs-string,.neeto-ui-theme--light .hljs-regexp,.neeto-ui-theme--light .hljs-string{color:#98c379}.neeto-ui-theme--light .hljs-attr,.neeto-ui-theme--light .hljs-number,.neeto-ui-theme--light .hljs-selector-attr,.neeto-ui-theme--light .hljs-selector-class,.neeto-ui-theme--light .hljs-selector-pseudo,.neeto-ui-theme--light .hljs-template-variable,.neeto-ui-theme--light .hljs-type,.neeto-ui-theme--light .hljs-variable{color:#d19a66}.neeto-ui-theme--light .hljs-bullet,.neeto-ui-theme--light .hljs-link,.neeto-ui-theme--light .hljs-meta,.neeto-ui-theme--light .hljs-selector-id,.neeto-ui-theme--light .hljs-symbol,.neeto-ui-theme--light .hljs-title{color:#61aeee}.neeto-ui-theme--light .hljs-built_in,.neeto-ui-theme--light .hljs-class .hljs-title,.neeto-ui-theme--light .hljs-title.class_{color:#e6c07b}.neeto-ui-theme--light .hljs-emphasis{font-style:italic}.neeto-ui-theme--light .hljs-strong{font-weight:700}.neeto-ui-theme--light .hljs-link{text-decoration:underline}.neeto-ui-theme--light,:root{--neeto-editor-white:255,255,255;--neeto-editor-black:12,17,29;--neeto-editor-gray-800:16,24,40;--neeto-editor-gray-700:29,41,57;--neeto-editor-gray-600:52,64,84;--neeto-editor-gray-500:135,146,157;--neeto-editor-gray-400:194,200,204;--neeto-editor-gray-300:216,220,222;--neeto-editor-gray-200:233,235,237;--neeto-editor-gray-100:246,247,248;--neeto-editor-gray-50:250,250,250;--neeto-editor-primary-800:0,102,83;--neeto-editor-primary-600:0,122,100;--neeto-editor-primary-500:0,128,104;--neeto-editor-primary-100:225,243,238;--neeto-editor-primary-50:240,249,247;--neeto-editor-accent-800:9,90,186;--neeto-editor-accent-600:13,102,208;--neeto-editor-accent-500:20,115,230;--neeto-editor-accent-100:230,244,255;--neeto-editor-accent-50:239,248,255;--neeto-editor-success-800:1,121,93;--neeto-editor-success-600:1,141,109;--neeto-editor-success-500:2,162,124;--neeto-editor-success-100:235,255,250;--neeto-editor-error-800:187,18,26;--neeto-editor-error-600:201,37,45;--neeto-editor-error-500:215,55,63;--neeto-editor-error-100:254,236,240;--neeto-editor-info-800:9,90,186;--neeto-editor-info-600:13,102,208;--neeto-editor-info-500:20,115,230;--neeto-editor-info-100:226,242,255;--neeto-editor-warning-800:189,100,13;--neeto-editor-warning-600:203,111,16;--neeto-editor-warning-500:218,123,17;--neeto-editor-warning-100:251,242,225;--neeto-editor-pastel-silver:232,233,237;--neeto-editor-pastel-red:255,229,229;--neeto-editor-pastel-yellow:254,243,197;--neeto-editor-pastel-green:211,249,232;--neeto-editor-pastel-blue:236,244,255;--neeto-editor-pastel-purple:238,235,255;--neeto-editor-pastel-pink:253,226,241;--neeto-editor-rounded-none:0;--neeto-editor-rounded-sm:3px;--neeto-editor-rounded:5px;--neeto-editor-rounded-md:6px;--neeto-editor-rounded-lg:8px;--neeto-editor-rounded-xl:12px;--neeto-editor-rounded-full:999px;--neeto-editor-font-thin:100;--neeto-editor-font-extralight:200;--neeto-editor-font-light:300;--neeto-editor-font-normal:400;--neeto-editor-font-medium:500;--neeto-editor-font-semibold:600;--neeto-editor-font-bold:700;--neeto-editor-font-extrabold:800;--neeto-editor-font-black:900;--neeto-editor-content-h1-margin:1.5rem 0 0.25rem;--neeto-editor-content-h2-margin:1.5rem 0 0.25rem;--neeto-editor-content-h3-margin:1.5rem 0 0.25rem;--neeto-editor-content-h4-margin:1.5rem 0 0.25rem;--neeto-editor-content-h5-margin:1.5rem 0 0.25rem;--neeto-editor-content-h6-margin:1.5rem 0 0.25rem;--neeto-editor-content-heading-font-weight:600;--neeto-editor-content-heading-font-weight-bold:bold;--neeto-editor-content-heading-color:12,17,29,1;--neeto-editor-content-heading-line-height:1.25;--neeto-editor-content-paragraph-color:54,55,55,1;--neeto-editor-content-paragraph-font-weight:400;--neeto-editor-content-paragraph-line-height:1.6;--neeto-editor-content-list-padding-inline-start:2rem;--neeto-editor-content-list-margin-bottom:1rem;--neeto-editor-content-list-item-margin-bottom:0.5rem;--neeto-editor-content-list-item-margin-top:0.5rem;--neeto-editor-content-code-font-size:85%;--neeto-editor-content-code-background-color:40,44,52,1;--neeto-editor-content-code-line-number-color:89,99,110,1;--neeto-editor-content-code-color:171,178,191,1;--neeto-editor-content-inline-code-color:31,35,40,1;--neeto-editor-content-inline-code-background-color:239,242,246,1;--neeto-editor-content-code-padding:0.2em 0.4em;--neeto-editor-content-blockquote-color:89,99,110,1;--neeto-editor-content-blockquote-border-color:209,217,224,1;--neeto-editor-content-blockquote-border-inline-start-width:4px;--neeto-editor-content-blockquote-margin-bottom:1rem;--neeto-editor-content-blockquote-padding-inline-start:0.75rem;--neeto-editor-content-image-border-color:228,228,231;--neeto-editor-content-image-border-radius:8px;--neeto-editor-highlight-text-1:#32302c;--neeto-editor-highlight-text-2:#787774;--neeto-editor-highlight-text-3:#9f6b53;--neeto-editor-highlight-text-4:#d9730d;--neeto-editor-highlight-text-5:#cb912f;--neeto-editor-highlight-text-6:#448361;--neeto-editor-highlight-text-7:#337ea9;--neeto-editor-highlight-text-8:#9065b0;--neeto-editor-highlight-text-9:#c14c8a;--neeto-editor-highlight-text-10:#d44c47;--neeto-editor-highlight-bg-1:#ff0;--neeto-editor-highlight-bg-2:#f8f8f7;--neeto-editor-highlight-bg-3:#f4eeee;--neeto-editor-highlight-bg-4:#fbecdd;--neeto-editor-highlight-bg-5:#fbf3db;--neeto-editor-highlight-bg-6:#edf3ec;--neeto-editor-highlight-bg-7:#e7f3f8;--neeto-editor-highlight-bg-8:#f8f3fc;--neeto-editor-highlight-bg-9:#fcf1f6;--neeto-editor-highlight-bg-10:#fdebec}.neeto-ui-theme--dark{--neeto-editor-white:18,18,18;--neeto-editor-black:224,224,224;--neeto-editor-gray-50:10,10,10;--neeto-editor-gray-100:30,30,30;--neeto-editor-gray-200:44,44,44;--neeto-editor-gray-300:57,57,57;--neeto-editor-gray-400:73,73,73;--neeto-editor-gray-500:92,92,92;--neeto-editor-gray-600:124,124,124;--neeto-editor-gray-700:162,162,162;--neeto-editor-gray-800:200,200,200;--neeto-editor-primary-800:0,245,200;--neeto-editor-primary-600:0,224,183;--neeto-editor-primary-500:0,204,167;--neeto-editor-primary-100:0,61,49;--neeto-editor-primary-50:0,41,33;--neeto-editor-accent-800:142,189,245;--neeto-editor-accent-600:105,167,242;--neeto-editor-accent-500:67,144,239;--neeto-editor-accent-100:10,56,113;--neeto-editor-accent-50:7,37,75;--neeto-editor-error-800:247,109,116;--neeto-editor-error-600:236,91,98;--neeto-editor-error-500:227,72,80;--neeto-editor-error-100:129,33,38;--neeto-editor-success-800:0,245,200;--neeto-editor-success-600:0,224,183;--neeto-editor-success-500:0,204,167;--neeto-editor-success-100:0,61,49;--neeto-editor-warning-800:249,164,63;--neeto-editor-warning-600:242,148,35;--neeto-editor-warning-500:230,134,25;--neeto-editor-warning-100:131,74,11;--neeto-editor-info-800:142,189,245;--neeto-editor-info-600:105,167,242;--neeto-editor-info-500:67,144,239;--neeto-editor-info-100:10,56,113;--neeto-editor-pastel-silver:167,168,170;--neeto-editor-pastel-red:183,164,165;--neeto-editor-pastel-yellow:182,175,143;--neeto-editor-pastel-green:152,179,167;--neeto-editor-pastel-blue:170,175,183;--neeto-editor-pastel-purple:171,169,183;--neeto-editor-pastel-pink:181,162,174;--neeto-editor-content-heading-color:224,224,224,1;--neeto-editor-content-paragraph-color:224,224,224,1;--neeto-editor-content-code-background-color:246,248,250,1;--neeto-editor-content-code-line-number-color:89,99,110,1;--neeto-editor-content-code-color:31,35,40,1;--neeto-editor-content-inline-code-color:212,223,243,1;--neeto-editor-content-inline-code-background-color:67,73,84,1;--neeto-editor-content-blockquote-color:145,152,161,1;--neeto-editor-content-blockquote-border-color:61,68,77,1;--neeto-editor-highlight-text-1:#cdcdcd;--neeto-editor-highlight-text-2:#b4b4b4;--neeto-editor-highlight-text-3:#c89678;--neeto-editor-highlight-text-4:#f0b464;--neeto-editor-highlight-text-5:#e6be78;--neeto-editor-highlight-text-6:#78be96;--neeto-editor-highlight-text-7:#64b4dc;--neeto-editor-highlight-text-8:#be96e6;--neeto-editor-highlight-text-9:#dc78be;--neeto-editor-highlight-text-10:#e6786e;--neeto-editor-highlight-bg-1:#646400;--neeto-editor-highlight-bg-2:#323232;--neeto-editor-highlight-bg-3:#3c3232;--neeto-editor-highlight-bg-4:#503c28;--neeto-editor-highlight-bg-5:#5a5032;--neeto-editor-highlight-bg-6:#32503c;--neeto-editor-highlight-bg-7:#285064;--neeto-editor-highlight-bg-8:#503c64;--neeto-editor-highlight-bg-9:#643250;--neeto-editor-highlight-bg-10:#6e3232}.neeto-ui-theme--dark .neeto-editor-content.neeto-editor-size--small,.neeto-ui-theme--dark .neeto-editor-size--small.neeto-editor{--neeto-editor-content-heading-color:224,224,224,1;--neeto-editor-content-paragraph-color:224,224,224,1}.neeto-ui-theme--light .neeto-editor,.neeto-ui-theme--light .neeto-editor-content{--neeto-editor-content-heading-color:12,17,29,1;--neeto-editor-content-paragraph-color:54,55,55,1}.neeto-ui-theme--light .neeto-editor-content.neeto-editor-size--small,.neeto-ui-theme--light .neeto-editor-size--small.neeto-editor{--neeto-editor-content-heading-color:31,35,40,1;--neeto-editor-content-paragraph-color:31,35,40,1}.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 hr,.neeto-editor-content hr{border-color:#363737;border-color:rgba(var(--neeto-editor-content-paragraph-color));margin:.5rem 0;opacity:.2}.neeto-editor .table-responsive,.neeto-editor-content .table-responsive{-webkit-overflow-scrolling:touch;margin:1rem 0;overflow-x:auto}.neeto-editor .table-responsive.neeto-editor-table--left table td,.neeto-editor .table-responsive.neeto-editor-table--left table th,.neeto-editor-content .table-responsive.neeto-editor-table--left table td,.neeto-editor-content .table-responsive.neeto-editor-table--left table th{text-align:start!important}.neeto-editor .table-responsive.neeto-editor-table--center table td,.neeto-editor .table-responsive.neeto-editor-table--center table th,.neeto-editor-content .table-responsive.neeto-editor-table--center table td,.neeto-editor-content .table-responsive.neeto-editor-table--center table th{text-align:center!important}.neeto-editor .table-responsive.neeto-editor-table--right table td,.neeto-editor .table-responsive.neeto-editor-table--right table th,.neeto-editor-content .table-responsive.neeto-editor-table--right table td,.neeto-editor-content .table-responsive.neeto-editor-table--right table th{text-align:end!important}.neeto-editor-content.neeto-editor-size--small,.neeto-editor-size--small.neeto-editor{--neeto-editor-content-heading-color:31,35,40,1;--neeto-editor-content-paragraph-color:31,35,40,1;--neeto-editor-content-h1-font-size:1.75rem;--neeto-editor-content-h2-font-size:1.3125rem;--neeto-editor-content-h3-font-size:1.09375rem;--neeto-editor-content-h4-font-size:0.875rem;--neeto-editor-content-h5-font-size:0.765625rem;--neeto-editor-content-h6-font-size:0.74375rem;--neeto-editor-content-paragraph-font-size:0.875rem;--neeto-editor-content-paragraph-line-height:1.5;--neeto-editor-content-list-padding-inline-start:1.5rem;--neeto-editor-content-list-item-margin-bottom:0.25rem;--neeto-editor-content-list-item-margin-top:0.25rem}.neeto-editor-content.neeto-editor-size--medium,.neeto-editor-size--medium.neeto-editor{--neeto-editor-content-h1-font-size:2rem;--neeto-editor-content-h2-font-size:1.5rem;--neeto-editor-content-h3-font-size:1.25rem;--neeto-editor-content-h4-font-size:1rem;--neeto-editor-content-h5-font-size:0.875rem;--neeto-editor-content-h6-font-size:0.75rem;--neeto-editor-content-paragraph-font-size:1rem}@media only screen and (max-width:767px){.neeto-editor-content.neeto-editor-size--medium,.neeto-editor-size--medium.neeto-editor{--neeto-editor-content-h1-font-size:1.375rem;--neeto-editor-content-h2-font-size:1.25rem;--neeto-editor-content-h3-font-size:1.125rem}}.neeto-editor-content.neeto-editor-size--large,.neeto-editor-size--large.neeto-editor{--neeto-editor-content-h1-font-size:2.375rem;--neeto-editor-content-h2-font-size:1.93rem;--neeto-editor-content-h3-font-size:1.633rem;--neeto-editor-content-h4-font-size:1.336rem;--neeto-editor-content-h5-font-size:0.986rem;--neeto-editor-content-h6-font-size:0.796rem;--neeto-editor-content-paragraph-font-size:1.125rem}@media only screen and (max-width:767px){.neeto-editor-content.neeto-editor-size--large,.neeto-editor-size--large.neeto-editor{--neeto-editor-content-h1-font-size:2.125rem;--neeto-editor-content-h2-font-size:1.7266rem;--neeto-editor-content-h3-font-size:1.4609rem;--neeto-editor-content-h4-font-size:1.1953rem;--neeto-editor-content-h5-font-size:0.875rem;--neeto-editor-content-h6-font-size:0.75rem;--neeto-editor-content-paragraph-font-size:1rem}}.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:#0c111d;color:rgba(var(--neeto-editor-content-heading-color));font-weight:600;font-weight:var(--neeto-editor-content-heading-font-weight)}.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:700!important;font-weight:var(--neeto-editor-content-heading-font-weight-bold)!important}.neeto-editor h1,.neeto-editor-content h1{font-size:var(--neeto-editor-content-h1-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h1-margin)}.neeto-editor h2,.neeto-editor-content h2{font-size:var(--neeto-editor-content-h2-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h2-margin)}.neeto-editor h3,.neeto-editor-content h3{font-size:var(--neeto-editor-content-h3-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h3-margin)}.neeto-editor h4,.neeto-editor-content h4{font-size:var(--neeto-editor-content-h4-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h4-margin)}.neeto-editor h5,.neeto-editor-content h5{font-size:var(--neeto-editor-content-h5-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h5-margin)}.neeto-editor h6,.neeto-editor-content h6{font-size:var(--neeto-editor-content-h6-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h6-margin)}.neeto-editor .header-wrapper,.neeto-editor-content .header-wrapper{position:relative}.neeto-editor .header-wrapper__link,.neeto-editor-content .header-wrapper__link{position:absolute;top:50%}.neeto-editor .header-wrapper h1,.neeto-editor .header-wrapper h2,.neeto-editor .header-wrapper h3,.neeto-editor .header-wrapper h4,.neeto-editor .header-wrapper h5,.neeto-editor .header-wrapper h6,.neeto-editor-content .header-wrapper h1,.neeto-editor-content .header-wrapper h2,.neeto-editor-content .header-wrapper h3,.neeto-editor-content .header-wrapper h4,.neeto-editor-content .header-wrapper h5,.neeto-editor-content .header-wrapper h6{line-height:1.25;line-height:var(--neeto-editor-content-heading-line-height);transition:color .15s ease-in}.neeto-editor .header-wrapper .header-link-icon-wrapper,.neeto-editor-content .header-wrapper .header-link-icon-wrapper{align-items:center;display:flex;height:100%;inset-inline-start:-1.5625rem;opacity:0;position:absolute;transition:opacity .15s ease-in;width:1.5625rem}.neeto-editor .header-wrapper .header-link-icon-wrapper svg,.neeto-editor-content .header-wrapper .header-link-icon-wrapper svg{fill:#006653;fill:rgb(var(--neeto-editor-primary-800));transition:fill .15s ease-in}.neeto-editor .header-wrapper:hover .header-link-icon-wrapper,.neeto-editor-content .header-wrapper:hover .header-link-icon-wrapper{opacity:1}.neeto-editor .header-wrapper:hover svg,.neeto-editor-content .header-wrapper:hover svg{fill:#095aba;fill:rgb(var(--neeto-editor-accent-800))}.neeto-editor p,.neeto-editor-content p{color:#363737;color:rgba(var(--neeto-editor-content-paragraph-color));font-size:var(--neeto-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--neeto-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--neeto-editor-content-paragraph-line-height);margin:0;min-height:1.3rem}.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:600!important}.neeto-editor div,.neeto-editor-content div{color:#363737;color:rgba(var(--neeto-editor-content-paragraph-color));font-size:var(--neeto-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--neeto-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--neeto-editor-content-paragraph-line-height)}.neeto-editor code,.neeto-editor-content code{background-color:#282c34;background-color:rgba(var(--neeto-editor-content-code-background-color));border-color:#282c34;border-color:rgba(var(--neeto-editor-content-code-background-color));border-radius:3px;border-radius:var(--neeto-editor-rounded-sm);color:#abb2bf;color:rgba(var(--neeto-editor-content-code-color));font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:85%;font-size:var(--neeto-editor-content-code-font-size);padding:.2em .4em;padding:var(--neeto-editor-content-code-padding)}.neeto-editor code *,.neeto-editor-content code *{font-size:inherit!important}.neeto-editor h1 code,.neeto-editor h2 code,.neeto-editor h3 code,.neeto-editor h4 code,.neeto-editor h5 code,.neeto-editor h6 code,.neeto-editor li code,.neeto-editor p code,.neeto-editor table td code,.neeto-editor table th code,.neeto-editor-content h1 code,.neeto-editor-content h2 code,.neeto-editor-content h3 code,.neeto-editor-content h4 code,.neeto-editor-content h5 code,.neeto-editor-content h6 code,.neeto-editor-content li code,.neeto-editor-content p code,.neeto-editor-content table td code,.neeto-editor-content table th code{background-color:#eff2f6;background-color:rgba(var(--neeto-editor-content-inline-code-background-color));border-radius:3px;border-radius:var(--neeto-editor-rounded-sm);color:#1f2328;color:rgba(var(--neeto-editor-content-inline-code-color));font-size:85%;font-size:var(--neeto-editor-content-code-font-size)}.neeto-editor pre,.neeto-editor-content pre{background-color:#282c34;background-color:rgba(var(--neeto-editor-content-code-background-color));border-color:#282c34;border-color:rgba(var(--neeto-editor-content-code-background-color));border-radius:8px;border-radius:var(--neeto-editor-rounded-lg);counter-reset:line-number;font-size:var(--neeto-editor-content-paragraph-font-size);line-height:1.5;margin-bottom:1rem;margin-top:1rem;max-width:100%;padding:0;position:relative}.neeto-editor pre,.neeto-editor pre div,.neeto-editor-content pre,.neeto-editor-content pre div{color:#abb2bf;color:rgba(var(--neeto-editor-content-code-color))}.neeto-editor pre .neeto-editor-codeblock-options,.neeto-editor-content pre .neeto-editor-codeblock-options{align-items:center;display:flex;gap:.25rem;inset-inline-end:.25rem;opacity:0;position:absolute;top:.25rem;visibility:hidden}.neeto-editor pre .neeto-editor-codeblock-options__menu,.neeto-editor-content pre .neeto-editor-codeblock-options__menu{display:flex;flex-direction:column;gap:.25rem}.neeto-editor pre .neeto-editor-codeblock-options__input,.neeto-editor-content pre .neeto-editor-codeblock-options__input{margin:.25rem}.neeto-editor pre:hover .neeto-editor-codeblock-options,.neeto-editor-content pre:hover .neeto-editor-codeblock-options{opacity:1;visibility:visible}.neeto-editor pre:hover .copy-button,.neeto-editor-content pre:hover .copy-button{opacity:1;visibility:visible}.neeto-editor pre .copy-button,.neeto-editor-content pre .copy-button{inset-inline-end:.25rem;opacity:0;position:absolute;top:.25rem;visibility:hidden}.neeto-editor pre[data-linenumbers] .highlight-line,.neeto-editor-content pre[data-linenumbers] .highlight-line{padding-inline-start:3.125rem;position:relative}.neeto-editor pre[data-linenumbers] .highlight-line:before,.neeto-editor-content pre[data-linenumbers] .highlight-line:before{align-items:center;color:#59636e;color:rgba(var(--neeto-editor-content-code-line-number-color));content:counter(line-number);counter-increment:line-number;display:flex;font-size:85%;font-weight:400;height:100%;inset-inline-start:0;justify-content:flex-end;padding-inline-end:1rem;padding-inline-start:.625rem;position:absolute;width:3.125rem}.neeto-editor pre[data-linenumbers] .highlight-line:last-child:before,.neeto-editor-content pre[data-linenumbers] .highlight-line:last-child:before{content:\"\"}.neeto-editor pre>code,.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-radius:8px;border-radius:var(--neeto-editor-rounded-lg);border-width:0;color:inherit;display:block;font-size:85%;font-size:var(--neeto-editor-content-code-font-size);font-weight:400;line-height:inherit;overflow-x:auto;padding:.75rem;white-space:pre!important;width:100%}.neeto-editor pre[data-linenumbers]>code,.neeto-editor-content pre[data-linenumbers]>code{padding-inline-start:0}.neeto-editor blockquote,.neeto-editor-content blockquote{border-inline-start-color:#d1d9e0;border-inline-start-color:rgba(var(--neeto-editor-content-blockquote-border-color));border-inline-start-width:4px;border-inline-start-width:var(--neeto-editor-content-blockquote-border-inline-start-width);color:#59636e;color:rgba(var(--neeto-editor-content-blockquote-color));font-weight:500;font-weight:var(--neeto-editor-font-medium);margin-bottom:1rem;margin-bottom:var(--neeto-editor-content-blockquote-margin-bottom);padding-inline-start:.75rem;padding-inline-start:var(--neeto-editor-content-blockquote-padding-inline-start);quotes:\"“\" \"”\" \"‘\" \"’\"}.neeto-editor blockquote div,.neeto-editor blockquote p,.neeto-editor-content blockquote div,.neeto-editor-content blockquote p{color:inherit}.neeto-editor blockquote>p:before,.neeto-editor-content blockquote>p:before{content:\"\"!important}.neeto-editor blockquote>p:after,.neeto-editor-content blockquote>p:after{content:\"\"!important}.neeto-editor ol,.neeto-editor ul,.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1rem;margin-bottom:var(--neeto-editor-content-list-margin-bottom);padding-inline-start:2rem;padding-inline-start:var(--neeto-editor-content-list-padding-inline-start)}.neeto-editor ol li,.neeto-editor ul li,.neeto-editor-content ol li,.neeto-editor-content ul li{color:#363737;color:rgba(var(--neeto-editor-content-paragraph-color));font-size:var(--neeto-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--neeto-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--neeto-editor-content-paragraph-line-height)}.neeto-editor ol li:before,.neeto-editor ul li:before,.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:#363737;background-color:rgba(var(--neeto-editor-content-paragraph-color))}.neeto-editor ol.orderedList li>p,.neeto-editor ul.bulletList li>p,.neeto-editor-content ol.orderedList li>p,.neeto-editor-content ul.bulletList li>p{margin-bottom:.5rem;margin-bottom:var(--neeto-editor-content-list-item-margin-bottom);margin-top:.5rem;margin-top:var(--neeto-editor-content-list-item-margin-top)}.neeto-editor ol.orderedList+p,.neeto-editor ul.bulletList+p,.neeto-editor-content ol.orderedList+p,.neeto-editor-content ul.bulletList+p{margin-top:.5rem;margin-top:var(--neeto-editor-content-list-item-margin-top)}.neeto-editor a[href],.neeto-editor-content a[href]{color:#095aba;color:rgb(var(--neeto-editor-accent-800));font-weight:inherit}.neeto-editor .neeto-editor__video-wrapper,.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:1rem 0;padding-inline-start:3px}.neeto-editor .neeto-editor__video-wrapper.neeto-editor__video--bordered iframe,.neeto-editor .neeto-editor__video-wrapper.neeto-editor__video--bordered video,.neeto-editor-content .neeto-editor__video-wrapper.neeto-editor__video--bordered iframe,.neeto-editor-content .neeto-editor__video-wrapper.neeto-editor__video--bordered video{border:1px solid #e4e4e7;border-color:rgba(var(--neeto-editor-content-image-border-color));border-radius:8px;border-radius:var(--neeto-editor-content-image-border-radius)}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{display:inline-block;height:auto!important;max-width:100%;vertical-align:top}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{aspect-ratio:16/9;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-1-1 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-1-1 iframe{aspect-ratio:1/1;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-16-9 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-16-9 iframe{aspect-ratio:16/9;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-9-16 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-9-16 iframe{aspect-ratio:9/16;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-4-3 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-4-3 iframe{aspect-ratio:4/3;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-3-2 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-3-2 iframe{aspect-ratio:3/2;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:3px;border-radius:var(--neeto-editor-rounded-sm);padding:0}.neeto-editor [data-type=mention],.neeto-editor-content [data-type=mention]{color:#095aba;color:rgb(var(--neeto-editor-accent-800))}.neeto-editor [data-type=special-mention],.neeto-editor-content [data-type=special-mention]{color:#095aba;color:rgb(var(--neeto-editor-accent-800))}.neeto-editor table,.neeto-editor-content table{border:1px solid #d8dcde;border:1px solid rgba(var(--neeto-editor-gray-300));border-collapse:separate;border-radius:3px;border-radius:var(--neeto-editor-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-inline-start:1px solid #d8dcde;border-inline-start:1px solid rgba(var(--neeto-editor-gray-300));border-top:1px solid #d8dcde;border-top:1px solid rgba(var(--neeto-editor-gray-300));padding-block:8px;padding-inline:12px;position:relative;text-align:start}.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-inline-start:none}.neeto-editor table th,.neeto-editor-content table th{background:#f6f7f8;background:rgb(var(--neeto-editor-gray-100));border-top:none}.neeto-editor table td,.neeto-editor-content table td{background:#fff;background:rgb(var(--neeto-editor-white))}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:1rem 0;padding-inline-start:3px;text-decoration:none}.neeto-editor__image-wrapper.neeto-editor__image--bordered img,.neeto-editor__image-wrapper.neeto-editor__image--bordered video{border:1px solid #e4e4e7;border-color:rgba(var(--neeto-editor-content-image-border-color));border-radius:8px;border-radius:var(--neeto-editor-content-image-border-radius)}.neeto-editor__image-wrapper figure{cursor:pointer;display:inline-block;margin:0;max-width:100%;overflow:hidden;position:relative;vertical-align:top}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block;height:auto!important;max-width:100%;min-height:52px;vertical-align:top}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{display:inline-block;height:auto;vertical-align:top!important;width:100%}.neeto-editor__image-wrapper .neeto-editor__image img.hidden,.neeto-editor__image-wrapper .neeto-editor__image video.hidden{display:none}.neeto-editor__image-wrapper .neeto-editor__image img{cursor:zoom-in}.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 div{color:#344054;color:rgb(var(--neeto-editor-gray-600));font-size:.875rem;font-weight:400;font-weight:var(--neeto-editor-font-normal);line-height:1.4;text-align:center}.neeto-editor__image-wrapper figcaption div a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:#87929d;color:rgb(var(--neeto-editor-gray-500));content:\"Add a caption\";inset:0;position:absolute}.neeto-editor__image-wrapper:has(img:not([src])),.neeto-editor__image-wrapper:has(video:not([src]):not(:has(source[src]))){display:none}.neeto-editor figcaption,.neeto-editor-content figcaption{color:#6b7280;font-size:.875rem;font-weight:400;line-height:1.4;max-width:100%;text-align:center}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.selected-text{background-color:#d8dcde;background-color:rgb(var(--neeto-editor-gray-300));padding-block:2px;padding-inline:0}.ne-image-preview-wrapper{align-items:center;background:rgba(16,24,40,.5);background:rgba(var(--neeto-editor-gray-800),.5);display:none;height:100%;inset-inline-start:0;justify-content:center;position:fixed;top:0;width:100%;z-index:999999}.ne-image-preview-wrapper.active{display:flex}.ne-image-preview-wrapper .ne-image-preview{background:#fff;background:rgb(var(--neeto-editor-white));display:flex;flex-direction:column;gap:10px;max-height:90vh;max-width:60vw;opacity:0;transition:opacity .1s ease-in-out}.ne-image-preview-wrapper .ne-image-preview img{background:#fff;background:rgb(var(--neeto-editor-white));max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;overflow:hidden;padding:10px;width:-moz-fit-content;width:fit-content}.ne-image-preview-wrapper .ne-image-preview.image-loaded{align-items:center;background:transparent;border-radius:10px;display:flex;opacity:1}.ne-image-preview-wrapper .ne-image-preview__caption{color:#101828;color:rgb(var(--neeto-editor-gray-800));line-height:1.5;margin-top:auto;text-align:center;width:100%}.ne-image-preview-wrapper .close-button{align-items:center;background-color:#fff;background-color:rgb(var(--neeto-editor-white));border-radius:999px;border-radius:var(--neeto-editor-rounded-full);cursor:pointer;display:flex;height:30px;inset-inline-end:12px;justify-content:center;position:absolute;top:12px;width:30px}.ne-image-preview-wrapper .image-preview{max-height:70%;max-width:70%}.ne-image-preview-wrapper__spinner{position:absolute}.ne-image-preview-wrapper__spinner i{background-color:#d8dcde;background-color:rgb(var(--neeto-editor-gray-300))}.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-block:4px;padding-inline:6px}.neeto-editor .ProseMirror-separator{display:none}.neeto-editor.fixed-menu-active{border:thin solid rgb(var(--neeto-ui-gray-400));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:inline-start;height:0;pointer-events:none}.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:end;width:100%}.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-mentions__wrapper{padding-block:4px;padding-inline:0}.neeto-editor-mentions__item{padding-block:8px;padding-inline:12px}@media screen and (max-width:767px){.ne-media-uploader-modal{width:95vw!important}}.ne-media-uploader{display:flex;flex-direction:column;min-height:184px;width:100%}.ne-media-uploader__header{align-items:center;display:flex;justify-content:flex-start;min-height:56px;padding-block:16px 0;padding-inline:16px}.ne-media-uploader__header-title{color:rgb(var(--neeto-ui-gray-800));font-size:1.125rem;font-weight:600;line-height:1.5;margin:0;text-align:start}.ne-media-uploader .neeto-ui-tab__wrapper{margin-top:1rem;padding:0 16px}.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__image-uploader{flex-grow:1;width:100%}.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;padding:16px;width:100%}.ne-media-uploader .ne-media-uploader__dnd:focus{outline:none}.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.is-dragging-over-files{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;gap:10px;justify-content:space-between;margin-bottom:auto;margin-top:auto;padding-block:4px;padding-inline:8px;position:relative;width:105px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__cancel-button-wrapper{inset-inline-end:4px;position:absolute;top:4px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:space-between;margin-top:4px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info__icon{margin-top:12px;width:45px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info p{display:block;max-width:100%;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-sm);overflow:hidden;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress-bar{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded-sm);display:flex;height:4px;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-inline:8px}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery{inset-inline-end:-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-inline-end:16px;padding-bottom: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);inset-inline-start: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:flex-start;display:flex;flex-direction:column;flex-grow:1}.neeto-editor-url-form__wrapper .neeto-ui-input__wrapper{flex-grow:0;margin-bottom:16px;width:100%}@media screen and (max-width:767px){.ne-embed-modal-wrapper{width:95vw!important}}.ne-video-embed-form{width:100%}.ne-video-embed-form__content{margin-bottom:1rem;width:100%}.ne-video-embed-form__footer{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.image-preview-neeto-ui-modal{backdrop-filter:none!important;background-color:transparent!important;height:auto!important;margin:auto 0}.image-preview-neeto-ui-modal__close-btn{border-radius:100%;float:right;margin:10px 0}.image-preview-neeto-ui-modal img{border:10px solid rgb(var(--neeto-ui-gray-100));border-radius:10px;height:auto;max-height:90vh;opacity:1;transition:opacity 2s ease-in-out;width:100%}.image-preview-neeto-ui-modal .display-none{display:none}.image-preview-neeto-ui-modal .spinner-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.image-preview-neeto-ui-modal .spinner-wrapper .spinner{--neeto-ui-spinner-size:32px}.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:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item--selected{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-table{margin:1rem 0 0;max-width:100%;overflow-x:auto;position:relative;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;inset-inline-end:-2px;position:absolute;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:2px;max-width:100%;overflow-x:auto}.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;opacity:0;transition:var(--neeto-ui-transition);visibility:hidden}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{color:rgb(var(--neeto-ui-gray-500))!important;font-size:var(--neeto-ui-text-base)!important;font-weight:var(--neeto-ui-font-light)!important;line-height:16px!important}.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{opacity:1;visibility:visible}.neeto-editor-table__add-row{margin-block:2px;margin-inline:0 20px;padding-block-end:2px}.neeto-editor-table__add-column{flex-direction:column;padding-inline:4px}.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--left table td,.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--left table th,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--left table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--left table th,.neeto-editor-table.neeto-editor-table--left table td,.neeto-editor-table.neeto-editor-table--left table th{text-align:start!important}.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--center table td,.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--center table th,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--center table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--center table th,.neeto-editor-table.neeto-editor-table--center table td,.neeto-editor-table.neeto-editor-table--center table th{text-align:center!important}.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--right table td,.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--right table th,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--right table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--right table th,.neeto-editor-table.neeto-editor-table--right table td,.neeto-editor-table.neeto-editor-table--right table th{text-align:end!important}.ProseMirror.resize-cursor{cursor:col-resize}.ProseMirror ul[data-type=todoList],.neeto-editor ul[data-type=todoList],.neeto-editor-content ul[data-type=todoList]{list-style:none;margin-inline-start:0;padding:0}.ProseMirror ul[data-type=todoList] li,.neeto-editor ul[data-type=todoList] li,.neeto-editor-content ul[data-type=todoList] li{align-items:flex-start;display:flex;position:relative}.ProseMirror ul[data-type=todoList] li>label,.neeto-editor ul[data-type=todoList] li>label,.neeto-editor-content ul[data-type=todoList] li>label{flex:0 0 auto;margin-inline-end:.5rem;pointer-events:none;-moz-user-select:none;user-select:none;z-index:1}.ProseMirror ul[data-type=todoList] li>div,.neeto-editor ul[data-type=todoList] li>div,.neeto-editor-content ul[data-type=todoList] li>div{flex:1 1 auto;min-height:1.5rem}.ProseMirror ul[data-type=todoList] input[type=checkbox],.neeto-editor ul[data-type=todoList] input[type=checkbox],.neeto-editor-content ul[data-type=todoList] input[type=checkbox]{border-color:rgb(var(--neeto-ui-gray-800));border-radius:0;border-width:1px;color:rgb(var(--neeto-ui-primary-500));cursor:pointer;pointer-events:auto;position:relative;top:-2px;z-index:2}.ProseMirror ul[data-type=todoList] input[type=checkbox]:checked,.neeto-editor ul[data-type=todoList] input[type=checkbox]:checked,.neeto-editor-content ul[data-type=todoList] input[type=checkbox]:checked{border-color:rgb(var(--neeto-ui-primary-500))}.ProseMirror ul[data-type=todoList] ul[data-type=todoList],.neeto-editor ul[data-type=todoList] ul[data-type=todoList],.neeto-editor-content ul[data-type=todoList] ul[data-type=todoList]{margin:0}.ProseMirror ul[data-type=todoList] li[data-checked=true]>div p,.neeto-editor ul[data-type=todoList] li[data-checked=true]>div p,.neeto-editor-content ul[data-type=todoList] li[data-checked=true]>div p{opacity:.65;text-decoration:line-through}.ne-link-popover{background-color:rgb(var(--neeto-ui-white));border:1px solid var(--neeto-ui-popover-light-theme-border-color);border-radius:5px;box-shadow:var(--neeto-ui-tooltip-light-theme-box-shadow);color:rgb(var(--neeto-ui-gray-800));padding-block:10px;padding-inline:16px;position:fixed;transition:opacity .3s ease,transform .3s ease,visibility 0s .3s;z-index:99999}.ne-link-popover__url-input{margin:8px 0}.ne-link-popover__checkbox{margin:16px 0}.ne-link-popover__option-button{margin:0 4px}.ne-link-popover__edit-prompt-buttons{display:flex;gap:8px;margin-top:8px}.ne-link-popover a{color:rgb(var(--neeto-ui-gray-800));float:left;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);margin-inline-end:8px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ne-link-popover a[data-neeto-kb-article=true][data-article-deleted=true]{color:rgb(var(--neeto-ui-error-600))!important}.ne-link-popover__kb-article-link{color:rgb(var(--neeto-ui-accent-500))!important;flex:1;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ne-link-popover__kb-article-link--deleted{color:rgb(var(--neeto-ui-error-600))!important}.ne-link-popover__kb-article-link:hover{text-decoration:underline}.ne-link-arrow{border:6px solid transparent;border-top-color:rgba(0,0,0,.2);content:\"\";inset-inline-start:0;position:fixed;top:0;z-index:99999}.ne-article-picker-popover{background-color:rgb(var(--neeto-ui-white));border:1px solid var(--neeto-ui-popover-light-theme-border-color);border-radius:5px;box-shadow:var(--neeto-ui-tooltip-light-theme-box-shadow);color:rgb(var(--neeto-ui-gray-800));padding-block:10px;padding-inline:16px;position:fixed;z-index:99999}.tiptap .collaboration-cursor__caret{border-inline-end:1px solid #0d0d0d;border-inline-start:1px solid #0d0d0d;margin-inline-end:-1px;margin-inline-start:-1px;pointer-events:none;position:relative;word-break:normal}.tiptap .collaboration-cursor__label{border-radius:3px 3px 3px 0;color:#0d0d0d;font-size:12px;font-style:normal;font-weight:600;inset-inline-start:-1px;line-height:normal;padding:.1rem .3rem;position:absolute;top:-1.4em;-moz-user-select:none;user-select:none;white-space:nowrap}.ne-codeblock-nodeview-wrapper pre{padding-inline-end:.75rem;padding-inline-start:.75rem}.ne-codeblock-nodeview-wrapper pre:before{content:none}.ne-codeblock-nodeview-wrapper .highlighted-line{background-color:rgba(255,255,0,.2);inset-inline-end:0;inset-inline-start:0;pointer-events:none;position:absolute;z-index:0}.ne-codeblock-nodeview-wrapper .selected-text{background:inherit}.neeto-ui-dropdown__popup .neeto-ui-dropdown__popup-menu.neeto-editor-highlight-dropdown{padding:12px;width:240px}.neeto-editor-highlight-dropdown{display:flex;flex-direction:column;gap:16px}.neeto-editor-highlight-dropdown__section{width:100%}.neeto-editor-highlight-dropdown__section-title{color:rgb(var(--neeto-ui-gray-600));margin-bottom:8px}.neeto-editor-highlight-dropdown__color-grid{display:flex;flex-wrap:wrap;gap:8px}.neeto-editor-highlight-dropdown__color-dot{border:1px solid;border-radius:5px;cursor:pointer;height:26px;position:relative;transition:all .2s ease;width:26px}.neeto-editor-highlight-dropdown__color-dot:hover{box-shadow:inset 0 0 0 1px currentColor}.neeto-editor-highlight-dropdown__color-dot-text{color:currentColor;inset-inline-start:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}[dir=rtl] .neeto-editor-highlight-dropdown__color-dot-text{transform:translateX(50%) translateY(-50%)}.neeto-editor-highlight-dropdown__color-dot--selected{box-shadow:inset 0 0 0 1.5px currentColor}.neeto-editor-highlight-dropdown__color-dot--background{border-color:rgb(var(--neeto-ui-gray-300))}.neeto-editor-highlight-dropdown__color-dot--background:hover{box-shadow:inset 0 0 0 1px rgb(var(--neeto-ui-gray-300))}.neeto-editor-highlight-dropdown__color-dot--background.neeto-editor-highlight-dropdown__color-dot--selected{box-shadow:inset 0 0 0 1.5px rgb(var(--neeto-ui-gray-300))}.neeto-editor__callout{border-radius:8px;margin:16px 0;padding:16px;position:relative}.neeto-editor__callout .callout-container{align-items:flex-start;display:flex;gap:12px}.neeto-editor__callout .callout-container .callout-emoji{flex-shrink:0;line-height:1}.neeto-editor__callout .callout-container .callout-content{flex-grow:1;min-width:0;outline:none}.neeto-editor__callout .callout-container .callout-content p{margin:0}.neeto-editor__callout .callout-container .callout-content h1:first-child,.neeto-editor__callout .callout-container .callout-content h2:first-child,.neeto-editor__callout .callout-container .callout-content h3:first-child,.neeto-editor__callout .callout-container .callout-content h4:first-child,.neeto-editor__callout .callout-container .callout-content h5:first-child,.neeto-editor__callout .callout-container .callout-content h6:first-child{margin-top:0}.neeto-editor__callout .callout-container .callout-content>p:first-child{margin-top:0}.neeto-editor__callout--default{background-color:#f6f7f8;background-color:rgb(var(--neeto-editor-gray-100))}.neeto-editor__callout--info{background-color:#e2f2ff;background-color:rgb(var(--neeto-editor-info-100))}.neeto-editor__callout--warning{background-color:#fbf2e1;background-color:rgb(var(--neeto-editor-warning-100))}.neeto-editor__callout--error{background-color:#feecf0;background-color:rgb(var(--neeto-editor-error-100))}.neeto-editor__callout--success{background-color:#ebfffa;background-color:rgb(var(--neeto-editor-success-100))}.neeto-ui-dropdown__popup .neeto-ui-dropdown__popup-menu.neeto-editor-callout-dropdown{padding:8px;width:200px}.neeto-editor-callout-dropdown{display:flex;flex-direction:column;gap:8px}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section{width:100%}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section .neeto-editor-callout-dropdown__section-title{color:rgb(var(--neeto-ui-gray-600));font-size:10px;font-weight:500;letter-spacing:.5px;margin-bottom:4px;padding:0 4px;text-transform:uppercase}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section .neeto-editor-callout-dropdown__options-grid{display:flex;flex-direction:column;gap:2px}.neeto-editor-callout-dropdown__type-option{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:12px;padding-block:6px;padding-inline:8px;text-align:start;transition:all .15s ease;width:100%}.neeto-editor-callout-dropdown__type-option .neeto-editor-callout-dropdown__type-emoji{align-items:center;display:flex;flex-shrink:0;font-size:14px;height:16px;justify-content:center;margin-inline-end:8px;width:16px}.neeto-editor-callout-dropdown__type-option .neeto-editor-callout-dropdown__type-label{color:rgb(var(--neeto-ui-gray-800));flex:1;font-weight:500}.neeto-editor-callout-dropdown__type-option:hover{background-color:rgb(var(--neeto-ui-gray-50))}.neeto-editor-callout-dropdown__type-option--selected{background-color:rgb(var(--neeto-ui-primary-50));border:1px solid rgb(var(--neeto-ui-primary-200))}.neeto-editor-callout-dropdown__type-option--selected .neeto-editor-callout-dropdown__type-label{color:rgb(var(--neeto-ui-primary-900))}.neeto-editor-callout-dropdown__current-emoji{display:inline-block}.ProseMirror{height:100%;overflow-y:auto;white-space:break-spaces}.ProseMirror a{color:rgb(var(--neeto-ui-accent-500));text-decoration:underline}.ProseMirror a[data-neeto-kb-article=true][data-article-deleted=true]{color:#dc2626!important;cursor:not-allowed}.ProseMirror a[data-neeto-kb-article=true][data-article-deleted=true]:hover{opacity:.7}.ProseMirror:focus{outline:none}";
|
|
423
|
+
var css$1 = "@charset \"UTF-8\";.tippy-box[data-theme~=neeto-editor-slash-commands-tippy]{border:1px solid rgb(var(--neeto-ui-gray-400))}.tippy-box[data-theme~=neeto-editor-slash-commands-tippy] .tippy-content{padding:0!important}.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:8px;width:256px}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item{align-items:center;border:none;border-radius:var(--neeto-ui-rounded);box-shadow:none;color:rgb(var(--neeto-ui-gray-800));cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;outline:none;padding-block:8px;padding-inline: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:focus-visible,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item:hover{background-color:rgb(var(--neeto-ui-gray-200));border:none;box-shadow:none;color:rgb(var(--neeto-ui-black));outline:none}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content{text-align:start}.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content .neeto-editor-slash-commands__item-description,.neeto-editor-slash-commands__wrapper .neeto-editor-slash-commands__item .neeto-editor-slash-commands__item-content .neeto-editor-slash-commands__item-title{font-size:14px;font-weight:400;line-height:1.2;text-align:start}.tippy-box[data-theme~=neeto-editor-mentions-tooltip]{border:1px solid rgb(var(--neeto-ui-gray-400))}.tippy-box[data-theme~=neeto-editor-mentions-tooltip] .tippy-content{max-height:none;padding:0}.tippy-box[data-theme~=neeto-editor-mentions-tooltip] .tippy-content button.active{background-color:var(--neeto-ui-dropdown-item-focus-bg-color)}.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-ui-theme--dark .hljs{background:#fafafa;color:#383a42}.neeto-ui-theme--dark .hljs-comment,.neeto-ui-theme--dark .hljs-quote{color:#a0a1a7;font-style:italic}.neeto-ui-theme--dark .hljs-doctag,.neeto-ui-theme--dark .hljs-formula,.neeto-ui-theme--dark .hljs-keyword{color:#a626a4}.neeto-ui-theme--dark .hljs-deletion,.neeto-ui-theme--dark .hljs-name,.neeto-ui-theme--dark .hljs-section,.neeto-ui-theme--dark .hljs-selector-tag,.neeto-ui-theme--dark .hljs-subst{color:#e45649}.neeto-ui-theme--dark .hljs-literal{color:#0184bb}.neeto-ui-theme--dark .hljs-addition,.neeto-ui-theme--dark .hljs-attribute,.neeto-ui-theme--dark .hljs-meta .hljs-string,.neeto-ui-theme--dark .hljs-regexp,.neeto-ui-theme--dark .hljs-string{color:#50a14f}.neeto-ui-theme--dark .hljs-attr,.neeto-ui-theme--dark .hljs-number,.neeto-ui-theme--dark .hljs-selector-attr,.neeto-ui-theme--dark .hljs-selector-class,.neeto-ui-theme--dark .hljs-selector-pseudo,.neeto-ui-theme--dark .hljs-template-variable,.neeto-ui-theme--dark .hljs-type,.neeto-ui-theme--dark .hljs-variable{color:#986801}.neeto-ui-theme--dark .hljs-bullet,.neeto-ui-theme--dark .hljs-link,.neeto-ui-theme--dark .hljs-meta,.neeto-ui-theme--dark .hljs-selector-id,.neeto-ui-theme--dark .hljs-symbol,.neeto-ui-theme--dark .hljs-title{color:#4078f2}.neeto-ui-theme--dark .hljs-built_in,.neeto-ui-theme--dark .hljs-class .hljs-title,.neeto-ui-theme--dark .hljs-title.class_{color:#c18401}.neeto-ui-theme--dark .hljs-emphasis{font-style:italic}.neeto-ui-theme--dark .hljs-strong{font-weight:700}.neeto-ui-theme--dark .hljs-link{text-decoration:underline}.neeto-ui-theme--light .hljs{background:#282c34;color:#abb2bf}.neeto-ui-theme--light .hljs-comment,.neeto-ui-theme--light .hljs-quote{color:#5c6370;font-style:italic}.neeto-ui-theme--light .hljs-doctag,.neeto-ui-theme--light .hljs-formula,.neeto-ui-theme--light .hljs-keyword{color:#c678dd}.neeto-ui-theme--light .hljs-deletion,.neeto-ui-theme--light .hljs-name,.neeto-ui-theme--light .hljs-section,.neeto-ui-theme--light .hljs-selector-tag,.neeto-ui-theme--light .hljs-subst{color:#e06c75}.neeto-ui-theme--light .hljs-literal{color:#56b6c2}.neeto-ui-theme--light .hljs-addition,.neeto-ui-theme--light .hljs-attribute,.neeto-ui-theme--light .hljs-meta .hljs-string,.neeto-ui-theme--light .hljs-regexp,.neeto-ui-theme--light .hljs-string{color:#98c379}.neeto-ui-theme--light .hljs-attr,.neeto-ui-theme--light .hljs-number,.neeto-ui-theme--light .hljs-selector-attr,.neeto-ui-theme--light .hljs-selector-class,.neeto-ui-theme--light .hljs-selector-pseudo,.neeto-ui-theme--light .hljs-template-variable,.neeto-ui-theme--light .hljs-type,.neeto-ui-theme--light .hljs-variable{color:#d19a66}.neeto-ui-theme--light .hljs-bullet,.neeto-ui-theme--light .hljs-link,.neeto-ui-theme--light .hljs-meta,.neeto-ui-theme--light .hljs-selector-id,.neeto-ui-theme--light .hljs-symbol,.neeto-ui-theme--light .hljs-title{color:#61aeee}.neeto-ui-theme--light .hljs-built_in,.neeto-ui-theme--light .hljs-class .hljs-title,.neeto-ui-theme--light .hljs-title.class_{color:#e6c07b}.neeto-ui-theme--light .hljs-emphasis{font-style:italic}.neeto-ui-theme--light .hljs-strong{font-weight:700}.neeto-ui-theme--light .hljs-link{text-decoration:underline}.neeto-ui-theme--light,:root{--neeto-editor-white:255,255,255;--neeto-editor-black:12,17,29;--neeto-editor-gray-800:16,24,40;--neeto-editor-gray-700:29,41,57;--neeto-editor-gray-600:52,64,84;--neeto-editor-gray-500:135,146,157;--neeto-editor-gray-400:194,200,204;--neeto-editor-gray-300:216,220,222;--neeto-editor-gray-200:233,235,237;--neeto-editor-gray-100:246,247,248;--neeto-editor-gray-50:250,250,250;--neeto-editor-primary-800:0,102,83;--neeto-editor-primary-600:0,122,100;--neeto-editor-primary-500:0,128,104;--neeto-editor-primary-100:225,243,238;--neeto-editor-primary-50:240,249,247;--neeto-editor-accent-800:9,90,186;--neeto-editor-accent-600:13,102,208;--neeto-editor-accent-500:20,115,230;--neeto-editor-accent-100:230,244,255;--neeto-editor-accent-50:239,248,255;--neeto-editor-success-800:1,121,93;--neeto-editor-success-600:1,141,109;--neeto-editor-success-500:2,162,124;--neeto-editor-success-100:235,255,250;--neeto-editor-error-800:187,18,26;--neeto-editor-error-600:201,37,45;--neeto-editor-error-500:215,55,63;--neeto-editor-error-100:254,236,240;--neeto-editor-info-800:9,90,186;--neeto-editor-info-600:13,102,208;--neeto-editor-info-500:20,115,230;--neeto-editor-info-100:226,242,255;--neeto-editor-warning-800:189,100,13;--neeto-editor-warning-600:203,111,16;--neeto-editor-warning-500:218,123,17;--neeto-editor-warning-100:251,242,225;--neeto-editor-pastel-silver:232,233,237;--neeto-editor-pastel-red:255,229,229;--neeto-editor-pastel-yellow:254,243,197;--neeto-editor-pastel-green:211,249,232;--neeto-editor-pastel-blue:236,244,255;--neeto-editor-pastel-purple:238,235,255;--neeto-editor-pastel-pink:253,226,241;--neeto-editor-rounded-none:0;--neeto-editor-rounded-sm:3px;--neeto-editor-rounded:5px;--neeto-editor-rounded-md:6px;--neeto-editor-rounded-lg:8px;--neeto-editor-rounded-xl:12px;--neeto-editor-rounded-full:999px;--neeto-editor-font-thin:100;--neeto-editor-font-extralight:200;--neeto-editor-font-light:300;--neeto-editor-font-normal:400;--neeto-editor-font-medium:500;--neeto-editor-font-semibold:600;--neeto-editor-font-bold:700;--neeto-editor-font-extrabold:800;--neeto-editor-font-black:900;--neeto-editor-content-h1-margin:1.5rem 0 0.25rem;--neeto-editor-content-h2-margin:1.5rem 0 0.25rem;--neeto-editor-content-h3-margin:1.5rem 0 0.25rem;--neeto-editor-content-h4-margin:1.5rem 0 0.25rem;--neeto-editor-content-h5-margin:1.5rem 0 0.25rem;--neeto-editor-content-h6-margin:1.5rem 0 0.25rem;--neeto-editor-content-heading-font-weight:600;--neeto-editor-content-heading-font-weight-bold:bold;--neeto-editor-content-heading-color:12,17,29,1;--neeto-editor-content-heading-line-height:1.25;--neeto-editor-content-paragraph-color:54,55,55,1;--neeto-editor-content-paragraph-font-weight:400;--neeto-editor-content-paragraph-line-height:1.6;--neeto-editor-content-list-padding-inline-start:2rem;--neeto-editor-content-list-margin-bottom:1rem;--neeto-editor-content-list-item-margin-bottom:0.5rem;--neeto-editor-content-list-item-margin-top:0.5rem;--neeto-editor-content-code-font-size:85%;--neeto-editor-content-code-background-color:40,44,52,1;--neeto-editor-content-code-line-number-color:89,99,110,1;--neeto-editor-content-code-color:171,178,191,1;--neeto-editor-content-inline-code-color:31,35,40,1;--neeto-editor-content-inline-code-background-color:239,242,246,1;--neeto-editor-content-code-padding:0.2em 0.4em;--neeto-editor-content-blockquote-color:89,99,110,1;--neeto-editor-content-blockquote-border-color:209,217,224,1;--neeto-editor-content-blockquote-border-inline-start-width:4px;--neeto-editor-content-blockquote-margin-bottom:1rem;--neeto-editor-content-blockquote-padding-inline-start:0.75rem;--neeto-editor-content-image-border-color:228,228,231;--neeto-editor-content-image-border-radius:8px;--neeto-editor-highlight-text-1:#000;--neeto-editor-highlight-text-2:#32302c;--neeto-editor-highlight-text-3:#787774;--neeto-editor-highlight-text-4:#d9d9d9;--neeto-editor-highlight-text-5:#f8f8f7;--neeto-editor-highlight-text-6:#fff;--neeto-editor-highlight-text-7:red;--neeto-editor-highlight-text-8:#d44c47;--neeto-editor-highlight-text-9:#fdebec;--neeto-editor-highlight-text-10:#d9730d;--neeto-editor-highlight-text-11:#cb912f;--neeto-editor-highlight-text-12:#9f6b53;--neeto-editor-highlight-text-13:#ff0;--neeto-editor-highlight-text-14:#ffd966;--neeto-editor-highlight-text-15:#00ff01;--neeto-editor-highlight-text-16:#005343;--neeto-editor-highlight-text-17:#448361;--neeto-editor-highlight-text-18:#edf3ec;--neeto-editor-highlight-text-19:#4a85e8;--neeto-editor-highlight-text-20:#1c4585;--neeto-editor-highlight-text-21:#337ea9;--neeto-editor-highlight-text-22:#a2c4c9;--neeto-editor-highlight-text-23:#c9daf8;--neeto-editor-highlight-text-24:#f0f;--neeto-editor-highlight-text-25:#c14c8a;--neeto-editor-highlight-text-26:#9065b0;--neeto-editor-highlight-text-27:#361c74;--neeto-editor-highlight-text-28:#4e1230;--neeto-editor-highlight-text-29:#b69cff;--neeto-editor-highlight-bg-1:#000;--neeto-editor-highlight-bg-2:#32302c;--neeto-editor-highlight-bg-3:#787774;--neeto-editor-highlight-bg-4:#d9d9d9;--neeto-editor-highlight-bg-5:#f8f8f7;--neeto-editor-highlight-bg-6:#fff;--neeto-editor-highlight-bg-7:red;--neeto-editor-highlight-bg-8:#d44c47;--neeto-editor-highlight-bg-9:#fdebec;--neeto-editor-highlight-bg-10:#f4eeee;--neeto-editor-highlight-bg-11:#d9730d;--neeto-editor-highlight-bg-12:#fbecdd;--neeto-editor-highlight-bg-13:#ff0;--neeto-editor-highlight-bg-14:#ffd966;--neeto-editor-highlight-bg-15:#fbf3db;--neeto-editor-highlight-bg-16:#00ff01;--neeto-editor-highlight-bg-17:#005343;--neeto-editor-highlight-bg-18:#edf3ec;--neeto-editor-highlight-bg-19:#4a85e8;--neeto-editor-highlight-bg-20:#1c4585;--neeto-editor-highlight-bg-21:#a2c4c9;--neeto-editor-highlight-bg-22:#c9daf8;--neeto-editor-highlight-bg-23:#e7f3f8;--neeto-editor-highlight-bg-24:#f0f;--neeto-editor-highlight-bg-25:#c14c8a;--neeto-editor-highlight-bg-26:#361c74;--neeto-editor-highlight-bg-27:#4e1230;--neeto-editor-highlight-bg-28:#b69cff;--neeto-editor-highlight-bg-29:#f8f3fc}.neeto-ui-theme--dark{--neeto-editor-white:18,18,18;--neeto-editor-black:224,224,224;--neeto-editor-gray-50:10,10,10;--neeto-editor-gray-100:30,30,30;--neeto-editor-gray-200:44,44,44;--neeto-editor-gray-300:57,57,57;--neeto-editor-gray-400:73,73,73;--neeto-editor-gray-500:92,92,92;--neeto-editor-gray-600:124,124,124;--neeto-editor-gray-700:162,162,162;--neeto-editor-gray-800:200,200,200;--neeto-editor-primary-800:0,245,200;--neeto-editor-primary-600:0,224,183;--neeto-editor-primary-500:0,204,167;--neeto-editor-primary-100:0,61,49;--neeto-editor-primary-50:0,41,33;--neeto-editor-accent-800:142,189,245;--neeto-editor-accent-600:105,167,242;--neeto-editor-accent-500:67,144,239;--neeto-editor-accent-100:10,56,113;--neeto-editor-accent-50:7,37,75;--neeto-editor-error-800:247,109,116;--neeto-editor-error-600:236,91,98;--neeto-editor-error-500:227,72,80;--neeto-editor-error-100:129,33,38;--neeto-editor-success-800:0,245,200;--neeto-editor-success-600:0,224,183;--neeto-editor-success-500:0,204,167;--neeto-editor-success-100:0,61,49;--neeto-editor-warning-800:249,164,63;--neeto-editor-warning-600:242,148,35;--neeto-editor-warning-500:230,134,25;--neeto-editor-warning-100:131,74,11;--neeto-editor-info-800:142,189,245;--neeto-editor-info-600:105,167,242;--neeto-editor-info-500:67,144,239;--neeto-editor-info-100:10,56,113;--neeto-editor-pastel-silver:167,168,170;--neeto-editor-pastel-red:183,164,165;--neeto-editor-pastel-yellow:182,175,143;--neeto-editor-pastel-green:152,179,167;--neeto-editor-pastel-blue:170,175,183;--neeto-editor-pastel-purple:171,169,183;--neeto-editor-pastel-pink:181,162,174;--neeto-editor-content-heading-color:224,224,224,1;--neeto-editor-content-paragraph-color:224,224,224,1;--neeto-editor-content-code-background-color:246,248,250,1;--neeto-editor-content-code-line-number-color:89,99,110,1;--neeto-editor-content-code-color:31,35,40,1;--neeto-editor-content-inline-code-color:212,223,243,1;--neeto-editor-content-inline-code-background-color:67,73,84,1;--neeto-editor-content-blockquote-color:145,152,161,1;--neeto-editor-content-blockquote-border-color:61,68,77,1;--neeto-editor-highlight-text-1:#fff;--neeto-editor-highlight-text-2:#dcdad6;--neeto-editor-highlight-text-3:#a09f9c;--neeto-editor-highlight-text-4:#505050;--neeto-editor-highlight-text-5:#323230;--neeto-editor-highlight-text-6:#1e1e1e;--neeto-editor-highlight-text-7:#ff5050;--neeto-editor-highlight-text-8:#ff6e69;--neeto-editor-highlight-text-9:#d2828c;--neeto-editor-highlight-text-10:#ffa03c;--neeto-editor-highlight-text-11:#f0b955;--neeto-editor-highlight-text-12:#cd9678;--neeto-editor-highlight-text-13:#ffeb3c;--neeto-editor-highlight-text-14:#dcb43c;--neeto-editor-highlight-text-15:#3cf050;--neeto-editor-highlight-text-16:#46b996;--neeto-editor-highlight-text-17:#64b98c;--neeto-editor-highlight-text-18:#5a8764;--neeto-editor-highlight-text-19:#78afff;--neeto-editor-highlight-text-20:#649beb;--neeto-editor-highlight-text-21:#5aaad7;--neeto-editor-highlight-text-22:#5a9ba5;--neeto-editor-highlight-text-23:#5a82c8;--neeto-editor-highlight-text-24:#ff5aff;--neeto-editor-highlight-text-25:#eb78b9;--neeto-editor-highlight-text-26:#be91e1;--neeto-editor-highlight-text-27:#aa8cff;--neeto-editor-highlight-text-28:#d264a0;--neeto-editor-highlight-text-29:#9b78eb;--neeto-editor-highlight-bg-1:#fff;--neeto-editor-highlight-bg-2:#dcdad6;--neeto-editor-highlight-bg-3:#a09f9c;--neeto-editor-highlight-bg-4:#505050;--neeto-editor-highlight-bg-5:#323230;--neeto-editor-highlight-bg-6:#1e1e1e;--neeto-editor-highlight-bg-7:#ff5050;--neeto-editor-highlight-bg-8:#ff6e69;--neeto-editor-highlight-bg-9:#d2828c;--neeto-editor-highlight-bg-10:#ffa03c;--neeto-editor-highlight-bg-11:#f0b955;--neeto-editor-highlight-bg-12:#cd9678;--neeto-editor-highlight-bg-13:#ffeb3c;--neeto-editor-highlight-bg-14:#dcb43c;--neeto-editor-highlight-bg-15:#3cf050;--neeto-editor-highlight-bg-16:#46b996;--neeto-editor-highlight-bg-17:#64b98c;--neeto-editor-highlight-bg-18:#5a8764;--neeto-editor-highlight-bg-19:#78afff;--neeto-editor-highlight-bg-20:#649beb;--neeto-editor-highlight-bg-21:#5aaad7;--neeto-editor-highlight-bg-22:#5a9ba5;--neeto-editor-highlight-bg-23:#5a82c8;--neeto-editor-highlight-bg-24:#ff5aff;--neeto-editor-highlight-bg-25:#78285a;--neeto-editor-highlight-bg-26:#28145a;--neeto-editor-highlight-bg-27:#3c0f26;--neeto-editor-highlight-bg-28:#321964;--neeto-editor-highlight-bg-29:#281641}.neeto-ui-theme--dark .neeto-editor-content.neeto-editor-size--small,.neeto-ui-theme--dark .neeto-editor-size--small.neeto-editor{--neeto-editor-content-heading-color:224,224,224,1;--neeto-editor-content-paragraph-color:224,224,224,1}.neeto-ui-theme--light .neeto-editor,.neeto-ui-theme--light .neeto-editor-content{--neeto-editor-content-heading-color:12,17,29,1;--neeto-editor-content-paragraph-color:54,55,55,1}.neeto-ui-theme--light .neeto-editor-content.neeto-editor-size--small,.neeto-ui-theme--light .neeto-editor-size--small.neeto-editor{--neeto-editor-content-heading-color:31,35,40,1;--neeto-editor-content-paragraph-color:31,35,40,1}.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 hr,.neeto-editor-content hr{border-color:#363737;border-color:rgba(var(--neeto-editor-content-paragraph-color));margin:.5rem 0;opacity:.2}.neeto-editor .table-responsive,.neeto-editor-content .table-responsive{-webkit-overflow-scrolling:touch;margin:1rem 0;overflow-x:auto}.neeto-editor .table-responsive.neeto-editor-table--left table td,.neeto-editor .table-responsive.neeto-editor-table--left table th,.neeto-editor-content .table-responsive.neeto-editor-table--left table td,.neeto-editor-content .table-responsive.neeto-editor-table--left table th{text-align:start!important}.neeto-editor .table-responsive.neeto-editor-table--center table td,.neeto-editor .table-responsive.neeto-editor-table--center table th,.neeto-editor-content .table-responsive.neeto-editor-table--center table td,.neeto-editor-content .table-responsive.neeto-editor-table--center table th{text-align:center!important}.neeto-editor .table-responsive.neeto-editor-table--right table td,.neeto-editor .table-responsive.neeto-editor-table--right table th,.neeto-editor-content .table-responsive.neeto-editor-table--right table td,.neeto-editor-content .table-responsive.neeto-editor-table--right table th{text-align:end!important}.neeto-editor-content.neeto-editor-size--small,.neeto-editor-size--small.neeto-editor{--neeto-editor-content-heading-color:31,35,40,1;--neeto-editor-content-paragraph-color:31,35,40,1;--neeto-editor-content-h1-font-size:1.75rem;--neeto-editor-content-h2-font-size:1.3125rem;--neeto-editor-content-h3-font-size:1.09375rem;--neeto-editor-content-h4-font-size:0.875rem;--neeto-editor-content-h5-font-size:0.765625rem;--neeto-editor-content-h6-font-size:0.74375rem;--neeto-editor-content-paragraph-font-size:0.875rem;--neeto-editor-content-paragraph-line-height:1.5;--neeto-editor-content-list-padding-inline-start:1.5rem;--neeto-editor-content-list-item-margin-bottom:0.25rem;--neeto-editor-content-list-item-margin-top:0.25rem}.neeto-editor-content.neeto-editor-size--medium,.neeto-editor-size--medium.neeto-editor{--neeto-editor-content-h1-font-size:2rem;--neeto-editor-content-h2-font-size:1.5rem;--neeto-editor-content-h3-font-size:1.25rem;--neeto-editor-content-h4-font-size:1rem;--neeto-editor-content-h5-font-size:0.875rem;--neeto-editor-content-h6-font-size:0.75rem;--neeto-editor-content-paragraph-font-size:1rem}@media only screen and (max-width:767px){.neeto-editor-content.neeto-editor-size--medium,.neeto-editor-size--medium.neeto-editor{--neeto-editor-content-h1-font-size:1.375rem;--neeto-editor-content-h2-font-size:1.25rem;--neeto-editor-content-h3-font-size:1.125rem}}.neeto-editor-content.neeto-editor-size--large,.neeto-editor-size--large.neeto-editor{--neeto-editor-content-h1-font-size:2.375rem;--neeto-editor-content-h2-font-size:1.93rem;--neeto-editor-content-h3-font-size:1.633rem;--neeto-editor-content-h4-font-size:1.336rem;--neeto-editor-content-h5-font-size:0.986rem;--neeto-editor-content-h6-font-size:0.796rem;--neeto-editor-content-paragraph-font-size:1.125rem}@media only screen and (max-width:767px){.neeto-editor-content.neeto-editor-size--large,.neeto-editor-size--large.neeto-editor{--neeto-editor-content-h1-font-size:2.125rem;--neeto-editor-content-h2-font-size:1.7266rem;--neeto-editor-content-h3-font-size:1.4609rem;--neeto-editor-content-h4-font-size:1.1953rem;--neeto-editor-content-h5-font-size:0.875rem;--neeto-editor-content-h6-font-size:0.75rem;--neeto-editor-content-paragraph-font-size:1rem}}.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:#0c111d;color:rgba(var(--neeto-editor-content-heading-color));font-weight:600;font-weight:var(--neeto-editor-content-heading-font-weight)}.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:700!important;font-weight:var(--neeto-editor-content-heading-font-weight-bold)!important}.neeto-editor h1,.neeto-editor-content h1{font-size:var(--neeto-editor-content-h1-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h1-margin)}.neeto-editor h2,.neeto-editor-content h2{font-size:var(--neeto-editor-content-h2-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h2-margin)}.neeto-editor h3,.neeto-editor-content h3{font-size:var(--neeto-editor-content-h3-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h3-margin)}.neeto-editor h4,.neeto-editor-content h4{font-size:var(--neeto-editor-content-h4-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h4-margin)}.neeto-editor h5,.neeto-editor-content h5{font-size:var(--neeto-editor-content-h5-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h5-margin)}.neeto-editor h6,.neeto-editor-content h6{font-size:var(--neeto-editor-content-h6-font-size);margin:1.5rem 0 .25rem;margin:var(--neeto-editor-content-h6-margin)}.neeto-editor .header-wrapper,.neeto-editor-content .header-wrapper{position:relative}.neeto-editor .header-wrapper__link,.neeto-editor-content .header-wrapper__link{position:absolute;top:50%}.neeto-editor .header-wrapper h1,.neeto-editor .header-wrapper h2,.neeto-editor .header-wrapper h3,.neeto-editor .header-wrapper h4,.neeto-editor .header-wrapper h5,.neeto-editor .header-wrapper h6,.neeto-editor-content .header-wrapper h1,.neeto-editor-content .header-wrapper h2,.neeto-editor-content .header-wrapper h3,.neeto-editor-content .header-wrapper h4,.neeto-editor-content .header-wrapper h5,.neeto-editor-content .header-wrapper h6{line-height:1.25;line-height:var(--neeto-editor-content-heading-line-height);transition:color .15s ease-in}.neeto-editor .header-wrapper .header-link-icon-wrapper,.neeto-editor-content .header-wrapper .header-link-icon-wrapper{align-items:center;display:flex;height:100%;inset-inline-start:-1.5625rem;opacity:0;position:absolute;transition:opacity .15s ease-in;width:1.5625rem}.neeto-editor .header-wrapper .header-link-icon-wrapper svg,.neeto-editor-content .header-wrapper .header-link-icon-wrapper svg{fill:#006653;fill:rgb(var(--neeto-editor-primary-800));transition:fill .15s ease-in}.neeto-editor .header-wrapper:hover .header-link-icon-wrapper,.neeto-editor-content .header-wrapper:hover .header-link-icon-wrapper{opacity:1}.neeto-editor .header-wrapper:hover svg,.neeto-editor-content .header-wrapper:hover svg{fill:#095aba;fill:rgb(var(--neeto-editor-accent-800))}.neeto-editor p,.neeto-editor-content p{color:#363737;color:rgba(var(--neeto-editor-content-paragraph-color));font-size:var(--neeto-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--neeto-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--neeto-editor-content-paragraph-line-height);margin:0;min-height:1.3rem}.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:600!important}.neeto-editor div,.neeto-editor-content div{color:#363737;color:rgba(var(--neeto-editor-content-paragraph-color));font-size:var(--neeto-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--neeto-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--neeto-editor-content-paragraph-line-height)}.neeto-editor code,.neeto-editor-content code{background-color:#282c34;background-color:rgba(var(--neeto-editor-content-code-background-color));border-color:#282c34;border-color:rgba(var(--neeto-editor-content-code-background-color));border-radius:3px;border-radius:var(--neeto-editor-rounded-sm);color:#abb2bf;color:rgba(var(--neeto-editor-content-code-color));font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:85%;font-size:var(--neeto-editor-content-code-font-size);padding:.2em .4em;padding:var(--neeto-editor-content-code-padding)}.neeto-editor code *,.neeto-editor-content code *{font-size:inherit!important}.neeto-editor h1 code,.neeto-editor h2 code,.neeto-editor h3 code,.neeto-editor h4 code,.neeto-editor h5 code,.neeto-editor h6 code,.neeto-editor li code,.neeto-editor p code,.neeto-editor table td code,.neeto-editor table th code,.neeto-editor-content h1 code,.neeto-editor-content h2 code,.neeto-editor-content h3 code,.neeto-editor-content h4 code,.neeto-editor-content h5 code,.neeto-editor-content h6 code,.neeto-editor-content li code,.neeto-editor-content p code,.neeto-editor-content table td code,.neeto-editor-content table th code{background-color:#eff2f6;background-color:rgba(var(--neeto-editor-content-inline-code-background-color));border-radius:3px;border-radius:var(--neeto-editor-rounded-sm);color:#1f2328;color:rgba(var(--neeto-editor-content-inline-code-color));font-size:85%;font-size:var(--neeto-editor-content-code-font-size)}.neeto-editor pre,.neeto-editor-content pre{background-color:#282c34;background-color:rgba(var(--neeto-editor-content-code-background-color));border-color:#282c34;border-color:rgba(var(--neeto-editor-content-code-background-color));border-radius:8px;border-radius:var(--neeto-editor-rounded-lg);counter-reset:line-number;font-size:var(--neeto-editor-content-paragraph-font-size);line-height:1.5;margin-bottom:1rem;margin-top:1rem;max-width:100%;padding:0;position:relative}.neeto-editor pre,.neeto-editor pre div,.neeto-editor-content pre,.neeto-editor-content pre div{color:#abb2bf;color:rgba(var(--neeto-editor-content-code-color))}.neeto-editor pre .neeto-editor-codeblock-options,.neeto-editor-content pre .neeto-editor-codeblock-options{align-items:center;display:flex;gap:.25rem;inset-inline-end:.25rem;opacity:0;position:absolute;top:.25rem;visibility:hidden}.neeto-editor pre .neeto-editor-codeblock-options__menu,.neeto-editor-content pre .neeto-editor-codeblock-options__menu{display:flex;flex-direction:column;gap:.25rem}.neeto-editor pre .neeto-editor-codeblock-options__input,.neeto-editor-content pre .neeto-editor-codeblock-options__input{margin:.25rem}.neeto-editor pre:hover .neeto-editor-codeblock-options,.neeto-editor-content pre:hover .neeto-editor-codeblock-options{opacity:1;visibility:visible}.neeto-editor pre:hover .copy-button,.neeto-editor-content pre:hover .copy-button{opacity:1;visibility:visible}.neeto-editor pre .copy-button,.neeto-editor-content pre .copy-button{inset-inline-end:.25rem;opacity:0;position:absolute;top:.25rem;visibility:hidden}.neeto-editor pre[data-linenumbers] .highlight-line,.neeto-editor-content pre[data-linenumbers] .highlight-line{padding-inline-start:3.125rem;position:relative}.neeto-editor pre[data-linenumbers] .highlight-line:before,.neeto-editor-content pre[data-linenumbers] .highlight-line:before{align-items:center;color:#59636e;color:rgba(var(--neeto-editor-content-code-line-number-color));content:counter(line-number);counter-increment:line-number;display:flex;font-size:85%;font-weight:400;height:100%;inset-inline-start:0;justify-content:flex-end;padding-inline-end:1rem;padding-inline-start:.625rem;position:absolute;width:3.125rem}.neeto-editor pre[data-linenumbers] .highlight-line:last-child:before,.neeto-editor-content pre[data-linenumbers] .highlight-line:last-child:before{content:\"\"}.neeto-editor pre>code,.neeto-editor-content pre>code{background-color:transparent;border-radius:0;border-radius:8px;border-radius:var(--neeto-editor-rounded-lg);border-width:0;color:inherit;display:block;font-size:85%;font-size:var(--neeto-editor-content-code-font-size);font-weight:400;line-height:inherit;overflow-x:auto;padding:.75rem;white-space:pre!important;width:100%}.neeto-editor pre[data-linenumbers]>code,.neeto-editor-content pre[data-linenumbers]>code{padding-inline-start:0}.neeto-editor blockquote,.neeto-editor-content blockquote{border-inline-start-color:#d1d9e0;border-inline-start-color:rgba(var(--neeto-editor-content-blockquote-border-color));border-inline-start-width:4px;border-inline-start-width:var(--neeto-editor-content-blockquote-border-inline-start-width);color:#59636e;color:rgba(var(--neeto-editor-content-blockquote-color));font-weight:500;font-weight:var(--neeto-editor-font-medium);margin-bottom:1rem;margin-bottom:var(--neeto-editor-content-blockquote-margin-bottom);padding-inline-start:.75rem;padding-inline-start:var(--neeto-editor-content-blockquote-padding-inline-start);quotes:\"“\" \"”\" \"‘\" \"’\"}.neeto-editor blockquote div,.neeto-editor blockquote p,.neeto-editor-content blockquote div,.neeto-editor-content blockquote p{color:inherit}.neeto-editor blockquote>p:before,.neeto-editor-content blockquote>p:before{content:\"\"!important}.neeto-editor blockquote>p:after,.neeto-editor-content blockquote>p:after{content:\"\"!important}.neeto-editor ol,.neeto-editor ul,.neeto-editor-content ol,.neeto-editor-content ul{list-style:revert;margin-bottom:1rem;margin-bottom:var(--neeto-editor-content-list-margin-bottom);padding-inline-start:2rem;padding-inline-start:var(--neeto-editor-content-list-padding-inline-start)}.neeto-editor ol li,.neeto-editor ul li,.neeto-editor-content ol li,.neeto-editor-content ul li{color:#363737;color:rgba(var(--neeto-editor-content-paragraph-color));font-size:var(--neeto-editor-content-paragraph-font-size);font-weight:400;font-weight:var(--neeto-editor-content-paragraph-font-weight);line-height:1.6;line-height:var(--neeto-editor-content-paragraph-line-height)}.neeto-editor ol li:before,.neeto-editor ul li:before,.neeto-editor-content ol li:before,.neeto-editor-content ul li:before{background-color:#363737;background-color:rgba(var(--neeto-editor-content-paragraph-color))}.neeto-editor ol.orderedList li>p,.neeto-editor ul.bulletList li>p,.neeto-editor-content ol.orderedList li>p,.neeto-editor-content ul.bulletList li>p{margin-bottom:.5rem;margin-bottom:var(--neeto-editor-content-list-item-margin-bottom);margin-top:.5rem;margin-top:var(--neeto-editor-content-list-item-margin-top)}.neeto-editor ol.orderedList+p,.neeto-editor ul.bulletList+p,.neeto-editor-content ol.orderedList+p,.neeto-editor-content ul.bulletList+p{margin-top:.5rem;margin-top:var(--neeto-editor-content-list-item-margin-top)}.neeto-editor a[href],.neeto-editor-content a[href]{color:#095aba;color:rgb(var(--neeto-editor-accent-800));font-weight:inherit}.neeto-editor .neeto-editor__video-wrapper,.neeto-editor-content .neeto-editor__video-wrapper{display:flex;margin:1rem 0;padding-inline-start:3px}.neeto-editor .neeto-editor__video-wrapper.neeto-editor__video--bordered iframe,.neeto-editor .neeto-editor__video-wrapper.neeto-editor__video--bordered video,.neeto-editor-content .neeto-editor__video-wrapper.neeto-editor__video--bordered iframe,.neeto-editor-content .neeto-editor__video-wrapper.neeto-editor__video--bordered video{border:1px solid #e4e4e7;border-color:rgba(var(--neeto-editor-content-image-border-color));border-radius:8px;border-radius:var(--neeto-editor-content-image-border-radius)}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe{display:inline-block;height:auto!important;max-width:100%;vertical-align:top}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe iframe{aspect-ratio:16/9;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-1-1 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-1-1 iframe{aspect-ratio:1/1;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-16-9 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-16-9 iframe{aspect-ratio:16/9;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-9-16 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-9-16 iframe{aspect-ratio:9/16;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-4-3 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-4-3 iframe{aspect-ratio:4/3;width:100%}.neeto-editor .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-3-2 iframe,.neeto-editor-content .neeto-editor__video-wrapper .neeto-editor__video-iframe.neeto-editor-aspect-3-2 iframe{aspect-ratio:3/2;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:3px;border-radius:var(--neeto-editor-rounded-sm);padding:0}.neeto-editor [data-type=mention],.neeto-editor-content [data-type=mention]{color:#095aba;color:rgb(var(--neeto-editor-accent-800))}.neeto-editor [data-type=special-mention],.neeto-editor-content [data-type=special-mention]{color:#095aba;color:rgb(var(--neeto-editor-accent-800))}.neeto-editor table,.neeto-editor-content table{border:1px solid #d8dcde;border:1px solid rgba(var(--neeto-editor-gray-300));border-collapse:separate;border-radius:3px;border-radius:var(--neeto-editor-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-inline-start:1px solid #d8dcde;border-inline-start:1px solid rgba(var(--neeto-editor-gray-300));border-top:1px solid #d8dcde;border-top:1px solid rgba(var(--neeto-editor-gray-300));padding-block:8px;padding-inline:12px;position:relative;text-align:start}.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-inline-start:none}.neeto-editor table th,.neeto-editor-content table th{background:#f6f7f8;background:rgb(var(--neeto-editor-gray-100));border-top:none}.neeto-editor table td,.neeto-editor-content table td{background:#fff;background:rgb(var(--neeto-editor-white))}.neeto-editor-content--hidden{display:none}.neeto-editor__image-wrapper{color:inherit!important;display:flex;font-weight:400!important;margin:1rem 0;padding-inline-start:3px;text-decoration:none}.neeto-editor__image-wrapper.neeto-editor__image--bordered img,.neeto-editor__image-wrapper.neeto-editor__image--bordered video{border:1px solid #e4e4e7;border-color:rgba(var(--neeto-editor-content-image-border-color));border-radius:8px;border-radius:var(--neeto-editor-content-image-border-radius)}.neeto-editor__image-wrapper figure{cursor:pointer;display:inline-block;margin:0;max-width:100%;overflow:hidden;position:relative;vertical-align:top}.neeto-editor__image-wrapper .neeto-editor__image{display:inline-block;height:auto!important;max-width:100%;min-height:52px;vertical-align:top}.neeto-editor__image-wrapper .neeto-editor__image img,.neeto-editor__image-wrapper .neeto-editor__image video{display:inline-block;height:auto;vertical-align:top!important;width:100%}.neeto-editor__image-wrapper .neeto-editor__image img.hidden,.neeto-editor__image-wrapper .neeto-editor__image video.hidden{display:none}.neeto-editor__image-wrapper .neeto-editor__image img{cursor:zoom-in}.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 div{color:#344054;color:rgb(var(--neeto-editor-gray-600));font-size:.875rem;font-weight:400;font-weight:var(--neeto-editor-font-normal);line-height:1.4;text-align:center}.neeto-editor__image-wrapper figcaption div a{display:inline-block;margin:0;text-align:center}.neeto-editor__image-wrapper figcaption.is-empty div:before{color:#87929d;color:rgb(var(--neeto-editor-gray-500));content:\"Add a caption\";inset:0;position:absolute}.neeto-editor__image-wrapper:has(img:not([src])),.neeto-editor__image-wrapper:has(video:not([src]):not(:has(source[src]))){display:none}.neeto-editor figcaption,.neeto-editor-content figcaption{color:#6b7280;font-size:.875rem;font-weight:400;line-height:1.4;max-width:100%;text-align:center}.neeto-editor__image--left{justify-content:flex-start}.neeto-editor__image--center{justify-content:center}.neeto-editor__image--right{justify-content:flex-end}.selected-text{background-color:#d8dcde;background-color:rgb(var(--neeto-editor-gray-300));padding-block:2px;padding-inline:0}.ne-image-preview-wrapper{align-items:center;background:rgba(16,24,40,.5);background:rgba(var(--neeto-editor-gray-800),.5);display:none;height:100%;inset-inline-start:0;justify-content:center;position:fixed;top:0;width:100%;z-index:999999}.ne-image-preview-wrapper.active{display:flex}.ne-image-preview-wrapper .ne-image-preview{background:#fff;background:rgb(var(--neeto-editor-white));display:flex;flex-direction:column;gap:10px;max-height:90vh;max-width:60vw;opacity:0;transition:opacity .1s ease-in-out}.ne-image-preview-wrapper .ne-image-preview img{background:#fff;background:rgb(var(--neeto-editor-white));max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;overflow:hidden;padding:10px;width:-moz-fit-content;width:fit-content}.ne-image-preview-wrapper .ne-image-preview.image-loaded{align-items:center;background:transparent;border-radius:10px;display:flex;opacity:1}.ne-image-preview-wrapper .ne-image-preview__caption{color:#101828;color:rgb(var(--neeto-editor-gray-800));line-height:1.5;margin-top:auto;text-align:center;width:100%}.ne-image-preview-wrapper .close-button{align-items:center;background-color:#fff;background-color:rgb(var(--neeto-editor-white));border-radius:999px;border-radius:var(--neeto-editor-rounded-full);cursor:pointer;display:flex;height:30px;inset-inline-end:12px;justify-content:center;position:absolute;top:12px;width:30px}.ne-image-preview-wrapper .image-preview{max-height:70%;max-width:70%}.ne-image-preview-wrapper__spinner{position:absolute}.ne-image-preview-wrapper__spinner i{background-color:#d8dcde;background-color:rgb(var(--neeto-editor-gray-300))}.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-block:4px;padding-inline:6px}.neeto-editor .ProseMirror-separator{display:none}.neeto-editor.fixed-menu-active{border:thin solid rgb(var(--neeto-ui-gray-400));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:inline-start;height:0;pointer-events:none}.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:end;width:100%}.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-mentions__wrapper{padding-block:4px;padding-inline:0}.neeto-editor-mentions__item{padding-block:8px;padding-inline:12px}@media screen and (max-width:767px){.ne-media-uploader-modal{width:95vw!important}}.ne-media-uploader{display:flex;flex-direction:column;min-height:184px;width:100%}.ne-media-uploader__header{align-items:center;display:flex;justify-content:flex-start;min-height:56px;padding-block:16px 0;padding-inline:16px}.ne-media-uploader__header-title{color:rgb(var(--neeto-ui-gray-800));font-size:1.125rem;font-weight:600;line-height:1.5;margin:0;text-align:start}.ne-media-uploader .neeto-ui-tab__wrapper{margin-top:1rem;padding:0 16px}.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__image-uploader{flex-grow:1;width:100%}.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;padding:16px;width:100%}.ne-media-uploader .ne-media-uploader__dnd:focus{outline:none}.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.is-dragging-over-files{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;gap:10px;justify-content:space-between;margin-bottom:auto;margin-top:auto;padding-block:4px;padding-inline:8px;position:relative;width:105px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__cancel-button-wrapper{inset-inline-end:4px;position:absolute;top:4px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:space-between;margin-top:4px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info__icon{margin-top:12px;width:45px}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__info p{display:block;max-width:100%;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-sm);overflow:hidden;width:100%}.ne-media-uploader .ne-media-uploader__wrapper .ne-media-uploader__media__progress-bar{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:rgb(var(--neeto-ui-primary-600));border-radius:var(--neeto-ui-rounded-sm);display:flex;height:4px;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-inline:8px}.ne-media-uploader .neeto-editor-unsplash-wrapper .neeto-editor-unsplash-gallery{inset-inline-end:-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-inline-end:16px;padding-bottom: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);inset-inline-start: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:flex-start;display:flex;flex-direction:column;flex-grow:1}.neeto-editor-url-form__wrapper .neeto-ui-input__wrapper{flex-grow:0;margin-bottom:16px;width:100%}@media screen and (max-width:767px){.ne-embed-modal-wrapper{width:95vw!important}}.ne-video-embed-form{width:100%}.ne-video-embed-form__content{margin-bottom:1rem;width:100%}.ne-video-embed-form__footer{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.image-preview-neeto-ui-modal{backdrop-filter:none!important;background-color:transparent!important;height:auto!important;margin:auto 0}.image-preview-neeto-ui-modal__close-btn{border-radius:100%;float:right;margin:10px 0}.image-preview-neeto-ui-modal img{border:10px solid rgb(var(--neeto-ui-gray-100));border-radius:10px;height:auto;max-height:90vh;opacity:1;transition:opacity 2s ease-in-out;width:100%}.image-preview-neeto-ui-modal .display-none{display:none}.image-preview-neeto-ui-modal .spinner-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.image-preview-neeto-ui-modal .spinner-wrapper .spinner{--neeto-ui-spinner-size:32px}.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:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-emoji-suggestion .neeto-editor-emoji-suggestion__item--selected{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-editor-table{margin:1rem 0 0;max-width:100%;overflow-x:auto;position:relative;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;inset-inline-end:-2px;position:absolute;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:2px;max-width:100%;overflow-x:auto}.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;opacity:0;transition:var(--neeto-ui-transition);visibility:hidden}.neeto-editor-table__add-column p,.neeto-editor-table__add-row p{color:rgb(var(--neeto-ui-gray-500))!important;font-size:var(--neeto-ui-text-base)!important;font-weight:var(--neeto-ui-font-light)!important;line-height:16px!important}.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{opacity:1;visibility:visible}.neeto-editor-table__add-row{margin-block:2px;margin-inline:0 20px;padding-block-end:2px}.neeto-editor-table__add-column{flex-direction:column;padding-inline:4px}.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--left table td,.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--left table th,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--left table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--left table th,.neeto-editor-table.neeto-editor-table--left table td,.neeto-editor-table.neeto-editor-table--left table th{text-align:start!important}.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--center table td,.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--center table th,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--center table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--center table th,.neeto-editor-table.neeto-editor-table--center table td,.neeto-editor-table.neeto-editor-table--center table th{text-align:center!important}.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--right table td,.neeto-editor-table .neeto-editor .table-responsive.neeto-editor-table--right table th,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--right table td,.neeto-editor-table .neeto-editor-content .table-responsive.neeto-editor-table--right table th,.neeto-editor-table.neeto-editor-table--right table td,.neeto-editor-table.neeto-editor-table--right table th{text-align:end!important}.ProseMirror.resize-cursor{cursor:col-resize}.ProseMirror ul[data-type=todoList],.neeto-editor ul[data-type=todoList],.neeto-editor-content ul[data-type=todoList]{list-style:none;margin-inline-start:0;padding:0}.ProseMirror ul[data-type=todoList] li,.neeto-editor ul[data-type=todoList] li,.neeto-editor-content ul[data-type=todoList] li{align-items:flex-start;display:flex;position:relative}.ProseMirror ul[data-type=todoList] li>label,.neeto-editor ul[data-type=todoList] li>label,.neeto-editor-content ul[data-type=todoList] li>label{flex:0 0 auto;margin-inline-end:.5rem;pointer-events:none;-moz-user-select:none;user-select:none;z-index:1}.ProseMirror ul[data-type=todoList] li>div,.neeto-editor ul[data-type=todoList] li>div,.neeto-editor-content ul[data-type=todoList] li>div{flex:1 1 auto;min-height:1.5rem}.ProseMirror ul[data-type=todoList] input[type=checkbox],.neeto-editor ul[data-type=todoList] input[type=checkbox],.neeto-editor-content ul[data-type=todoList] input[type=checkbox]{border-color:rgb(var(--neeto-ui-gray-800));border-radius:0;border-width:1px;color:rgb(var(--neeto-ui-primary-500));cursor:pointer;pointer-events:auto;position:relative;top:-2px;z-index:2}.ProseMirror ul[data-type=todoList] input[type=checkbox]:checked,.neeto-editor ul[data-type=todoList] input[type=checkbox]:checked,.neeto-editor-content ul[data-type=todoList] input[type=checkbox]:checked{border-color:rgb(var(--neeto-ui-primary-500))}.ProseMirror ul[data-type=todoList] ul[data-type=todoList],.neeto-editor ul[data-type=todoList] ul[data-type=todoList],.neeto-editor-content ul[data-type=todoList] ul[data-type=todoList]{margin:0}.ProseMirror ul[data-type=todoList] li[data-checked=true]>div p,.neeto-editor ul[data-type=todoList] li[data-checked=true]>div p,.neeto-editor-content ul[data-type=todoList] li[data-checked=true]>div p{opacity:.65;text-decoration:line-through}.ne-link-popover{background-color:rgb(var(--neeto-ui-white));border:1px solid var(--neeto-ui-popover-light-theme-border-color);border-radius:5px;box-shadow:var(--neeto-ui-tooltip-light-theme-box-shadow);color:rgb(var(--neeto-ui-gray-800));padding-block:10px;padding-inline:16px;position:fixed;transition:opacity .3s ease,transform .3s ease,visibility 0s .3s;z-index:99999}.ne-link-popover__url-input{margin:8px 0}.ne-link-popover__checkbox{margin:16px 0}.ne-link-popover__option-button{margin:0 4px}.ne-link-popover__edit-prompt-buttons{display:flex;gap:8px;margin-top:8px}.ne-link-popover a{color:rgb(var(--neeto-ui-gray-800));float:left;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);margin-inline-end:8px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ne-link-popover a[data-neeto-kb-article=true][data-article-deleted=true]{color:rgb(var(--neeto-ui-error-600))!important}.ne-link-popover__kb-article-link{color:rgb(var(--neeto-ui-accent-500))!important;flex:1;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ne-link-popover__kb-article-link--deleted{color:rgb(var(--neeto-ui-error-600))!important}.ne-link-popover__kb-article-link:hover{text-decoration:underline}.ne-link-arrow{border:6px solid transparent;border-top-color:rgba(0,0,0,.2);content:\"\";inset-inline-start:0;position:fixed;top:0;z-index:99999}.ne-article-picker-popover{background-color:rgb(var(--neeto-ui-white));border:1px solid var(--neeto-ui-popover-light-theme-border-color);border-radius:5px;box-shadow:var(--neeto-ui-tooltip-light-theme-box-shadow);color:rgb(var(--neeto-ui-gray-800));padding-block:10px;padding-inline:16px;position:fixed;z-index:99999}.tiptap .collaboration-cursor__caret{border-inline-end:1px solid #0d0d0d;border-inline-start:1px solid #0d0d0d;margin-inline-end:-1px;margin-inline-start:-1px;pointer-events:none;position:relative;word-break:normal}.tiptap .collaboration-cursor__label{border-radius:3px 3px 3px 0;color:#0d0d0d;font-size:12px;font-style:normal;font-weight:600;inset-inline-start:-1px;line-height:normal;padding:.1rem .3rem;position:absolute;top:-1.4em;-moz-user-select:none;user-select:none;white-space:nowrap}.ne-codeblock-nodeview-wrapper pre{padding-inline-end:.75rem;padding-inline-start:.75rem}.ne-codeblock-nodeview-wrapper pre:before{content:none}.ne-codeblock-nodeview-wrapper .highlighted-line{background-color:rgba(255,255,0,.2);inset-inline-end:0;inset-inline-start:0;pointer-events:none;position:absolute;z-index:0}.ne-codeblock-nodeview-wrapper .selected-text{background:inherit}.neeto-ui-dropdown__popup .neeto-ui-dropdown__popup-menu.neeto-editor-highlight-dropdown{padding:12px;width:320px}.neeto-editor-highlight-dropdown{display:flex;flex-direction:column;gap:20px}.neeto-editor-highlight-dropdown__section{width:100%}.neeto-editor-highlight-dropdown__section-title{color:rgb(var(--neeto-ui-gray-600));margin-bottom:12px}.neeto-editor-highlight-dropdown__color-grid{display:flex;flex-wrap:wrap;gap:12px}.neeto-editor-highlight-dropdown__color-dot{border:none;border-radius:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);cursor:pointer;height:26px;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:26px}.neeto-editor-highlight-dropdown__color-dot:hover{transform:scale(1.07)}.neeto-editor-highlight-dropdown__color-dot.neeto-editor-highlight-dropdown__color-dot--selected{outline:2px solid rgb(var(--neeto-ui-gray-400));outline-offset:2px}.neeto-editor__callout{border-radius:8px;margin:16px 0;padding:16px;position:relative}.neeto-editor__callout .callout-container{align-items:flex-start;display:flex;gap:12px}.neeto-editor__callout .callout-container .callout-emoji{flex-shrink:0;line-height:1}.neeto-editor__callout .callout-container .callout-content{flex-grow:1;min-width:0;outline:none}.neeto-editor__callout .callout-container .callout-content p{margin:0}.neeto-editor__callout .callout-container .callout-content h1:first-child,.neeto-editor__callout .callout-container .callout-content h2:first-child,.neeto-editor__callout .callout-container .callout-content h3:first-child,.neeto-editor__callout .callout-container .callout-content h4:first-child,.neeto-editor__callout .callout-container .callout-content h5:first-child,.neeto-editor__callout .callout-container .callout-content h6:first-child{margin-top:0}.neeto-editor__callout .callout-container .callout-content>p:first-child{margin-top:0}.neeto-editor__callout--default{background-color:#f6f7f8;background-color:rgb(var(--neeto-editor-gray-100))}.neeto-editor__callout--info{background-color:#e2f2ff;background-color:rgb(var(--neeto-editor-info-100))}.neeto-editor__callout--warning{background-color:#fbf2e1;background-color:rgb(var(--neeto-editor-warning-100))}.neeto-editor__callout--error{background-color:#feecf0;background-color:rgb(var(--neeto-editor-error-100))}.neeto-editor__callout--success{background-color:#ebfffa;background-color:rgb(var(--neeto-editor-success-100))}.neeto-ui-dropdown__popup .neeto-ui-dropdown__popup-menu.neeto-editor-callout-dropdown{padding:8px;width:200px}.neeto-editor-callout-dropdown{display:flex;flex-direction:column;gap:8px}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section{width:100%}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section .neeto-editor-callout-dropdown__section-title{color:rgb(var(--neeto-ui-gray-600));font-size:10px;font-weight:500;letter-spacing:.5px;margin-bottom:4px;padding:0 4px;text-transform:uppercase}.neeto-editor-callout-dropdown .neeto-editor-callout-dropdown__section .neeto-editor-callout-dropdown__options-grid{display:flex;flex-direction:column;gap:2px}.neeto-editor-callout-dropdown__type-option{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:12px;padding-block:6px;padding-inline:8px;text-align:start;transition:all .15s ease;width:100%}.neeto-editor-callout-dropdown__type-option .neeto-editor-callout-dropdown__type-emoji{align-items:center;display:flex;flex-shrink:0;font-size:14px;height:16px;justify-content:center;margin-inline-end:8px;width:16px}.neeto-editor-callout-dropdown__type-option .neeto-editor-callout-dropdown__type-label{color:rgb(var(--neeto-ui-gray-800));flex:1;font-weight:500}.neeto-editor-callout-dropdown__type-option:hover{background-color:rgb(var(--neeto-ui-gray-50))}.neeto-editor-callout-dropdown__type-option--selected{background-color:rgb(var(--neeto-ui-primary-50));border:1px solid rgb(var(--neeto-ui-primary-200))}.neeto-editor-callout-dropdown__type-option--selected .neeto-editor-callout-dropdown__type-label{color:rgb(var(--neeto-ui-primary-900))}.neeto-editor-callout-dropdown__current-emoji{display:inline-block}.ProseMirror{height:100%;overflow-y:auto;white-space:break-spaces}.ProseMirror a{color:rgb(var(--neeto-ui-accent-500));text-decoration:underline}.ProseMirror a[data-neeto-kb-article=true][data-article-deleted=true]{color:#dc2626!important;cursor:not-allowed}.ProseMirror a[data-neeto-kb-article=true][data-article-deleted=true]:hover{opacity:.7}.ProseMirror:focus{outline:none}";
|
|
347
424
|
injectCss.n(css$1,{});
|
|
348
425
|
|
|
349
426
|
var CharacterCountWrapper = function CharacterCountWrapper(_ref) {
|
|
@@ -6345,7 +6422,7 @@ var CalloutComponent = function CalloutComponent(_ref) {
|
|
|
6345
6422
|
var type = node.attrs.type;
|
|
6346
6423
|
var Icon = ((_findBy = neetoCist.findBy({
|
|
6347
6424
|
type: type
|
|
6348
|
-
}, Menu$4.CALLOUT_TYPES)) === null || _findBy === void 0 ? void 0 : _findBy.icon) ||
|
|
6425
|
+
}, Menu$4.CALLOUT_TYPES)) === null || _findBy === void 0 ? void 0 : _findBy.icon) || Megaphone__default.default;
|
|
6349
6426
|
return /*#__PURE__*/jsxRuntime.jsx(Menu$4.NodeViewWrapper, {
|
|
6350
6427
|
className: "neeto-editor__callout neeto-editor__callout--".concat(type, " group"),
|
|
6351
6428
|
"data-emoji": type,
|
|
@@ -6397,9 +6474,9 @@ var Callout = Menu$4.Node.create({
|
|
|
6397
6474
|
var type = node.attrs.type;
|
|
6398
6475
|
var Icon = ((_findBy = neetoCist.findBy({
|
|
6399
6476
|
type: type
|
|
6400
|
-
}, Menu$4.CALLOUT_TYPES)) === null || _findBy === void 0 ? void 0 : _findBy.icon) ||
|
|
6477
|
+
}, Menu$4.CALLOUT_TYPES)) === null || _findBy === void 0 ? void 0 : _findBy.icon) || Megaphone__default.default;
|
|
6401
6478
|
// eslint-disable-next-line react/jsx-filename-extension
|
|
6402
|
-
var svgString =
|
|
6479
|
+
var svgString = ReactDOM__default.default.renderToStaticMarkup(/*#__PURE__*/jsxRuntime.jsx(Icon, {}));
|
|
6403
6480
|
var svgContainer = document.createElement("div");
|
|
6404
6481
|
svgContainer.innerHTML = svgString;
|
|
6405
6482
|
var svgNode = svgContainer.firstChild;
|
|
@@ -9247,7 +9324,7 @@ const CodeBlockLowlight = CodeBlock$1.extend({
|
|
|
9247
9324
|
},
|
|
9248
9325
|
});
|
|
9249
9326
|
|
|
9250
|
-
var SORTED_LANGUAGE_LIST = [].concat(
|
|
9327
|
+
var SORTED_LANGUAGE_LIST = [].concat(_toConsumableArray__default.default(common.lowlight.listLanguages()), ["html"]).sort();
|
|
9251
9328
|
var LINE_NUMBER_OPTIONS = [{
|
|
9252
9329
|
label: i18n.t("neetoEditor.codeblock.showLineNumbers"),
|
|
9253
9330
|
value: "true"
|
|
@@ -9322,23 +9399,23 @@ var codeBlockHighlightPlugin = new utils.Plugin({
|
|
|
9322
9399
|
}
|
|
9323
9400
|
});
|
|
9324
9401
|
|
|
9325
|
-
var Menu$3 =
|
|
9326
|
-
MenuItem$3 =
|
|
9402
|
+
var Menu$3 = Dropdown__default.default.Menu,
|
|
9403
|
+
MenuItem$3 = Dropdown__default.default.MenuItem;
|
|
9327
9404
|
var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
9328
9405
|
var _node$attrs, _node$content;
|
|
9329
9406
|
var node = _ref.node,
|
|
9330
9407
|
editor = _ref.editor,
|
|
9331
9408
|
updateAttributes = _ref.updateAttributes;
|
|
9332
9409
|
var _useState = React.useState(""),
|
|
9333
|
-
_useState2 =
|
|
9410
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
9334
9411
|
keyword = _useState2[0],
|
|
9335
9412
|
setKeyword = _useState2[1];
|
|
9336
9413
|
var _useState3 = React.useState(false),
|
|
9337
|
-
_useState4 =
|
|
9414
|
+
_useState4 = _slicedToArray__default.default(_useState3, 2),
|
|
9338
9415
|
showHighlightButton = _useState4[0],
|
|
9339
9416
|
setShowHighlightButton = _useState4[1];
|
|
9340
9417
|
var _useState5 = React.useState(node.attrs.linenumbers),
|
|
9341
|
-
_useState6 =
|
|
9418
|
+
_useState6 = _slicedToArray__default.default(_useState5, 2),
|
|
9342
9419
|
showLineNumbers = _useState6[0],
|
|
9343
9420
|
setShowLineNumbers = _useState6[1];
|
|
9344
9421
|
var ref = React.useRef();
|
|
@@ -9419,13 +9496,13 @@ var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
|
9419
9496
|
children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
9420
9497
|
className: "neeto-editor-codeblock-options",
|
|
9421
9498
|
contentEditable: false,
|
|
9422
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
9499
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Dropdown__default.default, {
|
|
9423
9500
|
appendTo: function appendTo() {
|
|
9424
9501
|
return document.body;
|
|
9425
9502
|
},
|
|
9426
9503
|
buttonSize: "small",
|
|
9427
9504
|
buttonStyle: "tertiary",
|
|
9428
|
-
icon:
|
|
9505
|
+
icon: Down__default.default,
|
|
9429
9506
|
strategy: "fixed",
|
|
9430
9507
|
zIndex: 99999,
|
|
9431
9508
|
label: showLineNumbers === "true" ? LINE_NUMBER_OPTIONS[0].label : LINE_NUMBER_OPTIONS[1].label,
|
|
@@ -9445,17 +9522,17 @@ var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
|
9445
9522
|
}, label);
|
|
9446
9523
|
})
|
|
9447
9524
|
})
|
|
9448
|
-
}), /*#__PURE__*/jsxRuntime.jsxs(
|
|
9525
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(Dropdown__default.default, {
|
|
9449
9526
|
appendTo: function appendTo() {
|
|
9450
9527
|
return document.body;
|
|
9451
9528
|
},
|
|
9452
9529
|
buttonSize: "small",
|
|
9453
9530
|
buttonStyle: "tertiary",
|
|
9454
|
-
icon:
|
|
9531
|
+
icon: Down__default.default,
|
|
9455
9532
|
label: ((_node$attrs = node.attrs) === null || _node$attrs === void 0 ? void 0 : _node$attrs.language) || t("neetoEditor.common.auto"),
|
|
9456
9533
|
strategy: "fixed",
|
|
9457
9534
|
zIndex: 99999,
|
|
9458
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
9535
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Input__default.default, {
|
|
9459
9536
|
autoFocus: true,
|
|
9460
9537
|
className: "neeto-editor-codeblock-options__input",
|
|
9461
9538
|
placeholder: t("neetoEditor.placeholders.searchLanguages"),
|
|
@@ -9479,12 +9556,12 @@ var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
|
9479
9556
|
}, language);
|
|
9480
9557
|
})
|
|
9481
9558
|
})]
|
|
9482
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
9559
|
+
}), /*#__PURE__*/jsxRuntime.jsx(CopyToClipboardButton__default.default, {
|
|
9483
9560
|
size: "small",
|
|
9484
9561
|
style: "tertiary",
|
|
9485
9562
|
value: node === null || node === void 0 || (_node$content = node.content) === null || _node$content === void 0 || (_node$content = _node$content.content[0]) === null || _node$content === void 0 ? void 0 : _node$content.text
|
|
9486
|
-
}), showHighlightButton && /*#__PURE__*/jsxRuntime.jsx(
|
|
9487
|
-
icon:
|
|
9563
|
+
}), showHighlightButton && /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
9564
|
+
icon: Highlight__default.default,
|
|
9488
9565
|
size: "small",
|
|
9489
9566
|
style: "tertiary",
|
|
9490
9567
|
tooltipProps: {
|
|
@@ -9501,7 +9578,7 @@ var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
|
9501
9578
|
};
|
|
9502
9579
|
|
|
9503
9580
|
function ownKeys$i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9504
|
-
function _objectSpread$i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$i(Object(t), !0).forEach(function (r) {
|
|
9581
|
+
function _objectSpread$i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$i(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9505
9582
|
var CodeBlock = CodeBlockLowlight.extend({
|
|
9506
9583
|
addAttributes: function addAttributes() {
|
|
9507
9584
|
var _this$parent;
|
|
@@ -9534,7 +9611,7 @@ var CodeBlock = CodeBlockLowlight.extend({
|
|
|
9534
9611
|
},
|
|
9535
9612
|
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
9536
9613
|
var _this$parent2;
|
|
9537
|
-
return [].concat(
|
|
9614
|
+
return [].concat(_toConsumableArray__default.default(((_this$parent2 = this.parent) === null || _this$parent2 === void 0 ? void 0 : _this$parent2.call(this)) || []), [codeBlockHighlightPlugin]);
|
|
9538
9615
|
},
|
|
9539
9616
|
addNodeView: function addNodeView() {
|
|
9540
9617
|
return Menu$4.ReactNodeViewRenderer(CodeBlockComponent);
|
|
@@ -9550,9 +9627,9 @@ var CustomCommands = Menu$4.Extension.create({
|
|
|
9550
9627
|
return {
|
|
9551
9628
|
pasteUnformatted: function pasteUnformatted() {
|
|
9552
9629
|
return /*#__PURE__*/function () {
|
|
9553
|
-
var _ref2 =
|
|
9630
|
+
var _ref2 = _asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee(_ref) {
|
|
9554
9631
|
var editor, text;
|
|
9555
|
-
return
|
|
9632
|
+
return _regeneratorRuntime__default.default.wrap(function _callee$(_context) {
|
|
9556
9633
|
while (1) switch (_context.prev = _context.next) {
|
|
9557
9634
|
case 0:
|
|
9558
9635
|
editor = _ref.editor;
|
|
@@ -9857,7 +9934,7 @@ function Suggestion({ pluginKey = SuggestionPluginKey, editor, char = '@', allow
|
|
|
9857
9934
|
}
|
|
9858
9935
|
|
|
9859
9936
|
function ownKeys$h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9860
|
-
function _objectSpread$h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$h(Object(t), !0).forEach(function (r) {
|
|
9937
|
+
function _objectSpread$h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$h(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9861
9938
|
var EmojiPickerPluginKey = new utils.PluginKey("emoji-picker");
|
|
9862
9939
|
var EmojiPicker = Menu$4.Node.create({
|
|
9863
9940
|
name: "emojiPicker",
|
|
@@ -9883,7 +9960,7 @@ var EmojiPicker = Menu$4.Node.create({
|
|
|
9883
9960
|
props: props,
|
|
9884
9961
|
editor: props.editor
|
|
9885
9962
|
});
|
|
9886
|
-
popup =
|
|
9963
|
+
popup = tippy__default.default("body", {
|
|
9887
9964
|
theme: "light",
|
|
9888
9965
|
getReferenceClientRect: props.clientRect,
|
|
9889
9966
|
appendTo: function appendTo() {
|
|
@@ -9938,25 +10015,25 @@ var filterEmojiSuggestions = function filterEmojiSuggestions(suggestions, freque
|
|
|
9938
10015
|
}).slice(0, 5);
|
|
9939
10016
|
};
|
|
9940
10017
|
|
|
9941
|
-
function _callSuper$3(t, o, e) { return o =
|
|
10018
|
+
function _callSuper$3(t, o, e) { return o = _getPrototypeOf__default.default(o), _possibleConstructorReturn__default.default(t, _isNativeReflectConstruct$3() ? Reflect.construct(o, e || [], _getPrototypeOf__default.default(t).constructor) : o.apply(t, e)); }
|
|
9942
10019
|
function _isNativeReflectConstruct$3() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct$3 = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
9943
10020
|
var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
9944
10021
|
function EmojiSuggestionMenu() {
|
|
9945
10022
|
var _this;
|
|
9946
|
-
|
|
10023
|
+
_classCallCheck__default.default(this, EmojiSuggestionMenu);
|
|
9947
10024
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
9948
10025
|
args[_key] = arguments[_key];
|
|
9949
10026
|
}
|
|
9950
10027
|
_this = _callSuper$3(this, EmojiSuggestionMenu, [].concat(args));
|
|
9951
|
-
|
|
10028
|
+
_defineProperty__default.default(_this, "state", {
|
|
9952
10029
|
isLoading: false,
|
|
9953
10030
|
selectedIndex: 0,
|
|
9954
10031
|
emojiSuggestions: [],
|
|
9955
10032
|
frequentlyUsedEmojis: {}
|
|
9956
10033
|
});
|
|
9957
|
-
|
|
10034
|
+
_defineProperty__default.default(_this, "fetchEmojiData", /*#__PURE__*/_asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee() {
|
|
9958
10035
|
var _yield$emojiPickerApi, data;
|
|
9959
|
-
return
|
|
10036
|
+
return _regeneratorRuntime__default.default.wrap(function _callee$(_context) {
|
|
9960
10037
|
while (1) switch (_context.prev = _context.next) {
|
|
9961
10038
|
case 0:
|
|
9962
10039
|
_this.setState({
|
|
@@ -9985,8 +10062,8 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
9985
10062
|
}
|
|
9986
10063
|
}, _callee, null, [[1, 10]]);
|
|
9987
10064
|
})));
|
|
9988
|
-
|
|
9989
|
-
return
|
|
10065
|
+
_defineProperty__default.default(_this, "searchEmoji", /*#__PURE__*/_asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee2() {
|
|
10066
|
+
return _regeneratorRuntime__default.default.wrap(function _callee2$(_context2) {
|
|
9990
10067
|
while (1) switch (_context2.prev = _context2.next) {
|
|
9991
10068
|
case 0:
|
|
9992
10069
|
return _context2.abrupt("return", _this.props.query ? emojiMart.SearchIndex.search(_this.props.query) : []);
|
|
@@ -9996,9 +10073,9 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
9996
10073
|
}
|
|
9997
10074
|
}, _callee2);
|
|
9998
10075
|
})));
|
|
9999
|
-
|
|
10076
|
+
_defineProperty__default.default(_this, "searchEmojiAndSetState", /*#__PURE__*/_asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee3() {
|
|
10000
10077
|
var suggestions, frequentlyUsedEmojis;
|
|
10001
|
-
return
|
|
10078
|
+
return _regeneratorRuntime__default.default.wrap(function _callee3$(_context3) {
|
|
10002
10079
|
while (1) switch (_context3.prev = _context3.next) {
|
|
10003
10080
|
case 0:
|
|
10004
10081
|
_context3.prev = 0;
|
|
@@ -10024,9 +10101,9 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
10024
10101
|
}
|
|
10025
10102
|
}, _callee3, null, [[0, 8]]);
|
|
10026
10103
|
})));
|
|
10027
|
-
|
|
10104
|
+
_defineProperty__default.default(_this, "setEditorState", /*#__PURE__*/_asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee4() {
|
|
10028
10105
|
var suggestions;
|
|
10029
|
-
return
|
|
10106
|
+
return _regeneratorRuntime__default.default.wrap(function _callee4$(_context4) {
|
|
10030
10107
|
while (1) switch (_context4.prev = _context4.next) {
|
|
10031
10108
|
case 0:
|
|
10032
10109
|
_context4.next = 2;
|
|
@@ -10040,7 +10117,7 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
10040
10117
|
}
|
|
10041
10118
|
}, _callee4);
|
|
10042
10119
|
})));
|
|
10043
|
-
|
|
10120
|
+
_defineProperty__default.default(_this, "onKeyDown", function (_ref5) {
|
|
10044
10121
|
var event = _ref5.event;
|
|
10045
10122
|
if (ramda.isEmpty(_this.state.emojiSuggestions)) {
|
|
10046
10123
|
return false;
|
|
@@ -10075,13 +10152,13 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
10075
10152
|
}
|
|
10076
10153
|
return false;
|
|
10077
10154
|
});
|
|
10078
|
-
|
|
10155
|
+
_defineProperty__default.default(_this, "selectItem", function (index) {
|
|
10079
10156
|
_this.props.editor.chain().focus().deleteRange(_this.props.range).setEmoji(_this.state.emojiSuggestions[index]).run();
|
|
10080
10157
|
});
|
|
10081
10158
|
return _this;
|
|
10082
10159
|
}
|
|
10083
|
-
|
|
10084
|
-
return
|
|
10160
|
+
_inherits__default.default(EmojiSuggestionMenu, _React$Component);
|
|
10161
|
+
return _createClass__default.default(EmojiSuggestionMenu, [{
|
|
10085
10162
|
key: "componentDidMount",
|
|
10086
10163
|
value: function componentDidMount() {
|
|
10087
10164
|
this.setState({
|
|
@@ -10110,10 +10187,10 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
10110
10187
|
}
|
|
10111
10188
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
10112
10189
|
className: "neeto-editor-emoji-suggestion",
|
|
10113
|
-
children: [this.state.isLoading && /*#__PURE__*/jsxRuntime.jsx(
|
|
10190
|
+
children: [this.state.isLoading && /*#__PURE__*/jsxRuntime.jsx(Spinner__default.default, {}), !this.state.isLoading && (neetoCist.isNotEmpty(this.state.emojiSuggestions) ? this.state.emojiSuggestions.map(function (emoji, index) {
|
|
10114
10191
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
10115
10192
|
"data-testid": "neeto-editor-emoji-suggestion-".concat(emoji.id),
|
|
10116
|
-
className:
|
|
10193
|
+
className: classnames__default.default("neeto-editor-emoji-suggestion__item", {
|
|
10117
10194
|
"neeto-editor-emoji-suggestion__item--selected": index === _this2.state.selectedIndex
|
|
10118
10195
|
}),
|
|
10119
10196
|
onClick: function onClick() {
|
|
@@ -10127,10 +10204,10 @@ var EmojiSuggestionMenu = /*#__PURE__*/function (_React$Component) {
|
|
|
10127
10204
|
});
|
|
10128
10205
|
}
|
|
10129
10206
|
}]);
|
|
10130
|
-
}(
|
|
10207
|
+
}(React__namespace.default.Component);
|
|
10131
10208
|
|
|
10132
10209
|
function ownKeys$g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
10133
|
-
function _objectSpread$g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$g(Object(t), !0).forEach(function (r) {
|
|
10210
|
+
function _objectSpread$g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$g(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10134
10211
|
var EmojiSuggestionPluginKey = new utils.PluginKey("emoji-suggestion");
|
|
10135
10212
|
var EmojiSuggestion = Menu$4.Node.create({
|
|
10136
10213
|
name: "emojiSuggestion",
|
|
@@ -10245,7 +10322,7 @@ var suggestionConfig = {
|
|
|
10245
10322
|
props: props,
|
|
10246
10323
|
editor: props.editor
|
|
10247
10324
|
});
|
|
10248
|
-
popup =
|
|
10325
|
+
popup = tippy__default.default("body", {
|
|
10249
10326
|
theme: "light",
|
|
10250
10327
|
getReferenceClientRect: props.clientRect,
|
|
10251
10328
|
appendTo: function appendTo() {
|
|
@@ -11119,7 +11196,7 @@ var ImagePreviewModal = function ImagePreviewModal(_ref) {
|
|
|
11119
11196
|
var previewUrl = _ref.previewUrl,
|
|
11120
11197
|
setPreviewUrl = _ref.setPreviewUrl;
|
|
11121
11198
|
var _useState = React.useState(true),
|
|
11122
|
-
_useState2 =
|
|
11199
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
11123
11200
|
isLoading = _useState2[0],
|
|
11124
11201
|
setIsLoading = _useState2[1];
|
|
11125
11202
|
var handleImageLoad = function handleImageLoad() {
|
|
@@ -11129,7 +11206,7 @@ var ImagePreviewModal = function ImagePreviewModal(_ref) {
|
|
|
11129
11206
|
setIsLoading(true);
|
|
11130
11207
|
setPreviewUrl(null);
|
|
11131
11208
|
};
|
|
11132
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
11209
|
+
return /*#__PURE__*/jsxRuntime.jsx(Modal__default.default, {
|
|
11133
11210
|
className: "image-preview-neeto-ui-modal",
|
|
11134
11211
|
closeButton: false,
|
|
11135
11212
|
isOpen: neetoCist.isPresent(previewUrl),
|
|
@@ -11138,13 +11215,13 @@ var ImagePreviewModal = function ImagePreviewModal(_ref) {
|
|
|
11138
11215
|
children: /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
11139
11216
|
children: [isLoading || ramda.isNil(previewUrl) ? /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
11140
11217
|
className: "spinner-wrapper",
|
|
11141
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
11218
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Spinner__default.default, {
|
|
11142
11219
|
className: "spinner",
|
|
11143
11220
|
theme: "light"
|
|
11144
11221
|
})
|
|
11145
|
-
}) : /*#__PURE__*/jsxRuntime.jsx(
|
|
11222
|
+
}) : /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
11146
11223
|
className: "image-preview-neeto-ui-modal__close-btn",
|
|
11147
|
-
icon:
|
|
11224
|
+
icon: Close__default.default,
|
|
11148
11225
|
style: "secondary",
|
|
11149
11226
|
onClick: handleClose,
|
|
11150
11227
|
onKeyDown: function onKeyDown(e) {
|
|
@@ -11153,7 +11230,7 @@ var ImagePreviewModal = function ImagePreviewModal(_ref) {
|
|
|
11153
11230
|
}), /*#__PURE__*/jsxRuntime.jsx("img", {
|
|
11154
11231
|
alt: "Preview",
|
|
11155
11232
|
src: previewUrl,
|
|
11156
|
-
className:
|
|
11233
|
+
className: classnames__default.default({
|
|
11157
11234
|
"display-none": isLoading || ramda.isNil(previewUrl)
|
|
11158
11235
|
}),
|
|
11159
11236
|
onLoad: handleImageLoad
|
|
@@ -11162,8 +11239,8 @@ var ImagePreviewModal = function ImagePreviewModal(_ref) {
|
|
|
11162
11239
|
});
|
|
11163
11240
|
};
|
|
11164
11241
|
|
|
11165
|
-
var DropdownMenu =
|
|
11166
|
-
MenuItem$2 =
|
|
11242
|
+
var DropdownMenu = Dropdown__default.default.Menu,
|
|
11243
|
+
MenuItem$2 = Dropdown__default.default.MenuItem;
|
|
11167
11244
|
var Menu$2 = function Menu(_ref) {
|
|
11168
11245
|
var align = _ref.align,
|
|
11169
11246
|
border = _ref.border,
|
|
@@ -11186,14 +11263,14 @@ var Menu$2 = function Menu(_ref) {
|
|
|
11186
11263
|
}
|
|
11187
11264
|
editor.commands.focus();
|
|
11188
11265
|
};
|
|
11189
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
11266
|
+
return /*#__PURE__*/jsxRuntime.jsx(Dropdown__default.default, {
|
|
11190
11267
|
buttonProps: {
|
|
11191
11268
|
className: "neeto-editor__image-menu-btn"
|
|
11192
11269
|
},
|
|
11193
11270
|
buttonSize: "large",
|
|
11194
11271
|
buttonStyle: "tertiary",
|
|
11195
11272
|
className: "neeto-editor__image-menu neeto-editor-bubble-menu",
|
|
11196
|
-
icon:
|
|
11273
|
+
icon: MenuHorizontal__default.default,
|
|
11197
11274
|
position: "top",
|
|
11198
11275
|
strategy: "fixed",
|
|
11199
11276
|
theme: "light neeto-editor-common-submenu-tippy-box",
|
|
@@ -11205,7 +11282,7 @@ var Menu$2 = function Menu(_ref) {
|
|
|
11205
11282
|
items = _ref2.items,
|
|
11206
11283
|
border = _ref2.border,
|
|
11207
11284
|
borderToggle = _ref2.borderToggle;
|
|
11208
|
-
return type === "button" ? /*#__PURE__*/jsxRuntime.jsx(
|
|
11285
|
+
return type === "button" ? /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
11209
11286
|
className: "neeto-editor-bubble-menu__item",
|
|
11210
11287
|
"data-testid": "neeto-editor-image-menu-".concat(optionName),
|
|
11211
11288
|
icon: Icon,
|
|
@@ -11217,7 +11294,7 @@ var Menu$2 = function Menu(_ref) {
|
|
|
11217
11294
|
onClick: function onClick() {
|
|
11218
11295
|
return handleClick(alignPos, borderToggle);
|
|
11219
11296
|
}
|
|
11220
|
-
}, optionName) : /*#__PURE__*/jsxRuntime.jsx(
|
|
11297
|
+
}, optionName) : /*#__PURE__*/jsxRuntime.jsx(Dropdown__default.default, {
|
|
11221
11298
|
position: "bottom-start",
|
|
11222
11299
|
strategy: "fixed",
|
|
11223
11300
|
buttonProps: {
|
|
@@ -11229,14 +11306,14 @@ var Menu$2 = function Menu(_ref) {
|
|
|
11229
11306
|
},
|
|
11230
11307
|
customTarget: /*#__PURE__*/jsxRuntime.jsx(MenuItem$2.Button, {
|
|
11231
11308
|
className: "neeto-editor-bubble-menu__item !relative",
|
|
11232
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
11309
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Tooltip__default.default, {
|
|
11233
11310
|
content: optionName,
|
|
11234
11311
|
position: "top",
|
|
11235
11312
|
children: /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
11236
11313
|
className: "neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center gap-x-1",
|
|
11237
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
11314
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(AspectRatio__default.default, {
|
|
11238
11315
|
size: 18
|
|
11239
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
11316
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Down__default.default, {
|
|
11240
11317
|
size: 14
|
|
11241
11318
|
})]
|
|
11242
11319
|
})
|
|
@@ -11268,7 +11345,7 @@ var Menu$2 = function Menu(_ref) {
|
|
|
11268
11345
|
};
|
|
11269
11346
|
|
|
11270
11347
|
function ownKeys$f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11271
|
-
function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$f(Object(t), !0).forEach(function (r) {
|
|
11348
|
+
function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$f(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11272
11349
|
var ImageComponent = function ImageComponent(_ref) {
|
|
11273
11350
|
var _node$content, _figureRef$current;
|
|
11274
11351
|
var node = _ref.node,
|
|
@@ -11284,11 +11361,11 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
11284
11361
|
alt = _node$attrs.alt,
|
|
11285
11362
|
border = _node$attrs.border;
|
|
11286
11363
|
var _useState = React.useState(figwidth || 0),
|
|
11287
|
-
_useState2 =
|
|
11364
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
11288
11365
|
captionWidth = _useState2[0],
|
|
11289
11366
|
setCaptionWidth = _useState2[1];
|
|
11290
11367
|
var _useState3 = React.useState(null),
|
|
11291
|
-
_useState4 =
|
|
11368
|
+
_useState4 = _slicedToArray__default.default(_useState3, 2),
|
|
11292
11369
|
previewUrl = _useState4[0],
|
|
11293
11370
|
setPreviewUrl = _useState4[1];
|
|
11294
11371
|
var figureRef = React.useRef(null);
|
|
@@ -11318,7 +11395,7 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
11318
11395
|
if (neetoCist.isNotPresent(src) && neetoCist.isNotPresent(alt)) return null;
|
|
11319
11396
|
return /*#__PURE__*/jsxRuntime.jsxs(Menu$4.NodeViewWrapper, {
|
|
11320
11397
|
"data-testid": "neeto-editor-image-wrapper",
|
|
11321
|
-
className:
|
|
11398
|
+
className: classnames__default.default("neeto-editor__image-wrapper", "neeto-editor__image--".concat(align), {
|
|
11322
11399
|
"neeto-editor__image--bordered": border
|
|
11323
11400
|
}),
|
|
11324
11401
|
children: [/*#__PURE__*/jsxRuntime.jsxs("figure", {
|
|
@@ -11353,10 +11430,10 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
11353
11430
|
}))
|
|
11354
11431
|
}) : /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
11355
11432
|
className: "neeto-editor__image-placeholder",
|
|
11356
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
11433
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Spinner__default.default, {})
|
|
11357
11434
|
}), /*#__PURE__*/jsxRuntime.jsx(Menu$4.NodeViewContent, {
|
|
11358
11435
|
as: "figcaption",
|
|
11359
|
-
className:
|
|
11436
|
+
className: classnames__default.default({
|
|
11360
11437
|
"is-empty": ramda.isEmpty(caption)
|
|
11361
11438
|
}),
|
|
11362
11439
|
style: {
|
|
@@ -11372,9 +11449,9 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
11372
11449
|
|
|
11373
11450
|
var _excluded$4 = ["caption"];
|
|
11374
11451
|
var upload = /*#__PURE__*/function () {
|
|
11375
|
-
var _ref =
|
|
11452
|
+
var _ref = _asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee(file, url) {
|
|
11376
11453
|
var _response$data, uploader, response;
|
|
11377
|
-
return
|
|
11454
|
+
return _regeneratorRuntime__default.default.wrap(function _callee$(_context) {
|
|
11378
11455
|
while (1) switch (_context.prev = _context.next) {
|
|
11379
11456
|
case 0:
|
|
11380
11457
|
if (!(file.size <= initializers.globalProps.endUserUploadedFileSizeLimitInMb * 1024 * 1024)) {
|
|
@@ -11493,7 +11570,7 @@ var ImageExtension = Menu$4.Node.create({
|
|
|
11493
11570
|
if (!src) return ["span"];
|
|
11494
11571
|
var openImageInNewTab = this.options.openImageInNewTab;
|
|
11495
11572
|
var wrapperDivAttrs = {
|
|
11496
|
-
"class":
|
|
11573
|
+
"class": classnames__default.default("neeto-editor__image-wrapper", "neeto-editor__image--".concat(align), {
|
|
11497
11574
|
"neeto-editor__image--bordered": border
|
|
11498
11575
|
})
|
|
11499
11576
|
};
|
|
@@ -11523,7 +11600,7 @@ var ImageExtension = Menu$4.Node.create({
|
|
|
11523
11600
|
return {
|
|
11524
11601
|
setFigure: function setFigure(_ref3) {
|
|
11525
11602
|
var caption = _ref3.caption,
|
|
11526
|
-
attrs =
|
|
11603
|
+
attrs = _objectWithoutProperties__default.default(_ref3, _excluded$4);
|
|
11527
11604
|
return function (_ref4) {
|
|
11528
11605
|
var chain = _ref4.chain;
|
|
11529
11606
|
return chain().insertContent({
|
|
@@ -11591,9 +11668,9 @@ var ImageExtension = Menu$4.Node.create({
|
|
|
11591
11668
|
event.preventDefault();
|
|
11592
11669
|
var currentPos = pos;
|
|
11593
11670
|
images.forEach(/*#__PURE__*/function () {
|
|
11594
|
-
var _ref5 =
|
|
11671
|
+
var _ref5 = _asyncToGenerator__default.default(/*#__PURE__*/_regeneratorRuntime__default.default.mark(function _callee2(image) {
|
|
11595
11672
|
var emptyImageNode, id, tr, url, imageNode, _view$state2, _tr, doc, nodePos, _doc, _tr2;
|
|
11596
|
-
return
|
|
11673
|
+
return _regeneratorRuntime__default.default.wrap(function _callee2$(_context2) {
|
|
11597
11674
|
while (1) switch (_context2.prev = _context2.next) {
|
|
11598
11675
|
case 0:
|
|
11599
11676
|
id = Math.random().toString(36).substring(7);
|
|
@@ -11647,11 +11724,11 @@ var ImageExtension = Menu$4.Node.create({
|
|
|
11647
11724
|
});
|
|
11648
11725
|
view.dispatch(_tr2);
|
|
11649
11726
|
if (_context2.t0.message === LARGE_IMAGE_ERROR) {
|
|
11650
|
-
|
|
11727
|
+
Toastr__default.default.error(i18n.t("neetoEditor.error.imageSizeIsShouldBeLess", {
|
|
11651
11728
|
limit: initializers.globalProps.endUserUploadedFileSizeLimitInMb
|
|
11652
11729
|
}));
|
|
11653
11730
|
} else {
|
|
11654
|
-
|
|
11731
|
+
Toastr__default.default.error(i18n.t("neetoEditor.error.imageUploadFailed"));
|
|
11655
11732
|
}
|
|
11656
11733
|
case 19:
|
|
11657
11734
|
case "end":
|
|
@@ -11696,7 +11773,7 @@ var Italic = Italic$1.extend({
|
|
|
11696
11773
|
});
|
|
11697
11774
|
|
|
11698
11775
|
function ownKeys$e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11699
|
-
function _objectSpread$e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$e(Object(t), !0).forEach(function (r) {
|
|
11776
|
+
function _objectSpread$e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$e(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11700
11777
|
var KeyboardShortcuts = function KeyboardShortcuts(_ref) {
|
|
11701
11778
|
var onSubmit = _ref.onSubmit,
|
|
11702
11779
|
shortcuts = _ref.shortcuts,
|
|
@@ -13827,7 +13904,7 @@ const Link$1 = Menu$4.Mark.create({
|
|
|
13827
13904
|
var LINK_MARKDOWN_INPUT_REGEX = /(?:^|\s)\[([^\]]*)?\]\((\S+)(?: ["“](.+)["”])?\)$/i;
|
|
13828
13905
|
|
|
13829
13906
|
function ownKeys$d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13830
|
-
function _objectSpread$d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$d(Object(t), !0).forEach(function (r) {
|
|
13907
|
+
function _objectSpread$d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$d(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13831
13908
|
var linkInputRule = function linkInputRule(config) {
|
|
13832
13909
|
var defaultMarkInputRule = Menu$4.markInputRule(config);
|
|
13833
13910
|
return new Menu$4.InputRule({
|
|
@@ -14104,14 +14181,14 @@ var scrollHandler = function scrollHandler(_ref) {
|
|
|
14104
14181
|
wrapperRef.current.scrollTop = scrollPosition;
|
|
14105
14182
|
};
|
|
14106
14183
|
|
|
14107
|
-
function _callSuper$2(t, o, e) { return o =
|
|
14184
|
+
function _callSuper$2(t, o, e) { return o = _getPrototypeOf__default.default(o), _possibleConstructorReturn__default.default(t, _isNativeReflectConstruct$2() ? Reflect.construct(o, e || [], _getPrototypeOf__default.default(t).constructor) : o.apply(t, e)); }
|
|
14108
14185
|
function _isNativeReflectConstruct$2() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct$2 = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
14109
14186
|
var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
14110
14187
|
function MentionList(props) {
|
|
14111
14188
|
var _this;
|
|
14112
|
-
|
|
14189
|
+
_classCallCheck__default.default(this, MentionList);
|
|
14113
14190
|
_this = _callSuper$2(this, MentionList, [props]);
|
|
14114
|
-
|
|
14191
|
+
_defineProperty__default.default(_this, "selectItem", function (index) {
|
|
14115
14192
|
var _this$props = _this.props,
|
|
14116
14193
|
items = _this$props.items,
|
|
14117
14194
|
command = _this$props.command;
|
|
@@ -14123,7 +14200,7 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14123
14200
|
});
|
|
14124
14201
|
}
|
|
14125
14202
|
});
|
|
14126
|
-
|
|
14203
|
+
_defineProperty__default.default(_this, "upHandler", function () {
|
|
14127
14204
|
var items = _this.props.items;
|
|
14128
14205
|
_this.setState(function (prevState) {
|
|
14129
14206
|
var selectedIndex = prevState.selectedIndex;
|
|
@@ -14133,7 +14210,7 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14133
14210
|
};
|
|
14134
14211
|
});
|
|
14135
14212
|
});
|
|
14136
|
-
|
|
14213
|
+
_defineProperty__default.default(_this, "downHandler", function () {
|
|
14137
14214
|
var items = _this.props.items;
|
|
14138
14215
|
_this.setState(function (prevState) {
|
|
14139
14216
|
var selectedIndex = prevState.selectedIndex;
|
|
@@ -14143,15 +14220,15 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14143
14220
|
};
|
|
14144
14221
|
});
|
|
14145
14222
|
});
|
|
14146
|
-
|
|
14223
|
+
_defineProperty__default.default(_this, "enterHandler", function () {
|
|
14147
14224
|
var selectedIndex = _this.state.selectedIndex;
|
|
14148
14225
|
_this.selectItem(selectedIndex);
|
|
14149
14226
|
});
|
|
14150
|
-
|
|
14227
|
+
_defineProperty__default.default(_this, "tabHandler", function () {
|
|
14151
14228
|
var selectedIndex = _this.state.selectedIndex;
|
|
14152
14229
|
_this.selectItem(selectedIndex);
|
|
14153
14230
|
});
|
|
14154
|
-
|
|
14231
|
+
_defineProperty__default.default(_this, "onKeyDown", function (_ref) {
|
|
14155
14232
|
var event = _ref.event;
|
|
14156
14233
|
var keyDownHandlers = {
|
|
14157
14234
|
ArrowUp: _this.upHandler,
|
|
@@ -14168,11 +14245,11 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14168
14245
|
_this.state = {
|
|
14169
14246
|
selectedIndex: 0
|
|
14170
14247
|
};
|
|
14171
|
-
_this.mentionRef = /*#__PURE__*/
|
|
14248
|
+
_this.mentionRef = /*#__PURE__*/React__namespace.default.createRef();
|
|
14172
14249
|
return _this;
|
|
14173
14250
|
}
|
|
14174
|
-
|
|
14175
|
-
return
|
|
14251
|
+
_inherits__default.default(MentionList, _React$Component);
|
|
14252
|
+
return _createClass__default.default(MentionList, [{
|
|
14176
14253
|
key: "componentDidUpdate",
|
|
14177
14254
|
value: function componentDidUpdate(prevProps) {
|
|
14178
14255
|
var items = this.props.items;
|
|
@@ -14192,8 +14269,8 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14192
14269
|
var _this2 = this;
|
|
14193
14270
|
var selectedIndex = this.state.selectedIndex;
|
|
14194
14271
|
var items = this.props.items;
|
|
14195
|
-
var Menu =
|
|
14196
|
-
MenuItem =
|
|
14272
|
+
var Menu = Dropdown__default.default.Menu,
|
|
14273
|
+
MenuItem = Dropdown__default.default.MenuItem;
|
|
14197
14274
|
if (ramda.isEmpty(items)) {
|
|
14198
14275
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
14199
14276
|
className: "neeto-editor-mentions__wrapper",
|
|
@@ -14216,19 +14293,19 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14216
14293
|
return /*#__PURE__*/jsxRuntime.jsxs(MenuItem.Button, {
|
|
14217
14294
|
"data-testid": "neeto-editor-mention-list-".concat(name),
|
|
14218
14295
|
type: "button",
|
|
14219
|
-
className:
|
|
14296
|
+
className: classnames__default.default("neeto-editor-mentions__item", {
|
|
14220
14297
|
active: index === selectedIndex
|
|
14221
14298
|
}),
|
|
14222
14299
|
onClick: function onClick() {
|
|
14223
14300
|
return _this2.selectItem(index);
|
|
14224
14301
|
},
|
|
14225
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
14302
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Avatar__default.default, {
|
|
14226
14303
|
size: "small",
|
|
14227
14304
|
user: {
|
|
14228
14305
|
name: name,
|
|
14229
14306
|
imageUrl: imageUrl
|
|
14230
14307
|
}
|
|
14231
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
14308
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Typography__default.default, {
|
|
14232
14309
|
style: "body2",
|
|
14233
14310
|
children: name
|
|
14234
14311
|
})]
|
|
@@ -14238,7 +14315,7 @@ var MentionList = /*#__PURE__*/function (_React$Component) {
|
|
|
14238
14315
|
});
|
|
14239
14316
|
}
|
|
14240
14317
|
}]);
|
|
14241
|
-
}(
|
|
14318
|
+
}(React__namespace.default.Component);
|
|
14242
14319
|
|
|
14243
14320
|
var createMentionSuggestions = function createMentionSuggestions() {
|
|
14244
14321
|
var mentions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
@@ -14256,7 +14333,7 @@ var createMentionSuggestions = function createMentionSuggestions() {
|
|
|
14256
14333
|
|
|
14257
14334
|
var _excluded$3 = ["suggestion"];
|
|
14258
14335
|
function ownKeys$c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14259
|
-
function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$c(Object(t), !0).forEach(function (r) {
|
|
14336
|
+
function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$c(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14260
14337
|
var suggestion$1 = {
|
|
14261
14338
|
render: function render() {
|
|
14262
14339
|
var reactRenderer;
|
|
@@ -14267,7 +14344,7 @@ var suggestion$1 = {
|
|
|
14267
14344
|
props: props,
|
|
14268
14345
|
editor: props.editor
|
|
14269
14346
|
});
|
|
14270
|
-
popup =
|
|
14347
|
+
popup = tippy__default.default("body", {
|
|
14271
14348
|
theme: "light neeto-editor-mentions-tooltip",
|
|
14272
14349
|
getReferenceClientRect: props.clientRect,
|
|
14273
14350
|
appendTo: function appendTo() {
|
|
@@ -14332,7 +14409,7 @@ var Mention = {
|
|
|
14332
14409
|
configure: function configure(_ref3) {
|
|
14333
14410
|
var _ref3$suggestion = _ref3.suggestion,
|
|
14334
14411
|
suggestionConfig = _ref3$suggestion === void 0 ? {} : _ref3$suggestion,
|
|
14335
|
-
otherConfig =
|
|
14412
|
+
otherConfig = _objectWithoutProperties__default.default(_ref3, _excluded$3);
|
|
14336
14413
|
return Mentions.configure(_objectSpread$c(_objectSpread$c({}, otherConfig), {}, {
|
|
14337
14414
|
suggestion: _objectSpread$c(_objectSpread$c({}, suggestion$1), suggestionConfig)
|
|
14338
14415
|
}));
|
|
@@ -14530,15 +14607,15 @@ var fuzzySearch = function fuzzySearch(items, query) {
|
|
|
14530
14607
|
};
|
|
14531
14608
|
|
|
14532
14609
|
function ownKeys$b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14533
|
-
function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$b(Object(t), !0).forEach(function (r) {
|
|
14534
|
-
function _callSuper$1(t, o, e) { return o =
|
|
14610
|
+
function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$b(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14611
|
+
function _callSuper$1(t, o, e) { return o = _getPrototypeOf__default.default(o), _possibleConstructorReturn__default.default(t, _isNativeReflectConstruct$1() ? Reflect.construct(o, e || [], _getPrototypeOf__default.default(t).constructor) : o.apply(t, e)); }
|
|
14535
14612
|
function _isNativeReflectConstruct$1() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct$1 = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
14536
14613
|
var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
14537
14614
|
function Menu(props) {
|
|
14538
14615
|
var _this;
|
|
14539
|
-
|
|
14616
|
+
_classCallCheck__default.default(this, Menu);
|
|
14540
14617
|
_this = _callSuper$1(this, Menu, [props]);
|
|
14541
|
-
|
|
14618
|
+
_defineProperty__default.default(_this, "keydownHandler", function (event) {
|
|
14542
14619
|
var listeners = {
|
|
14543
14620
|
Enter: _this.enterHandler,
|
|
14544
14621
|
ArrowUp: _this.upHandler,
|
|
@@ -14548,7 +14625,7 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14548
14625
|
};
|
|
14549
14626
|
if (event.key in listeners) listeners[event.key](event);
|
|
14550
14627
|
});
|
|
14551
|
-
|
|
14628
|
+
_defineProperty__default.default(_this, "selectItem", function (index) {
|
|
14552
14629
|
var _this$props = _this.props,
|
|
14553
14630
|
items = _this$props.items,
|
|
14554
14631
|
editor = _this$props.editor,
|
|
@@ -14560,31 +14637,31 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14560
14637
|
range: range
|
|
14561
14638
|
});
|
|
14562
14639
|
});
|
|
14563
|
-
|
|
14640
|
+
_defineProperty__default.default(_this, "upHandler", function () {
|
|
14564
14641
|
var items = _this.props.items;
|
|
14565
14642
|
var selectedIndex = _this.state.selectedIndex;
|
|
14566
14643
|
_this.setState({
|
|
14567
14644
|
selectedIndex: (selectedIndex + items.length - 1) % items.length
|
|
14568
14645
|
});
|
|
14569
14646
|
});
|
|
14570
|
-
|
|
14647
|
+
_defineProperty__default.default(_this, "downHandler", function () {
|
|
14571
14648
|
var items = _this.props.items;
|
|
14572
14649
|
var selectedIndex = _this.state.selectedIndex;
|
|
14573
14650
|
_this.setState({
|
|
14574
14651
|
selectedIndex: (selectedIndex + 1) % items.length
|
|
14575
14652
|
});
|
|
14576
14653
|
});
|
|
14577
|
-
|
|
14654
|
+
_defineProperty__default.default(_this, "enterHandler", function () {
|
|
14578
14655
|
var selectedIndex = _this.state.selectedIndex;
|
|
14579
14656
|
_this.selectItem(selectedIndex);
|
|
14580
14657
|
});
|
|
14581
|
-
|
|
14658
|
+
_defineProperty__default.default(_this, "leftArrowHandler", function () {
|
|
14582
14659
|
var _this$props2 = _this.props,
|
|
14583
14660
|
menuIndex = _this$props2.menuIndex,
|
|
14584
14661
|
setActiveMenuIndex = _this$props2.setActiveMenuIndex;
|
|
14585
14662
|
if (menuIndex > 0) setActiveMenuIndex(menuIndex - 1);
|
|
14586
14663
|
});
|
|
14587
|
-
|
|
14664
|
+
_defineProperty__default.default(_this, "rightArrowHandler", function () {
|
|
14588
14665
|
var _this$props3 = _this.props,
|
|
14589
14666
|
menuIndex = _this$props3.menuIndex,
|
|
14590
14667
|
setActiveMenuIndex = _this$props3.setActiveMenuIndex,
|
|
@@ -14597,11 +14674,11 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14597
14674
|
_this.state = {
|
|
14598
14675
|
selectedIndex: 0
|
|
14599
14676
|
};
|
|
14600
|
-
_this.menuRef = /*#__PURE__*/
|
|
14677
|
+
_this.menuRef = /*#__PURE__*/React__namespace.default.createRef();
|
|
14601
14678
|
return _this;
|
|
14602
14679
|
}
|
|
14603
|
-
|
|
14604
|
-
return
|
|
14680
|
+
_inherits__default.default(Menu, _React$Component);
|
|
14681
|
+
return _createClass__default.default(Menu, [{
|
|
14605
14682
|
key: "componentDidMount",
|
|
14606
14683
|
value: function componentDidMount() {
|
|
14607
14684
|
var _this$props4 = this.props,
|
|
@@ -14667,7 +14744,7 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14667
14744
|
}
|
|
14668
14745
|
});
|
|
14669
14746
|
if (isLeafNode) return nodeElement;
|
|
14670
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
14747
|
+
return /*#__PURE__*/jsxRuntime.jsx(Tippy__default.default, {
|
|
14671
14748
|
interactive: true,
|
|
14672
14749
|
placement: "right",
|
|
14673
14750
|
theme: "light neeto-editor-slash-commands-tippy",
|
|
@@ -14692,7 +14769,7 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14692
14769
|
});
|
|
14693
14770
|
}
|
|
14694
14771
|
}]);
|
|
14695
|
-
}(
|
|
14772
|
+
}(React__namespace.default.Component); // eslint-disable-next-line react/display-name
|
|
14696
14773
|
var MenuItem$1 = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
14697
14774
|
var item = _ref2.item,
|
|
14698
14775
|
selectedIndex = _ref2.selectedIndex,
|
|
@@ -14703,7 +14780,7 @@ var MenuItem$1 = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
|
14703
14780
|
return /*#__PURE__*/jsxRuntime.jsxs("button", {
|
|
14704
14781
|
ref: ref,
|
|
14705
14782
|
"data-testid": "neeto-editor-command-list-item-".concat(index),
|
|
14706
|
-
className:
|
|
14783
|
+
className: classnames__default.default("neeto-editor-slash-commands__item", {
|
|
14707
14784
|
active: index === selectedIndex
|
|
14708
14785
|
}),
|
|
14709
14786
|
onClick: selectItem,
|
|
@@ -14722,33 +14799,33 @@ var MenuItem$1 = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
|
14722
14799
|
});
|
|
14723
14800
|
|
|
14724
14801
|
function ownKeys$a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14725
|
-
function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$a(Object(t), !0).forEach(function (r) {
|
|
14726
|
-
function _callSuper(t, o, e) { return o =
|
|
14802
|
+
function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$a(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14803
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf__default.default(o), _possibleConstructorReturn__default.default(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf__default.default(t).constructor) : o.apply(t, e)); }
|
|
14727
14804
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
14728
14805
|
var CommandsList = /*#__PURE__*/function (_React$Component) {
|
|
14729
14806
|
function CommandsList() {
|
|
14730
14807
|
var _this;
|
|
14731
|
-
|
|
14808
|
+
_classCallCheck__default.default(this, CommandsList);
|
|
14732
14809
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
14733
14810
|
args[_key] = arguments[_key];
|
|
14734
14811
|
}
|
|
14735
14812
|
_this = _callSuper(this, CommandsList, [].concat(args));
|
|
14736
|
-
|
|
14813
|
+
_defineProperty__default.default(_this, "state", {
|
|
14737
14814
|
activeMenuIndex: 0
|
|
14738
14815
|
});
|
|
14739
|
-
|
|
14816
|
+
_defineProperty__default.default(_this, "onKeyDown", function (_ref) {
|
|
14740
14817
|
var event = _ref.event;
|
|
14741
14818
|
return ["Enter", "ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"].includes(event.key);
|
|
14742
14819
|
});
|
|
14743
|
-
|
|
14820
|
+
_defineProperty__default.default(_this, "setActiveMenuIndex", function (index) {
|
|
14744
14821
|
return _this.setState({
|
|
14745
14822
|
activeMenuIndex: index
|
|
14746
14823
|
});
|
|
14747
14824
|
});
|
|
14748
14825
|
return _this;
|
|
14749
14826
|
}
|
|
14750
|
-
|
|
14751
|
-
return
|
|
14827
|
+
_inherits__default.default(CommandsList, _React$Component);
|
|
14828
|
+
return _createClass__default.default(CommandsList, [{
|
|
14752
14829
|
key: "render",
|
|
14753
14830
|
value: function render() {
|
|
14754
14831
|
return /*#__PURE__*/jsxRuntime.jsx(Menu$1, _objectSpread$a(_objectSpread$a({}, this.props), {}, {
|
|
@@ -14759,13 +14836,13 @@ var CommandsList = /*#__PURE__*/function (_React$Component) {
|
|
|
14759
14836
|
}));
|
|
14760
14837
|
}
|
|
14761
14838
|
}]);
|
|
14762
|
-
}(
|
|
14839
|
+
}(React__namespace.default.Component);
|
|
14763
14840
|
|
|
14764
14841
|
var MENU_ITEMS = [{
|
|
14765
14842
|
optionName: constants.EDITOR_OPTIONS.PARAGRAPH,
|
|
14766
14843
|
title: i18n.t("neetoEditor.menu.normalText"),
|
|
14767
14844
|
description: i18n.t("neetoEditor.menu.normalTextDescription"),
|
|
14768
|
-
Icon:
|
|
14845
|
+
Icon: TextP__default.default,
|
|
14769
14846
|
command: function command(_ref) {
|
|
14770
14847
|
var editor = _ref.editor,
|
|
14771
14848
|
range = _ref.range;
|
|
@@ -14775,7 +14852,7 @@ var MENU_ITEMS = [{
|
|
|
14775
14852
|
optionName: constants.EDITOR_OPTIONS.BOLD,
|
|
14776
14853
|
title: i18n.t("neetoEditor.menu.bold"),
|
|
14777
14854
|
description: i18n.t("neetoEditor.menu.boldDescription"),
|
|
14778
|
-
Icon:
|
|
14855
|
+
Icon: TextBold__default.default,
|
|
14779
14856
|
command: function command(_ref2) {
|
|
14780
14857
|
var editor = _ref2.editor,
|
|
14781
14858
|
range = _ref2.range;
|
|
@@ -14785,7 +14862,7 @@ var MENU_ITEMS = [{
|
|
|
14785
14862
|
optionName: constants.EDITOR_OPTIONS.ITALIC,
|
|
14786
14863
|
title: i18n.t("neetoEditor.menu.italic"),
|
|
14787
14864
|
description: i18n.t("neetoEditor.menu.italicDescription"),
|
|
14788
|
-
Icon:
|
|
14865
|
+
Icon: TextItalic__default.default,
|
|
14789
14866
|
command: function command(_ref3) {
|
|
14790
14867
|
var editor = _ref3.editor,
|
|
14791
14868
|
range = _ref3.range;
|
|
@@ -14795,7 +14872,7 @@ var MENU_ITEMS = [{
|
|
|
14795
14872
|
optionName: constants.EDITOR_OPTIONS.UNDERLINE,
|
|
14796
14873
|
title: i18n.t("neetoEditor.menu.underline"),
|
|
14797
14874
|
description: i18n.t("neetoEditor.menu.underlineDescription"),
|
|
14798
|
-
Icon:
|
|
14875
|
+
Icon: Underline__default.default,
|
|
14799
14876
|
command: function command(_ref4) {
|
|
14800
14877
|
var editor = _ref4.editor,
|
|
14801
14878
|
range = _ref4.range;
|
|
@@ -14805,7 +14882,7 @@ var MENU_ITEMS = [{
|
|
|
14805
14882
|
optionName: constants.EDITOR_OPTIONS.H1,
|
|
14806
14883
|
title: i18n.t("neetoEditor.menu.heading1"),
|
|
14807
14884
|
description: i18n.t("neetoEditor.menu.h1Description"),
|
|
14808
|
-
Icon:
|
|
14885
|
+
Icon: TextH1__default.default,
|
|
14809
14886
|
command: function command(_ref5) {
|
|
14810
14887
|
var editor = _ref5.editor,
|
|
14811
14888
|
range = _ref5.range;
|
|
@@ -14817,7 +14894,7 @@ var MENU_ITEMS = [{
|
|
|
14817
14894
|
optionName: constants.EDITOR_OPTIONS.H2,
|
|
14818
14895
|
title: i18n.t("neetoEditor.menu.heading2"),
|
|
14819
14896
|
description: i18n.t("neetoEditor.menu.h2Description"),
|
|
14820
|
-
Icon:
|
|
14897
|
+
Icon: TextH2__default.default,
|
|
14821
14898
|
command: function command(_ref6) {
|
|
14822
14899
|
var editor = _ref6.editor,
|
|
14823
14900
|
range = _ref6.range;
|
|
@@ -14829,7 +14906,7 @@ var MENU_ITEMS = [{
|
|
|
14829
14906
|
optionName: constants.EDITOR_OPTIONS.H3,
|
|
14830
14907
|
title: i18n.t("neetoEditor.menu.heading3"),
|
|
14831
14908
|
description: i18n.t("neetoEditor.menu.h3Description"),
|
|
14832
|
-
Icon:
|
|
14909
|
+
Icon: TextH3__default.default,
|
|
14833
14910
|
command: function command(_ref7) {
|
|
14834
14911
|
var editor = _ref7.editor,
|
|
14835
14912
|
range = _ref7.range;
|
|
@@ -14841,7 +14918,7 @@ var MENU_ITEMS = [{
|
|
|
14841
14918
|
optionName: constants.EDITOR_OPTIONS.H4,
|
|
14842
14919
|
title: i18n.t("neetoEditor.menu.heading4"),
|
|
14843
14920
|
description: i18n.t("neetoEditor.menu.h4Description"),
|
|
14844
|
-
Icon:
|
|
14921
|
+
Icon: TextH4__default.default,
|
|
14845
14922
|
command: function command(_ref8) {
|
|
14846
14923
|
var editor = _ref8.editor,
|
|
14847
14924
|
range = _ref8.range;
|
|
@@ -14853,7 +14930,7 @@ var MENU_ITEMS = [{
|
|
|
14853
14930
|
optionName: constants.EDITOR_OPTIONS.H5,
|
|
14854
14931
|
title: i18n.t("neetoEditor.menu.heading5"),
|
|
14855
14932
|
description: i18n.t("neetoEditor.menu.h5Description"),
|
|
14856
|
-
Icon:
|
|
14933
|
+
Icon: TextH5__default.default,
|
|
14857
14934
|
command: function command(_ref9) {
|
|
14858
14935
|
var editor = _ref9.editor,
|
|
14859
14936
|
range = _ref9.range;
|
|
@@ -14865,7 +14942,7 @@ var MENU_ITEMS = [{
|
|
|
14865
14942
|
optionName: constants.EDITOR_OPTIONS.LIST_ORDERED,
|
|
14866
14943
|
title: i18n.t("neetoEditor.menu.numberedList"),
|
|
14867
14944
|
description: i18n.t("neetoEditor.menu.numberedListDescription"),
|
|
14868
|
-
Icon:
|
|
14945
|
+
Icon: ListNumber__default.default,
|
|
14869
14946
|
command: function command(_ref0) {
|
|
14870
14947
|
var editor = _ref0.editor,
|
|
14871
14948
|
range = _ref0.range;
|
|
@@ -14875,7 +14952,7 @@ var MENU_ITEMS = [{
|
|
|
14875
14952
|
optionName: constants.EDITOR_OPTIONS.LIST_BULLETS,
|
|
14876
14953
|
title: i18n.t("neetoEditor.menu.bulletList"),
|
|
14877
14954
|
description: i18n.t("neetoEditor.menu.bulletListDescription"),
|
|
14878
|
-
Icon:
|
|
14955
|
+
Icon: ListDot__default.default,
|
|
14879
14956
|
command: function command(_ref1) {
|
|
14880
14957
|
var editor = _ref1.editor,
|
|
14881
14958
|
range = _ref1.range;
|
|
@@ -14885,25 +14962,25 @@ var MENU_ITEMS = [{
|
|
|
14885
14962
|
optionName: constants.EDITOR_OPTIONS.LINK,
|
|
14886
14963
|
title: i18n.t("neetoEditor.menu.link"),
|
|
14887
14964
|
description: i18n.t("neetoEditor.menu.linkDescription"),
|
|
14888
|
-
Icon:
|
|
14965
|
+
Icon: Link__default.default,
|
|
14889
14966
|
command: neetoCist.noop
|
|
14890
14967
|
}, {
|
|
14891
14968
|
optionName: constants.EDITOR_OPTIONS.NEETO_KB_ARTICLE,
|
|
14892
14969
|
title: i18n.t("neetoEditor.menu.linkToNeetoKbArticle"),
|
|
14893
14970
|
description: i18n.t("neetoEditor.menu.linkToNeetoKbArticleDescription"),
|
|
14894
|
-
Icon:
|
|
14971
|
+
Icon: File__default.default,
|
|
14895
14972
|
command: neetoCist.noop
|
|
14896
14973
|
}, {
|
|
14897
14974
|
optionName: constants.EDITOR_OPTIONS.ATTACHMENTS,
|
|
14898
14975
|
title: i18n.t("neetoEditor.menu.file"),
|
|
14899
14976
|
description: i18n.t("neetoEditor.menu.attachmentsDescription"),
|
|
14900
|
-
Icon:
|
|
14977
|
+
Icon: Attachment__default.default,
|
|
14901
14978
|
command: neetoCist.noop
|
|
14902
14979
|
}, {
|
|
14903
14980
|
optionName: constants.EDITOR_OPTIONS.TODO_LIST,
|
|
14904
14981
|
title: i18n.t("neetoEditor.menu.todoList"),
|
|
14905
14982
|
description: i18n.t("neetoEditor.menu.todoListDescription"),
|
|
14906
|
-
Icon:
|
|
14983
|
+
Icon: Checkbox__default.default,
|
|
14907
14984
|
command: function command(_ref10) {
|
|
14908
14985
|
var editor = _ref10.editor,
|
|
14909
14986
|
range = _ref10.range;
|
|
@@ -14913,19 +14990,19 @@ var MENU_ITEMS = [{
|
|
|
14913
14990
|
optionName: constants.EDITOR_OPTIONS.IMAGE_UPLOAD,
|
|
14914
14991
|
title: i18n.t("neetoEditor.menu.image"),
|
|
14915
14992
|
description: i18n.t("neetoEditor.menu.imageDescription"),
|
|
14916
|
-
Icon:
|
|
14993
|
+
Icon: ImageUpload__default.default,
|
|
14917
14994
|
command: neetoCist.noop
|
|
14918
14995
|
}, {
|
|
14919
14996
|
optionName: constants.EDITOR_OPTIONS.VIDEO_UPLOAD,
|
|
14920
14997
|
title: i18n.t("neetoEditor.menu.video"),
|
|
14921
14998
|
description: i18n.t("neetoEditor.menu.videoDescription"),
|
|
14922
|
-
Icon:
|
|
14999
|
+
Icon: Video__default.default,
|
|
14923
15000
|
command: neetoCist.noop
|
|
14924
15001
|
}, {
|
|
14925
15002
|
optionName: constants.EDITOR_OPTIONS.BLOCKQUOTE,
|
|
14926
15003
|
title: i18n.t("neetoEditor.menu.blockQuote"),
|
|
14927
15004
|
description: i18n.t("neetoEditor.menu.blockQuoteDescription"),
|
|
14928
|
-
Icon:
|
|
15005
|
+
Icon: Blockquote__default.default,
|
|
14929
15006
|
command: function command(_ref11) {
|
|
14930
15007
|
var editor = _ref11.editor,
|
|
14931
15008
|
range = _ref11.range;
|
|
@@ -14935,7 +15012,7 @@ var MENU_ITEMS = [{
|
|
|
14935
15012
|
optionName: constants.EDITOR_OPTIONS.CODE_BLOCK,
|
|
14936
15013
|
title: i18n.t("neetoEditor.menu.codeBlock"),
|
|
14937
15014
|
description: i18n.t("neetoEditor.menu.codeDescription"),
|
|
14938
|
-
Icon:
|
|
15015
|
+
Icon: CodeBlock__default.default,
|
|
14939
15016
|
command: function command(_ref12) {
|
|
14940
15017
|
var editor = _ref12.editor,
|
|
14941
15018
|
range = _ref12.range;
|
|
@@ -14945,7 +15022,7 @@ var MENU_ITEMS = [{
|
|
|
14945
15022
|
optionName: constants.EDITOR_OPTIONS.EMOJI,
|
|
14946
15023
|
title: i18n.t("neetoEditor.menu.emoji"),
|
|
14947
15024
|
description: i18n.t("neetoEditor.menu.emojiDescription"),
|
|
14948
|
-
Icon:
|
|
15025
|
+
Icon: Smiley__default.default,
|
|
14949
15026
|
command: function command(_ref13) {
|
|
14950
15027
|
var editor = _ref13.editor,
|
|
14951
15028
|
range = _ref13.range;
|
|
@@ -14955,7 +15032,7 @@ var MENU_ITEMS = [{
|
|
|
14955
15032
|
optionName: constants.EDITOR_OPTIONS.DIVIDER,
|
|
14956
15033
|
title: i18n.t("neetoEditor.menu.divider"),
|
|
14957
15034
|
description: i18n.t("neetoEditor.menu.dividerDescription"),
|
|
14958
|
-
Icon:
|
|
15035
|
+
Icon: Minus__default.default,
|
|
14959
15036
|
command: function command(_ref14) {
|
|
14960
15037
|
var editor = _ref14.editor,
|
|
14961
15038
|
range = _ref14.range;
|
|
@@ -14965,7 +15042,7 @@ var MENU_ITEMS = [{
|
|
|
14965
15042
|
optionName: constants.EDITOR_OPTIONS.PASTE_UNFORMATTED,
|
|
14966
15043
|
title: i18n.t("neetoEditor.menu.pasteUnformatted"),
|
|
14967
15044
|
description: i18n.t("neetoEditor.menu.pasteUnformattedDescription"),
|
|
14968
|
-
Icon:
|
|
15045
|
+
Icon: Notes__default.default,
|
|
14969
15046
|
command: function command(_ref15) {
|
|
14970
15047
|
var editor = _ref15.editor,
|
|
14971
15048
|
range = _ref15.range;
|
|
@@ -14975,7 +15052,7 @@ var MENU_ITEMS = [{
|
|
|
14975
15052
|
optionName: constants.EDITOR_OPTIONS.TABLE,
|
|
14976
15053
|
title: i18n.t("neetoEditor.menu.table"),
|
|
14977
15054
|
description: i18n.t("neetoEditor.menu.tableDescription"),
|
|
14978
|
-
Icon:
|
|
15055
|
+
Icon: Column__default.default,
|
|
14979
15056
|
command: function command(_ref16) {
|
|
14980
15057
|
var editor = _ref16.editor,
|
|
14981
15058
|
range = _ref16.range;
|
|
@@ -14989,7 +15066,7 @@ var MENU_ITEMS = [{
|
|
|
14989
15066
|
optionName: constants.EDITOR_OPTIONS.CALLOUT,
|
|
14990
15067
|
title: i18n.t("neetoEditor.menu.callout"),
|
|
14991
15068
|
description: i18n.t("neetoEditor.menu.calloutDescription"),
|
|
14992
|
-
Icon:
|
|
15069
|
+
Icon: MessageSquare__default.default,
|
|
14993
15070
|
command: function command(_ref17) {
|
|
14994
15071
|
var editor = _ref17.editor,
|
|
14995
15072
|
range = _ref17.range;
|
|
@@ -15064,7 +15141,7 @@ var NO_RESULT_MENU_ITEM = {
|
|
|
15064
15141
|
};
|
|
15065
15142
|
|
|
15066
15143
|
function ownKeys$9(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15067
|
-
function _objectSpread$9(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$9(Object(t), !0).forEach(function (r) {
|
|
15144
|
+
function _objectSpread$9(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$9(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$9(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15068
15145
|
var imageCommand = function imageCommand(setMediaUploader) {
|
|
15069
15146
|
return function (_ref) {
|
|
15070
15147
|
var editor = _ref.editor,
|
|
@@ -15143,11 +15220,11 @@ var buildCommandItems = function buildCommandItems(_ref6) {
|
|
|
15143
15220
|
Icon: command.icon
|
|
15144
15221
|
});
|
|
15145
15222
|
});
|
|
15146
|
-
return [].concat(
|
|
15223
|
+
return [].concat(_toConsumableArray__default.default(permittedCommandItems), _toConsumableArray__default.default(adddonCommandItems));
|
|
15147
15224
|
};
|
|
15148
15225
|
|
|
15149
15226
|
function ownKeys$8(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15150
|
-
function _objectSpread$8(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$8(Object(t), !0).forEach(function (r) {
|
|
15227
|
+
function _objectSpread$8(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$8(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$8(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15151
15228
|
var CommandsPluginKey = new utils.PluginKey("commands");
|
|
15152
15229
|
var SlashCommands = {
|
|
15153
15230
|
configure: function configure(_ref) {
|
|
@@ -15203,7 +15280,7 @@ var SlashCommands = {
|
|
|
15203
15280
|
props: props,
|
|
15204
15281
|
editor: props.editor
|
|
15205
15282
|
});
|
|
15206
|
-
popup =
|
|
15283
|
+
popup = tippy__default.default("body", {
|
|
15207
15284
|
getReferenceClientRect: props.clientRect,
|
|
15208
15285
|
appendTo: function appendTo() {
|
|
15209
15286
|
return document.body;
|
|
@@ -15259,7 +15336,7 @@ var SlashCommands = {
|
|
|
15259
15336
|
|
|
15260
15337
|
var _excluded$2 = ["suggestion"];
|
|
15261
15338
|
function ownKeys$7(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15262
|
-
function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7(Object(t), !0).forEach(function (r) {
|
|
15339
|
+
function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15263
15340
|
var SpecialMentionPluginKey = new utils.PluginKey("special-mention");
|
|
15264
15341
|
var renderLabel = function renderLabel(_ref) {
|
|
15265
15342
|
var _node$attrs$label;
|
|
@@ -15279,7 +15356,7 @@ var suggestion = {
|
|
|
15279
15356
|
props: props,
|
|
15280
15357
|
editor: props.editor
|
|
15281
15358
|
});
|
|
15282
|
-
popup =
|
|
15359
|
+
popup = tippy__default.default("body", {
|
|
15283
15360
|
theme: "light neeto-editor-mentions-tooltip",
|
|
15284
15361
|
getReferenceClientRect: props.clientRect,
|
|
15285
15362
|
appendTo: function appendTo() {
|
|
@@ -15332,7 +15409,7 @@ var SpecialMentions$1 = {
|
|
|
15332
15409
|
configure: function configure(_ref3) {
|
|
15333
15410
|
var _ref3$suggestion = _ref3.suggestion,
|
|
15334
15411
|
suggestionConfig = _ref3$suggestion === void 0 ? {} : _ref3$suggestion,
|
|
15335
|
-
otherConfig =
|
|
15412
|
+
otherConfig = _objectWithoutProperties__default.default(_ref3, _excluded$2);
|
|
15336
15413
|
return SpecialMentions.configure(_objectSpread$7(_objectSpread$7({}, otherConfig), {}, {
|
|
15337
15414
|
suggestion: _objectSpread$7(_objectSpread$7({}, suggestion), suggestionConfig)
|
|
15338
15415
|
}));
|
|
@@ -19910,8 +19987,8 @@ var TableView = /*#__PURE__*/function () {
|
|
|
19910
19987
|
function TableView(node, cellMinWidth) {
|
|
19911
19988
|
var _this = this,
|
|
19912
19989
|
_node$attrs;
|
|
19913
|
-
|
|
19914
|
-
|
|
19990
|
+
_classCallCheck__default.default(this, TableView);
|
|
19991
|
+
_defineProperty__default.default(this, "buildController", function (_ref) {
|
|
19915
19992
|
var _ref$className = _ref.className,
|
|
19916
19993
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
19917
19994
|
_ref$handleClick = _ref.handleClick,
|
|
@@ -19924,7 +20001,7 @@ var TableView = /*#__PURE__*/function () {
|
|
|
19924
20001
|
controller.appendChild(icon);
|
|
19925
20002
|
return controller;
|
|
19926
20003
|
});
|
|
19927
|
-
|
|
20004
|
+
_defineProperty__default.default(this, "insertColumn", function () {
|
|
19928
20005
|
_this.table.querySelectorAll("tr").forEach(function (tr) {
|
|
19929
20006
|
var _tr$firstChild;
|
|
19930
20007
|
if (((_tr$firstChild = tr.firstChild) === null || _tr$firstChild === void 0 ? void 0 : _tr$firstChild.nodeName) === "TH") {
|
|
@@ -19961,7 +20038,7 @@ var TableView = /*#__PURE__*/function () {
|
|
|
19961
20038
|
updateColumns(node, this.colgroup, this.table, cellMinWidth);
|
|
19962
20039
|
this.contentDOM = this.table.appendChild(document.createElement("tbody"));
|
|
19963
20040
|
}
|
|
19964
|
-
return
|
|
20041
|
+
return _createClass__default.default(TableView, [{
|
|
19965
20042
|
key: "update",
|
|
19966
20043
|
value: function update(node) {
|
|
19967
20044
|
var _node$attrs2;
|
|
@@ -19985,7 +20062,7 @@ var TableView = /*#__PURE__*/function () {
|
|
|
19985
20062
|
}();
|
|
19986
20063
|
|
|
19987
20064
|
function ownKeys$6(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
19988
|
-
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) {
|
|
20065
|
+
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
19989
20066
|
var Table = Table$2.extend({
|
|
19990
20067
|
addOptions: function addOptions() {
|
|
19991
20068
|
return {
|
|
@@ -20354,7 +20431,7 @@ var VariableComponent = function VariableComponent(_ref) {
|
|
|
20354
20431
|
className: "neeto-editor-variable",
|
|
20355
20432
|
"data-label": id,
|
|
20356
20433
|
"data-variable": "",
|
|
20357
|
-
children: [extension.options.charOpen, /*#__PURE__*/jsxRuntime.jsxs(
|
|
20434
|
+
children: [extension.options.charOpen, /*#__PURE__*/jsxRuntime.jsxs(Tooltip__default.default, {
|
|
20358
20435
|
content: variableName,
|
|
20359
20436
|
disabled: !shouldTruncate,
|
|
20360
20437
|
position: "top",
|
|
@@ -20458,7 +20535,7 @@ var Variable = Menu$4.Node.create({
|
|
|
20458
20535
|
});
|
|
20459
20536
|
|
|
20460
20537
|
function ownKeys$5(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20461
|
-
function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$5(Object(t), !0).forEach(function (r) {
|
|
20538
|
+
function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$5(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$5(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20462
20539
|
var VideoComponent = function VideoComponent(_ref) {
|
|
20463
20540
|
var _node$content, _figureRef$current;
|
|
20464
20541
|
var node = _ref.node,
|
|
@@ -20473,7 +20550,7 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
20473
20550
|
align = _node$attrs.align,
|
|
20474
20551
|
border = _node$attrs.border;
|
|
20475
20552
|
var _useState = React.useState(vidwidth || 0),
|
|
20476
|
-
_useState2 =
|
|
20553
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
20477
20554
|
captionWidth = _useState2[0],
|
|
20478
20555
|
setCaptionWidth = _useState2[1];
|
|
20479
20556
|
var figureRef = React.useRef(null);
|
|
@@ -20502,7 +20579,7 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
20502
20579
|
};
|
|
20503
20580
|
if (neetoCist.isNotPresent(src)) return null;
|
|
20504
20581
|
return /*#__PURE__*/jsxRuntime.jsx(Menu$4.NodeViewWrapper, {
|
|
20505
|
-
className:
|
|
20582
|
+
className: classnames__default.default("neeto-editor__image-wrapper", "neeto-editor__image--".concat(align), {
|
|
20506
20583
|
"neeto-editor__image--bordered": border
|
|
20507
20584
|
}),
|
|
20508
20585
|
children: /*#__PURE__*/jsxRuntime.jsxs("figure", {
|
|
@@ -20535,7 +20612,7 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
20535
20612
|
}))
|
|
20536
20613
|
}), /*#__PURE__*/jsxRuntime.jsx(Menu$4.NodeViewContent, {
|
|
20537
20614
|
as: "figcaption",
|
|
20538
|
-
className:
|
|
20615
|
+
className: classnames__default.default({
|
|
20539
20616
|
"is-empty": ramda.isEmpty(caption)
|
|
20540
20617
|
}),
|
|
20541
20618
|
style: {
|
|
@@ -20547,7 +20624,7 @@ var VideoComponent = function VideoComponent(_ref) {
|
|
|
20547
20624
|
};
|
|
20548
20625
|
|
|
20549
20626
|
function ownKeys$4(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20550
|
-
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) {
|
|
20627
|
+
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20551
20628
|
var EmbedComponent = function EmbedComponent(_ref) {
|
|
20552
20629
|
var node = _ref.node,
|
|
20553
20630
|
editor = _ref.editor,
|
|
@@ -20576,7 +20653,7 @@ var EmbedComponent = function EmbedComponent(_ref) {
|
|
|
20576
20653
|
};
|
|
20577
20654
|
return /*#__PURE__*/jsxRuntime.jsx(Menu$4.NodeViewWrapper, {
|
|
20578
20655
|
"data-testid": "neeto-editor-video-wrapper",
|
|
20579
|
-
className:
|
|
20656
|
+
className: classnames__default.default("neeto-editor__video-wrapper", "neeto-editor__video--".concat(align), {
|
|
20580
20657
|
"neeto-editor__video--bordered": border
|
|
20581
20658
|
}),
|
|
20582
20659
|
children: /*#__PURE__*/jsxRuntime.jsxs(Resizable, {
|
|
@@ -20585,7 +20662,7 @@ var EmbedComponent = function EmbedComponent(_ref) {
|
|
|
20585
20662
|
height: height,
|
|
20586
20663
|
width: width
|
|
20587
20664
|
},
|
|
20588
|
-
className:
|
|
20665
|
+
className: classnames__default.default("neeto-editor__video-iframe", {
|
|
20589
20666
|
"neeto-editor-aspect-1-1": aspectRatio === "1/1",
|
|
20590
20667
|
"neeto-editor-aspect-16-9": aspectRatio === "16/9",
|
|
20591
20668
|
"neeto-editor-aspect-9-16": aspectRatio === "9/16",
|
|
@@ -20611,7 +20688,7 @@ var EmbedComponent = function EmbedComponent(_ref) {
|
|
|
20611
20688
|
var _excluded$1 = ["node"],
|
|
20612
20689
|
_excluded2 = ["caption"];
|
|
20613
20690
|
function ownKeys$3(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20614
|
-
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3(Object(t), !0).forEach(function (r) {
|
|
20691
|
+
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20615
20692
|
var getSharedAttributes = function getSharedAttributes() {
|
|
20616
20693
|
return {
|
|
20617
20694
|
src: {
|
|
@@ -20707,11 +20784,11 @@ var renderEmbedHTML = function renderEmbedHTML(node, HTMLAttributes, options) {
|
|
|
20707
20784
|
border = _node$attrs.border,
|
|
20708
20785
|
aspectRatio = _node$attrs.aspectRatio;
|
|
20709
20786
|
return ["div", {
|
|
20710
|
-
"class":
|
|
20787
|
+
"class": classnames__default.default("neeto-editor__video-wrapper", "neeto-editor__video--".concat(align), {
|
|
20711
20788
|
"neeto-editor__video--bordered": border
|
|
20712
20789
|
})
|
|
20713
20790
|
}, ["div", {
|
|
20714
|
-
"class":
|
|
20791
|
+
"class": classnames__default.default("neeto-editor__video-iframe", {
|
|
20715
20792
|
"neeto-editor-aspect-1-1": aspectRatio === "1/1",
|
|
20716
20793
|
"neeto-editor-aspect-16-9": aspectRatio === "16/9",
|
|
20717
20794
|
"neeto-editor-aspect-9-16": aspectRatio === "9/16",
|
|
@@ -20732,7 +20809,7 @@ var renderUploadHTML = function renderUploadHTML(node, HTMLAttributes, options)
|
|
|
20732
20809
|
vidwidth = _node$attrs2.vidwidth,
|
|
20733
20810
|
border = _node$attrs2.border;
|
|
20734
20811
|
var wrapperDivAttrs = {
|
|
20735
|
-
"class":
|
|
20812
|
+
"class": classnames__default.default("neeto-editor__image-wrapper", "neeto-editor__image--".concat(align), {
|
|
20736
20813
|
"neeto-editor__image--bordered": border
|
|
20737
20814
|
})
|
|
20738
20815
|
};
|
|
@@ -20813,7 +20890,7 @@ var UnifiedVideoExtension = Menu$4.Node.create({
|
|
|
20813
20890
|
addNodeView: function addNodeView() {
|
|
20814
20891
|
return Menu$4.ReactNodeViewRenderer(function (_ref3) {
|
|
20815
20892
|
var node = _ref3.node,
|
|
20816
|
-
props =
|
|
20893
|
+
props = _objectWithoutProperties__default.default(_ref3, _excluded$1);
|
|
20817
20894
|
var videoType = node.attrs.videoType;
|
|
20818
20895
|
return videoType === "embed" ? /*#__PURE__*/jsxRuntime.jsx(EmbedComponent, _objectSpread$3({}, _objectSpread$3(_objectSpread$3({}, props), {}, {
|
|
20819
20896
|
node: node
|
|
@@ -20827,7 +20904,7 @@ var UnifiedVideoExtension = Menu$4.Node.create({
|
|
|
20827
20904
|
return {
|
|
20828
20905
|
setVideo: function setVideo(_ref4) {
|
|
20829
20906
|
var caption = _ref4.caption,
|
|
20830
|
-
attrs =
|
|
20907
|
+
attrs = _objectWithoutProperties__default.default(_ref4, _excluded2);
|
|
20831
20908
|
return function (_ref5) {
|
|
20832
20909
|
var chain = _ref5.chain;
|
|
20833
20910
|
return chain().insertContent({
|
|
@@ -21008,7 +21085,7 @@ var ArticlesList = reactUtils.withT(function (_ref) {
|
|
|
21008
21085
|
children: articles.map(function (article, index) {
|
|
21009
21086
|
return /*#__PURE__*/jsxRuntime.jsx("button", {
|
|
21010
21087
|
"data-index": index,
|
|
21011
|
-
className:
|
|
21088
|
+
className: classnames__default.default("hover:neeto-ui-bg-gray-200 focus:neeto-ui-bg-gray-200 neeto-ui-rounded w-full p-2 text-left focus:outline-none", {
|
|
21012
21089
|
"neeto-ui-bg-gray-200": index === highlightedIndex
|
|
21013
21090
|
}),
|
|
21014
21091
|
onClick: function onClick() {
|
|
@@ -21022,7 +21099,7 @@ var ArticlesList = reactUtils.withT(function (_ref) {
|
|
|
21022
21099
|
})
|
|
21023
21100
|
}) : /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
21024
21101
|
className: "neeto-ui-text-gray-500 py-4 text-center",
|
|
21025
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
21102
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Typography__default.default, {
|
|
21026
21103
|
style: "body2",
|
|
21027
21104
|
children: t("neetoEditor.error.noResults")
|
|
21028
21105
|
})
|
|
@@ -21039,7 +21116,7 @@ var useArticleNavigation = function useArticleNavigation(_ref) {
|
|
|
21039
21116
|
handleModalArticleSelect = _ref.handleModalArticleSelect,
|
|
21040
21117
|
searchTerm = _ref.searchTerm;
|
|
21041
21118
|
var _useState = React.useState(0),
|
|
21042
|
-
_useState2 =
|
|
21119
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
21043
21120
|
highlightedIndex = _useState2[0],
|
|
21044
21121
|
setHighlightedIndex = _useState2[1];
|
|
21045
21122
|
React.useEffect(function () {
|
|
@@ -21107,7 +21184,7 @@ var useArticleNavigation = function useArticleNavigation(_ref) {
|
|
|
21107
21184
|
};
|
|
21108
21185
|
|
|
21109
21186
|
function ownKeys$2(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21110
|
-
function _objectSpread$2(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2(Object(t), !0).forEach(function (r) {
|
|
21187
|
+
function _objectSpread$2(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21111
21188
|
var ArticlePicker = function ArticlePicker(_ref) {
|
|
21112
21189
|
var _ref$mode = _ref.mode,
|
|
21113
21190
|
mode = _ref$mode === void 0 ? MODE.MODAL : _ref$mode,
|
|
@@ -21126,7 +21203,7 @@ var ArticlePicker = function ArticlePicker(_ref) {
|
|
|
21126
21203
|
var _useTranslation = reactI18next.useTranslation(),
|
|
21127
21204
|
t = _useTranslation.t;
|
|
21128
21205
|
var _useState = React.useState(""),
|
|
21129
|
-
_useState2 =
|
|
21206
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
21130
21207
|
searchTerm = _useState2[0],
|
|
21131
21208
|
setSearchTerm = _useState2[1];
|
|
21132
21209
|
var modalRef = React.useRef(null);
|
|
@@ -21204,14 +21281,14 @@ var ArticlePicker = function ArticlePicker(_ref) {
|
|
|
21204
21281
|
ref: modalRef,
|
|
21205
21282
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
21206
21283
|
className: "mb-4",
|
|
21207
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
21284
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Search__default.default, {
|
|
21208
21285
|
autoFocus: true,
|
|
21209
21286
|
placeholder: t("neetoEditor.placeholders.searchArticles"),
|
|
21210
21287
|
onSearch: setSearchTerm
|
|
21211
21288
|
})
|
|
21212
21289
|
}), isLoading ? /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
21213
21290
|
className: "flex items-center justify-center py-8",
|
|
21214
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
21291
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Spinner__default.default, {})
|
|
21215
21292
|
}) : /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
21216
21293
|
children: /*#__PURE__*/jsxRuntime.jsx(ArticlesList, {
|
|
21217
21294
|
articles: articles,
|
|
@@ -21223,7 +21300,7 @@ var ArticlePicker = function ArticlePicker(_ref) {
|
|
|
21223
21300
|
})]
|
|
21224
21301
|
});
|
|
21225
21302
|
}
|
|
21226
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
21303
|
+
return /*#__PURE__*/jsxRuntime.jsx(Select__default.default, {
|
|
21227
21304
|
className: className,
|
|
21228
21305
|
isLoading: isLoading,
|
|
21229
21306
|
label: label,
|
|
@@ -21273,7 +21350,7 @@ var ArticleSelector = function ArticleSelector(_ref) {
|
|
|
21273
21350
|
};
|
|
21274
21351
|
|
|
21275
21352
|
function ownKeys$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21276
|
-
function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1(Object(t), !0).forEach(function (r) {
|
|
21353
|
+
function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21277
21354
|
var shouldShowMergeCellToggler = function shouldShowMergeCellToggler(selection) {
|
|
21278
21355
|
if (neetoCist.isNotPresent(selection)) return false;
|
|
21279
21356
|
if (selection instanceof CellSelection) return true;
|
|
@@ -21347,54 +21424,54 @@ var tableActions = function tableActions(_ref) {
|
|
|
21347
21424
|
command: function command() {
|
|
21348
21425
|
return editor.commands.addRowAfter();
|
|
21349
21426
|
},
|
|
21350
|
-
icon:
|
|
21427
|
+
icon: InsertRow__default.default
|
|
21351
21428
|
}, {
|
|
21352
21429
|
label: i18n.t("neetoEditor.table.insertColumn"),
|
|
21353
21430
|
command: function command() {
|
|
21354
21431
|
return editor.commands.addColumnAfter();
|
|
21355
21432
|
},
|
|
21356
|
-
icon:
|
|
21433
|
+
icon: InsertColumn__default.default
|
|
21357
21434
|
}, {
|
|
21358
21435
|
label: i18n.t("neetoEditor.table.deleteRow"),
|
|
21359
21436
|
command: function command() {
|
|
21360
21437
|
return editor.chain().focus().deleteRow().run();
|
|
21361
21438
|
},
|
|
21362
|
-
icon:
|
|
21439
|
+
icon: DeleteRow__default.default,
|
|
21363
21440
|
isVisible: true
|
|
21364
21441
|
}, {
|
|
21365
21442
|
label: i18n.t("neetoEditor.table.deleteColumn"),
|
|
21366
21443
|
command: function command() {
|
|
21367
21444
|
return editor.chain().focus().deleteColumn().run();
|
|
21368
21445
|
},
|
|
21369
|
-
icon:
|
|
21446
|
+
icon: DeleteColumn__default.default
|
|
21370
21447
|
}, {
|
|
21371
21448
|
label: i18n.t("neetoEditor.table.mergeSplit"),
|
|
21372
21449
|
command: function command() {
|
|
21373
21450
|
return editor.chain().focus().mergeOrSplit().run();
|
|
21374
21451
|
},
|
|
21375
|
-
icon:
|
|
21452
|
+
icon: MergeSplit__default.default,
|
|
21376
21453
|
isHidden: !shouldShowMergeCellToggler((_editor$state = editor.state) === null || _editor$state === void 0 ? void 0 : _editor$state.selection)
|
|
21377
21454
|
}, {
|
|
21378
21455
|
label: i18n.t("neetoEditor.table.toggleHeaderRow"),
|
|
21379
21456
|
command: function command() {
|
|
21380
21457
|
return editor.chain().focus().toggleHeaderRow().run();
|
|
21381
21458
|
},
|
|
21382
|
-
icon:
|
|
21459
|
+
icon: ToggleHeaderRow__default.default
|
|
21383
21460
|
}, {
|
|
21384
21461
|
label: i18n.t("neetoEditor.table.delete"),
|
|
21385
21462
|
command: function command() {
|
|
21386
21463
|
return editor.commands.deleteTable();
|
|
21387
21464
|
},
|
|
21388
|
-
icon:
|
|
21465
|
+
icon: DeleteTable__default.default
|
|
21389
21466
|
}];
|
|
21390
21467
|
};
|
|
21391
21468
|
|
|
21392
|
-
var Menu =
|
|
21393
|
-
MenuItem =
|
|
21469
|
+
var Menu = Dropdown__default.default.Menu,
|
|
21470
|
+
MenuItem = Dropdown__default.default.MenuItem;
|
|
21394
21471
|
var alignmentIcons = {
|
|
21395
|
-
left:
|
|
21396
|
-
center:
|
|
21397
|
-
right:
|
|
21472
|
+
left: LeftAlign__default.default,
|
|
21473
|
+
center: CenterAlign__default.default,
|
|
21474
|
+
right: RightAlign__default.default
|
|
21398
21475
|
};
|
|
21399
21476
|
var TableActionMenu = function TableActionMenu(_ref) {
|
|
21400
21477
|
var editor = _ref.editor;
|
|
@@ -21436,7 +21513,7 @@ var TableActionMenu = function TableActionMenu(_ref) {
|
|
|
21436
21513
|
if (action.isHidden) return null;
|
|
21437
21514
|
if (action.type) {
|
|
21438
21515
|
var _action$items;
|
|
21439
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
21516
|
+
return /*#__PURE__*/jsxRuntime.jsx(Dropdown__default.default, {
|
|
21440
21517
|
appendTo: function appendTo() {
|
|
21441
21518
|
return document.body;
|
|
21442
21519
|
},
|
|
@@ -21446,10 +21523,10 @@ var TableActionMenu = function TableActionMenu(_ref) {
|
|
|
21446
21523
|
strategy: "fixed",
|
|
21447
21524
|
buttonProps: {
|
|
21448
21525
|
className: "neeto-editor-table-bubble-menu__dropdown-item",
|
|
21449
|
-
icon:
|
|
21526
|
+
icon: Down__default.default,
|
|
21450
21527
|
iconPosition: "right",
|
|
21451
21528
|
iconSize: 16,
|
|
21452
|
-
label: /*#__PURE__*/jsxRuntime.jsx(
|
|
21529
|
+
label: /*#__PURE__*/jsxRuntime.jsx(LeftAlign__default.default, {}),
|
|
21453
21530
|
size: "small",
|
|
21454
21531
|
style: "text",
|
|
21455
21532
|
tooltipProps: {
|
|
@@ -21466,7 +21543,7 @@ var TableActionMenu = function TableActionMenu(_ref) {
|
|
|
21466
21543
|
tooltipLabel = _ref3.tooltipLabel;
|
|
21467
21544
|
var IconComponent = alignmentIcons[type];
|
|
21468
21545
|
return /*#__PURE__*/jsxRuntime.jsx(MenuItem, {
|
|
21469
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
21546
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21470
21547
|
className: "neeto-editor-table-bubble-menu__item",
|
|
21471
21548
|
icon: IconComponent,
|
|
21472
21549
|
style: "text",
|
|
@@ -21482,7 +21559,7 @@ var TableActionMenu = function TableActionMenu(_ref) {
|
|
|
21482
21559
|
})
|
|
21483
21560
|
}, action.label);
|
|
21484
21561
|
}
|
|
21485
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
21562
|
+
return /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21486
21563
|
className: "neeto-editor-table-bubble-menu__item",
|
|
21487
21564
|
icon: action.icon,
|
|
21488
21565
|
iconSize: 18,
|
|
@@ -21503,19 +21580,19 @@ var KbArticleDeletedModal = reactUtils.withT(function (_ref) {
|
|
|
21503
21580
|
var t = _ref.t,
|
|
21504
21581
|
isOpen = _ref.isOpen,
|
|
21505
21582
|
onClose = _ref.onClose;
|
|
21506
|
-
return /*#__PURE__*/jsxRuntime.jsxs(
|
|
21583
|
+
return /*#__PURE__*/jsxRuntime.jsxs(Modal__default.default, {
|
|
21507
21584
|
isOpen: isOpen,
|
|
21508
21585
|
onClose: onClose,
|
|
21509
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
21586
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Modal__default.default.Header, {
|
|
21510
21587
|
children: /*#__PURE__*/jsxRuntime.jsx("h2", {
|
|
21511
21588
|
children: t("neetoEditor.linkKb.articleDeletedTitle")
|
|
21512
21589
|
})
|
|
21513
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
21590
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Modal__default.default.Body, {
|
|
21514
21591
|
children: /*#__PURE__*/jsxRuntime.jsx("p", {
|
|
21515
21592
|
children: t("neetoEditor.linkKb.articleDeletedDescription")
|
|
21516
21593
|
})
|
|
21517
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
21518
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
21594
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Modal__default.default.Footer, {
|
|
21595
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21519
21596
|
label: t("neetoEditor.common.close"),
|
|
21520
21597
|
onClick: onClose
|
|
21521
21598
|
})
|
|
@@ -21539,7 +21616,7 @@ var KbArticleEdit = function KbArticleEdit(_ref) {
|
|
|
21539
21616
|
};
|
|
21540
21617
|
var _useTranslation = reactI18next.useTranslation(),
|
|
21541
21618
|
t = _useTranslation.t;
|
|
21542
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
21619
|
+
return /*#__PURE__*/jsxRuntime.jsx(Form__default.default, {
|
|
21543
21620
|
className: "w-64",
|
|
21544
21621
|
formikProps: {
|
|
21545
21622
|
initialValues: initialValues,
|
|
@@ -21553,7 +21630,7 @@ var KbArticleEdit = function KbArticleEdit(_ref) {
|
|
|
21553
21630
|
values = _ref2.values;
|
|
21554
21631
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
21555
21632
|
className: "flex w-full flex-col items-start gap-2",
|
|
21556
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
21633
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Input__default$1.default, {
|
|
21557
21634
|
required: true,
|
|
21558
21635
|
unlimitedChars: true,
|
|
21559
21636
|
className: "w-full",
|
|
@@ -21580,14 +21657,14 @@ var KbArticleEdit = function KbArticleEdit(_ref) {
|
|
|
21580
21657
|
}
|
|
21581
21658
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
21582
21659
|
className: "ne-link-popover__edit-prompt-buttons",
|
|
21583
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
21660
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21584
21661
|
"data-testid": "neeto-editor-edit-kb-link-done",
|
|
21585
21662
|
disabled: !dirty,
|
|
21586
21663
|
label: t("neetoEditor.common.done"),
|
|
21587
21664
|
loading: isSubmitting,
|
|
21588
21665
|
size: "small",
|
|
21589
21666
|
type: "submit"
|
|
21590
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
21667
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21591
21668
|
"data-testid": "neeto-editor-edit-kb-link-cancel",
|
|
21592
21669
|
label: t("neetoEditor.common.cancel"),
|
|
21593
21670
|
size: "small",
|
|
@@ -21612,14 +21689,14 @@ var KbArticleView = reactUtils.withT(function (_ref) {
|
|
|
21612
21689
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
21613
21690
|
children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
21614
21691
|
className: "flex items-center gap-3",
|
|
21615
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
21692
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Articles__default.default, {
|
|
21616
21693
|
className: "neeto-ui-text-gray-600",
|
|
21617
21694
|
size: 16
|
|
21618
21695
|
}), /*#__PURE__*/jsxRuntime.jsx("a", {
|
|
21619
21696
|
href: linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.href,
|
|
21620
21697
|
rel: "noreferrer",
|
|
21621
21698
|
target: "_blank",
|
|
21622
|
-
className:
|
|
21699
|
+
className: classnames__default.default("ne-link-popover__kb-article-link", {
|
|
21623
21700
|
"ne-link-popover__kb-article-link--deleted": isDeleted
|
|
21624
21701
|
}),
|
|
21625
21702
|
onClick: function onClick(event) {
|
|
@@ -21630,14 +21707,14 @@ var KbArticleView = reactUtils.withT(function (_ref) {
|
|
|
21630
21707
|
children: currentText || common.decodeHtmlEntities((linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.title) || "") || (linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.href)
|
|
21631
21708
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
21632
21709
|
className: "flex items-center gap-0.5",
|
|
21633
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
21710
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(CopyToClipboardButton__default.default, {
|
|
21634
21711
|
size: "small",
|
|
21635
21712
|
style: "text",
|
|
21636
21713
|
value: linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.href
|
|
21637
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
21714
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21638
21715
|
className: "ne-link-popover__option-button mx-0",
|
|
21639
21716
|
"data-testid": "neeto-editor-link-popover-edit",
|
|
21640
|
-
icon:
|
|
21717
|
+
icon: Edit__default.default,
|
|
21641
21718
|
size: "small",
|
|
21642
21719
|
style: "text",
|
|
21643
21720
|
tooltipProps: {
|
|
@@ -21666,30 +21743,30 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
21666
21743
|
top: 0,
|
|
21667
21744
|
left: 0
|
|
21668
21745
|
}),
|
|
21669
|
-
_useState2 =
|
|
21746
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
21670
21747
|
arrowPosition = _useState2[0],
|
|
21671
21748
|
setArrowPosition = _useState2[1];
|
|
21672
21749
|
var _useState3 = React.useState({
|
|
21673
21750
|
top: 0,
|
|
21674
21751
|
left: 0
|
|
21675
21752
|
}),
|
|
21676
|
-
_useState4 =
|
|
21753
|
+
_useState4 = _slicedToArray__default.default(_useState3, 2),
|
|
21677
21754
|
popoverPosition = _useState4[0],
|
|
21678
21755
|
setPopoverPosition = _useState4[1];
|
|
21679
21756
|
var _useState5 = React.useState(false),
|
|
21680
|
-
_useState6 =
|
|
21757
|
+
_useState6 = _slicedToArray__default.default(_useState5, 2),
|
|
21681
21758
|
isEditing = _useState6[0],
|
|
21682
21759
|
setIsEditing = _useState6[1];
|
|
21683
21760
|
var _useState7 = React.useState(editor === null || editor === void 0 ? void 0 : editor.isActive("link")),
|
|
21684
|
-
_useState8 =
|
|
21761
|
+
_useState8 = _slicedToArray__default.default(_useState7, 2),
|
|
21685
21762
|
isLinkActive = _useState8[0],
|
|
21686
21763
|
setIsLinkActive = _useState8[1];
|
|
21687
21764
|
var _useState9 = React.useState(editor === null || editor === void 0 ? void 0 : editor.getAttributes("link")),
|
|
21688
|
-
_useState0 =
|
|
21765
|
+
_useState0 = _slicedToArray__default.default(_useState9, 2),
|
|
21689
21766
|
linkAttributes = _useState0[0],
|
|
21690
21767
|
setLinkAttributes = _useState0[1];
|
|
21691
21768
|
var _useState1 = React.useState(false),
|
|
21692
|
-
_useState10 =
|
|
21769
|
+
_useState10 = _slicedToArray__default.default(_useState1, 2),
|
|
21693
21770
|
showDeletedModal = _useState10[0],
|
|
21694
21771
|
setShowDeletedModal = _useState10[1];
|
|
21695
21772
|
var popoverRef = React.useRef(null);
|
|
@@ -21903,7 +21980,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
21903
21980
|
urlString: (linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.href) || "",
|
|
21904
21981
|
openInNewTab: (linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.target) === "_blank"
|
|
21905
21982
|
};
|
|
21906
|
-
return /*#__PURE__*/jsxRuntime.jsx(
|
|
21983
|
+
return /*#__PURE__*/jsxRuntime.jsx(Form__default.default, {
|
|
21907
21984
|
formikProps: {
|
|
21908
21985
|
initialValues: initialValues,
|
|
21909
21986
|
onSubmit: handleSubmit,
|
|
@@ -21915,7 +21992,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
21915
21992
|
setFieldValue = _ref0.setFieldValue,
|
|
21916
21993
|
values = _ref0.values;
|
|
21917
21994
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
21918
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
21995
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Input__default$1.default, {
|
|
21919
21996
|
required: true,
|
|
21920
21997
|
"data-testid": "neeto-editor-edit-link-text-input",
|
|
21921
21998
|
label: t("neetoEditor.common.text"),
|
|
@@ -21925,7 +22002,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
21925
22002
|
width: "250px"
|
|
21926
22003
|
},
|
|
21927
22004
|
onKeyDown: handleKeyDown
|
|
21928
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
22005
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Input__default$1.default, {
|
|
21929
22006
|
autoFocus: true,
|
|
21930
22007
|
required: true,
|
|
21931
22008
|
className: "ne-link-popover__url-input",
|
|
@@ -21937,7 +22014,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
21937
22014
|
width: "250px"
|
|
21938
22015
|
},
|
|
21939
22016
|
onKeyDown: handleKeyDown
|
|
21940
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
22017
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Checkbox__default$1.default, {
|
|
21941
22018
|
checked: values.openInNewTab,
|
|
21942
22019
|
className: "ne-link-popover__checkbox",
|
|
21943
22020
|
label: t("neetoEditor.common.openInNewTab"),
|
|
@@ -21946,14 +22023,14 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
21946
22023
|
}
|
|
21947
22024
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
21948
22025
|
className: "ne-link-popover__edit-prompt-buttons",
|
|
21949
|
-
children: [/*#__PURE__*/jsxRuntime.jsx(
|
|
22026
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21950
22027
|
"data-testid": "neeto-editor-edit-link",
|
|
21951
22028
|
disabled: !dirty,
|
|
21952
22029
|
label: t("neetoEditor.menu.link"),
|
|
21953
22030
|
loading: isSubmitting,
|
|
21954
22031
|
size: "small",
|
|
21955
22032
|
type: "submit"
|
|
21956
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
22033
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
21957
22034
|
"data-testid": "neeto-editor-edit-link-cancel",
|
|
21958
22035
|
label: t("neetoEditor.common.cancel"),
|
|
21959
22036
|
size: "small",
|
|
@@ -22003,7 +22080,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
22003
22080
|
rel: "noreferrer noopener",
|
|
22004
22081
|
target: (linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.target) || "_self",
|
|
22005
22082
|
children: linkAttributes === null || linkAttributes === void 0 ? void 0 : linkAttributes.href
|
|
22006
|
-
}), " - ", /*#__PURE__*/jsxRuntime.jsx(
|
|
22083
|
+
}), " - ", /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
22007
22084
|
className: "ne-link-popover__option-button",
|
|
22008
22085
|
"data-testid": "neeto-editor-link-popover-edit",
|
|
22009
22086
|
label: t("neetoEditor.common.edit"),
|
|
@@ -22014,7 +22091,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
22014
22091
|
}
|
|
22015
22092
|
}), /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
22016
22093
|
children: "|"
|
|
22017
|
-
}), /*#__PURE__*/jsxRuntime.jsx(
|
|
22094
|
+
}), /*#__PURE__*/jsxRuntime.jsx(Button__default.default, {
|
|
22018
22095
|
className: "ne-link-popover__option-button",
|
|
22019
22096
|
"data-testid": "neeto-editor-link-popover-unlink",
|
|
22020
22097
|
label: t("neetoEditor.common.unlink"),
|
|
@@ -22056,7 +22133,7 @@ var LinkPopOver = function LinkPopOver(_ref) {
|
|
|
22056
22133
|
|
|
22057
22134
|
var _excluded = ["addonCommands", "addons", "attachments", "attachmentsConfig", "autoFocus", "className", "contentClassName", "contentWrapperClassName", "errorWrapperClassName", "contentAttributes", "menuClassName", "attachmentsClassName", "isMenuIndependent", "defaults", "editorSecrets", "error", "extensions", "hideSlashCommands", "initialValue", "isCharacterCountActive", "keyboardShortcuts", "label", "mentions", "menuType", "placeholder", "required", "rows", "tooltips", "variables", "onChange", "onFocus", "onBlur", "onSubmit", "onChangeAttachments", "children", "openImageInNewTab", "openLinkInNewTab", "collaborationProvider", "enableReactNodeViewOptimization", "size", "otherAttachmentProps"];
|
|
22058
22135
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22059
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
|
|
22136
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty__default.default(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22060
22137
|
var Editor = function Editor(_ref, ref) {
|
|
22061
22138
|
var _ref$addonCommands = _ref.addonCommands,
|
|
22062
22139
|
addonCommands = _ref$addonCommands === void 0 ? [] : _ref$addonCommands,
|
|
@@ -22132,9 +22209,9 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22132
22209
|
size = _ref$size === void 0 ? constants.EDITOR_SIZES.SMALL : _ref$size,
|
|
22133
22210
|
_ref$otherAttachmentP = _ref.otherAttachmentProps,
|
|
22134
22211
|
otherAttachmentProps = _ref$otherAttachmentP === void 0 ? {} : _ref$otherAttachmentP,
|
|
22135
|
-
otherProps =
|
|
22212
|
+
otherProps = _objectWithoutProperties__default.default(_ref, _excluded);
|
|
22136
22213
|
var _useState = React.useState(false),
|
|
22137
|
-
_useState2 =
|
|
22214
|
+
_useState2 = _slicedToArray__default.default(_useState, 2),
|
|
22138
22215
|
isAttachmentsUploading = _useState2[0],
|
|
22139
22216
|
setIsAttachmentsUploading = _useState2[1];
|
|
22140
22217
|
var wrapperRef = React.useRef(null);
|
|
@@ -22146,14 +22223,14 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22146
22223
|
var isSlashCommandsActive = !hideSlashCommands || isBubbleMenuActive && !hideSlashCommands;
|
|
22147
22224
|
var isPlaceholderActive = !!placeholder || isSlashCommandsActive;
|
|
22148
22225
|
var _useState3 = React.useState(false),
|
|
22149
|
-
_useState4 =
|
|
22226
|
+
_useState4 = _slicedToArray__default.default(_useState3, 2),
|
|
22150
22227
|
isAddLinkActive = _useState4[0],
|
|
22151
22228
|
setIsAddLinkActive = _useState4[1];
|
|
22152
22229
|
var _useState5 = React.useState({
|
|
22153
22230
|
image: false,
|
|
22154
22231
|
video: false
|
|
22155
22232
|
}),
|
|
22156
|
-
_useState6 =
|
|
22233
|
+
_useState6 = _slicedToArray__default.default(_useState5, 2),
|
|
22157
22234
|
mediaUploader = _useState6[0],
|
|
22158
22235
|
setMediaUploader = _useState6[1];
|
|
22159
22236
|
var _useState7 = React.useState({
|
|
@@ -22162,7 +22239,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22162
22239
|
range: null,
|
|
22163
22240
|
cursorPos: null
|
|
22164
22241
|
}),
|
|
22165
|
-
_useState8 =
|
|
22242
|
+
_useState8 = _slicedToArray__default.default(_useState7, 2),
|
|
22166
22243
|
neetoKbArticleState = _useState8[0],
|
|
22167
22244
|
setNeetoKbArticleState = _useState8[1];
|
|
22168
22245
|
var addAttachmentsRef = React.useRef(null);
|
|
@@ -22190,7 +22267,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22190
22267
|
mentions: mentions,
|
|
22191
22268
|
variables: variables,
|
|
22192
22269
|
isSlashCommandsActive: isSlashCommandsActive,
|
|
22193
|
-
options: [].concat(
|
|
22270
|
+
options: [].concat(_toConsumableArray__default.default(defaults), _toConsumableArray__default.default(addons)),
|
|
22194
22271
|
addonCommands: addonCommands,
|
|
22195
22272
|
onSubmit: onSubmit,
|
|
22196
22273
|
keyboardShortcuts: keyboardShortcuts,
|
|
@@ -22206,7 +22283,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22206
22283
|
useEditorWarnings({
|
|
22207
22284
|
initialValue: initialValue
|
|
22208
22285
|
});
|
|
22209
|
-
var editorClasses =
|
|
22286
|
+
var editorClasses = classnames__default.default("neeto-editor", _defineProperty__default.default({
|
|
22210
22287
|
"fixed-menu-active": isFixedMenuActive,
|
|
22211
22288
|
"bubble-menu-active": isBubbleMenuActive,
|
|
22212
22289
|
"placeholder-active": isPlaceholderActive,
|
|
@@ -22298,8 +22375,8 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22298
22375
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
22299
22376
|
"data-testid": "neeto-editor-wrapper",
|
|
22300
22377
|
ref: wrapperRef,
|
|
22301
|
-
className:
|
|
22302
|
-
children: [label && /*#__PURE__*/jsxRuntime.jsx(
|
|
22378
|
+
className: classnames__default.default(_defineProperty__default.default(_defineProperty__default.default({}, className, className), "ne-attachments__wrapper", isAttachmentsActive)),
|
|
22379
|
+
children: [label && /*#__PURE__*/jsxRuntime.jsx(Label__default.default, {
|
|
22303
22380
|
required: required,
|
|
22304
22381
|
className: "neeto-ui-mb-2",
|
|
22305
22382
|
"data-testid": "".concat(neetoCist.slugify(label), "-editor-label"),
|
|
@@ -22351,7 +22428,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
22351
22428
|
isIndependent: false,
|
|
22352
22429
|
ref: addAttachmentsRef,
|
|
22353
22430
|
setIsUploading: setIsAttachmentsUploading,
|
|
22354
|
-
className:
|
|
22431
|
+
className: classnames__default.default("ne-attachments--integrated", _defineProperty__default.default({}, attachmentsClassName, attachmentsClassName)),
|
|
22355
22432
|
onChange: onChangeAttachments
|
|
22356
22433
|
}, otherAttachmentProps)), (editor === null || editor === void 0 ? void 0 : editor.isActive("link")) && /*#__PURE__*/jsxRuntime.jsx(LinkPopOver, {
|
|
22357
22434
|
deletedArticlesHook: deletedArticlesHook,
|