@bigbinary/neeto-editor 1.47.120 → 1.47.121
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 +60 -45
- package/dist/Editor.js.map +1 -1
- package/dist/EditorContent.js +3 -3
- package/dist/FormikEditor.js +8 -9
- package/dist/FormikEditor.js.map +1 -1
- package/dist/Menu.js +5 -7
- package/dist/Menu.js.map +1 -1
- package/dist/chunk-Bmhz4YEy.js +16777 -0
- package/dist/chunk-Bmhz4YEy.js.map +1 -0
- package/dist/{chunk-W5-WB6Fb.js → chunk-BwyS6si8.js} +3 -3
- package/dist/{chunk-W5-WB6Fb.js.map → chunk-BwyS6si8.js.map} +1 -1
- package/dist/{chunk-CBN5naeP.js → chunk-C5svTfyQ.js} +311 -146
- package/dist/chunk-C5svTfyQ.js.map +1 -0
- package/dist/{chunk-BmY70WOK.js → chunk-CHpkesFt.js} +10 -11
- package/dist/chunk-CHpkesFt.js.map +1 -0
- package/dist/{chunk-B0_4S6ol.js → chunk-COgPAsPy.js} +10 -11
- package/dist/chunk-COgPAsPy.js.map +1 -0
- package/dist/chunk-ChNzXvhJ.js +20357 -0
- package/dist/chunk-ChNzXvhJ.js.map +1 -0
- package/dist/{chunk-bG6hOjuU.js → chunk-CnsiyshR.js} +2 -2
- package/dist/{chunk-bG6hOjuU.js.map → chunk-CnsiyshR.js.map} +1 -1
- package/dist/{chunk-BR5ZkH7J.js → chunk-Qg4uQqj3.js} +2 -2
- package/dist/{chunk-BR5ZkH7J.js.map → chunk-Qg4uQqj3.js.map} +1 -1
- package/dist/{chunk-D_B4kuIc.js → chunk-aCTMceVU.js} +3 -3
- package/dist/{chunk-D_B4kuIc.js.map → chunk-aCTMceVU.js.map} +1 -1
- package/dist/{chunk-9TNlsObP.js → chunk-fDmcpgqx.js} +2 -2
- package/dist/{chunk-9TNlsObP.js.map → chunk-fDmcpgqx.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +109 -94
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/EditorContent.cjs.js +3 -3
- package/dist/cjs/FormikEditor.cjs.js +8 -9
- package/dist/cjs/FormikEditor.cjs.js.map +1 -1
- package/dist/cjs/Menu.cjs.js +5 -7
- package/dist/cjs/Menu.cjs.js.map +1 -1
- package/dist/cjs/{chunk-4ILtbNxB.cjs.js → chunk-BGvf6C3z.cjs.js} +2 -2
- package/dist/cjs/{chunk-4ILtbNxB.cjs.js.map → chunk-BGvf6C3z.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-De3nCFAF.cjs.js → chunk-BKvkHB8E.cjs.js} +2 -1
- package/dist/cjs/{chunk-De3nCFAF.cjs.js.map → chunk-BKvkHB8E.cjs.js.map} +1 -1
- package/dist/cjs/chunk-BXZTd0jZ.cjs.js +16844 -0
- package/dist/cjs/chunk-BXZTd0jZ.cjs.js.map +1 -0
- package/dist/cjs/{chunk-TrGAGew5.cjs.js → chunk-CesnwG-V.cjs.js} +3 -3
- package/dist/cjs/{chunk-TrGAGew5.cjs.js.map → chunk-CesnwG-V.cjs.js.map} +1 -1
- package/dist/cjs/chunk-DQoBksKy.cjs.js +20441 -0
- package/dist/cjs/chunk-DQoBksKy.cjs.js.map +1 -0
- package/dist/cjs/{chunk-DE_yHAbe.cjs.js → chunk-DS2JcxXk.cjs.js} +3 -3
- package/dist/cjs/{chunk-DE_yHAbe.cjs.js.map → chunk-DS2JcxXk.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-JCA39oKB.cjs.js → chunk-DXsX8co9.cjs.js} +2 -2
- package/dist/cjs/{chunk-JCA39oKB.cjs.js.map → chunk-DXsX8co9.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-BFfrwCXy.cjs.js → chunk-DoYRXWHQ.cjs.js} +10 -11
- package/dist/cjs/chunk-DoYRXWHQ.cjs.js.map +1 -0
- package/dist/cjs/{chunk-DNpQGCaK.cjs.js → chunk-DpqV12Vi.cjs.js} +10 -11
- package/dist/cjs/chunk-DpqV12Vi.cjs.js.map +1 -0
- package/dist/cjs/{chunk-eyfbjfPH.cjs.js → chunk-NqciyXN3.cjs.js} +312 -147
- package/dist/cjs/chunk-NqciyXN3.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +9 -10
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/utils.cjs.js +5 -5
- package/dist/cjs/v2/Editor.cjs.js +94 -79
- package/dist/cjs/v2/Editor.cjs.js.map +1 -1
- package/dist/cjs/v2/EditorContent.cjs.js +3 -3
- package/dist/cjs/v2/FormikEditor.cjs.js +7 -8
- package/dist/cjs/v2/FormikEditor.cjs.js.map +1 -1
- package/dist/cjs/v2/Menu.cjs.js +4 -6
- package/dist/cjs/v2/Menu.cjs.js.map +1 -1
- package/dist/cjs/v2/index.cjs.js +10 -11
- package/dist/cjs/v2/index.cjs.js.map +1 -1
- package/dist/cjs/v2/utils.cjs.js +5 -5
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +9 -10
- package/dist/index.js.map +1 -1
- package/dist/utils.js +5 -5
- package/dist/v2/Editor.js +60 -45
- package/dist/v2/Editor.js.map +1 -1
- package/dist/v2/EditorContent.js +3 -3
- package/dist/v2/FormikEditor.js +7 -8
- package/dist/v2/FormikEditor.js.map +1 -1
- package/dist/v2/Menu.js +4 -6
- package/dist/v2/Menu.js.map +1 -1
- package/dist/v2/index.js +10 -11
- package/dist/v2/index.js.map +1 -1
- package/dist/v2/utils.js +5 -5
- package/package.json +24 -31
- package/dist/chunk-B0_4S6ol.js.map +0 -1
- package/dist/chunk-BLXUWWgi.js +0 -15671
- package/dist/chunk-BLXUWWgi.js.map +0 -1
- package/dist/chunk-BmY70WOK.js.map +0 -1
- package/dist/chunk-CBN5naeP.js.map +0 -1
- package/dist/chunk-Dj7lS7Cs.js +0 -16980
- package/dist/chunk-Dj7lS7Cs.js.map +0 -1
- package/dist/cjs/chunk-BFfrwCXy.cjs.js.map +0 -1
- package/dist/cjs/chunk-Cv0ocaVh.cjs.js +0 -15726
- package/dist/cjs/chunk-Cv0ocaVh.cjs.js.map +0 -1
- package/dist/cjs/chunk-DNpQGCaK.cjs.js.map +0 -1
- package/dist/cjs/chunk-DOxH3Agq.cjs.js +0 -17048
- package/dist/cjs/chunk-DOxH3Agq.cjs.js.map +0 -1
- package/dist/cjs/chunk-eyfbjfPH.cjs.js.map +0 -1
package/dist/v2/EditorContent.js
CHANGED
|
@@ -8,14 +8,14 @@ import '@bigbinary/neeto-molecules/v2/CopyToClipboardButton';
|
|
|
8
8
|
import 'ramda';
|
|
9
9
|
import 'react-dom/client';
|
|
10
10
|
import '../chunk-DDwycKmK.js';
|
|
11
|
-
export { i as default } from '../chunk-
|
|
11
|
+
export { i as default } from '../chunk-BwyS6si8.js';
|
|
12
12
|
import '@bigbinary/neeto-cist';
|
|
13
13
|
import '../chunk-CF5f8-fy.js';
|
|
14
14
|
import 'react-dom/server';
|
|
15
|
-
import '../chunk-
|
|
15
|
+
import '../chunk-Qg4uQqj3.js';
|
|
16
16
|
import 'react/jsx-runtime';
|
|
17
17
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
18
|
-
import '../chunk-
|
|
18
|
+
import '../chunk-fDmcpgqx.js';
|
|
19
19
|
import '../chunk-BFTU3MAI.js';
|
|
20
20
|
import '@bigbinary/neeto-atoms';
|
|
21
21
|
import 'lucide-react';
|
package/dist/v2/FormikEditor.js
CHANGED
|
@@ -9,17 +9,16 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
9
9
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
10
10
|
import '@babel/runtime/helpers/slicedToArray';
|
|
11
11
|
import '@bigbinary/neeto-atoms';
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-CBN5naeP.js';
|
|
14
|
-
import 'tippy.js';
|
|
15
|
-
import 'react-dom';
|
|
12
|
+
import '../chunk-ChNzXvhJ.js';
|
|
16
13
|
import 'axios';
|
|
14
|
+
import '../chunk-C5svTfyQ.js';
|
|
15
|
+
import 'react-dom';
|
|
17
16
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
18
17
|
import 'zustand';
|
|
19
18
|
import 'classnames';
|
|
20
19
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
21
|
-
import '../chunk-
|
|
22
|
-
import '../chunk-
|
|
20
|
+
import '../chunk-Bmhz4YEy.js';
|
|
21
|
+
import '../chunk-Qg4uQqj3.js';
|
|
23
22
|
import '../chunk-BFTU3MAI.js';
|
|
24
23
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
25
24
|
import '@babel/runtime/helpers/asyncToGenerator';
|
|
@@ -31,9 +30,8 @@ import '../chunk-CF5f8-fy.js';
|
|
|
31
30
|
import 'i18next';
|
|
32
31
|
import 'yup';
|
|
33
32
|
import 'react-dom/server';
|
|
34
|
-
import '../chunk-
|
|
33
|
+
import '../chunk-COgPAsPy.js';
|
|
35
34
|
import 'lucide-react';
|
|
36
|
-
import 'tippy.js/dist/svg-arrow.css';
|
|
37
35
|
import '@bigbinary/neeto-atoms/primitives/Popover';
|
|
38
36
|
import 'react-i18next';
|
|
39
37
|
import '@babel/runtime/helpers/classCallCheck';
|
|
@@ -66,6 +64,7 @@ import '@bigbinary/neeto-molecules/v2/DynamicVariables';
|
|
|
66
64
|
import '@tippyjs/react';
|
|
67
65
|
import '@bigbinary/neeto-icons/misc/Megaphone';
|
|
68
66
|
import '@bigbinary/neeto-molecules/v2/CopyToClipboardButton';
|
|
67
|
+
import 'tippy.js';
|
|
69
68
|
import '@bigbinary/neeto-icons/TextP';
|
|
70
69
|
import '@bigbinary/neeto-icons/TextH1';
|
|
71
70
|
import '@bigbinary/neeto-icons/TextH2';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormikEditor.js","sources":["../../src/v2/components/Editor/FormikEditor.jsx"],"sourcesContent":["import { forwardRef, memo } from \"react\";\n\nimport { FastField } from \"formik\";\nimport { noop } from \"neetocist\";\nimport { path, pluck } from \"ramda\";\n\nimport Editor from \".\";\n\nconst FormikEditor = (\n {\n name,\n onChange = noop,\n shouldUpdate,\n attachments = [],\n mentions = [],\n variables = [],\n ...otherProps\n },\n ref\n) => {\n const internalShouldUpdate = (prevProps, nextProps) => {\n const prevFormikProps = prevProps.formik;\n const nextFormikProps = nextProps.formik;\n\n const pathParts = name.split(\".\");\n const prevError = path(pathParts, prevFormikProps.errors);\n const nextError = path(pathParts, nextFormikProps.errors);\n const prevTouched = path(pathParts, prevFormikProps.touched);\n const nextTouched = path(pathParts, nextFormikProps.touched);\n const prevAttachments = pluck(\"signedId\", prevProps.attachments).join(\"|\");\n const nextAttachments = pluck(\"signedId\", nextProps.attachments).join(\"|\");\n\n return (\n prevError !== nextError ||\n prevTouched !== nextTouched ||\n Object.keys(nextProps).length !== Object.keys(prevProps).length ||\n prevFormikProps.isSubmitting !== nextFormikProps.isSubmitting ||\n prevAttachments !== nextAttachments ||\n Boolean(shouldUpdate?.(prevProps, nextProps))\n );\n };\n\n return (\n <FastField\n {...{ attachments, mentions, name, variables }}\n shouldUpdate={internalShouldUpdate}\n >\n {({ field, form, meta }) => (\n <Editor\n {...{ attachments, mentions, name, ref, variables }}\n error={meta.touched ? meta.error : \"\"}\n initialValue={field.value}\n onBlur={() => {\n form.setFieldTouched(name, true);\n }}\n onChange={value => {\n form.setFieldValue(name, value);\n onChange?.(value);\n }}\n {...otherProps}\n />\n )}\n </FastField>\n );\n};\n\nFormikEditor.displayName = \"FormikNeetoEditor\";\n\nexport default memo(forwardRef(FormikEditor));\n"],"names":["FormikEditor","_ref","ref","name","_ref$onChange","onChange","noop","shouldUpdate","_ref$attachments","attachments","_ref$mentions","mentions","_ref$variables","variables","otherProps","_objectWithoutProperties","_excluded","internalShouldUpdate","prevProps","nextProps","prevFormikProps","formik","nextFormikProps","pathParts","split","prevError","path","errors","nextError","prevTouched","touched","nextTouched","prevAttachments","pluck","join","nextAttachments","Object","keys","length","isSubmitting","Boolean","_jsx","FastField","children","_ref2","field","form","meta","Editor","_objectSpread","error","initialValue","value","onBlur","setFieldTouched","setFieldValue","displayName","memo","forwardRef"],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormikEditor.js","sources":["../../src/v2/components/Editor/FormikEditor.jsx"],"sourcesContent":["import { forwardRef, memo } from \"react\";\n\nimport { FastField } from \"formik\";\nimport { noop } from \"neetocist\";\nimport { path, pluck } from \"ramda\";\n\nimport Editor from \".\";\n\nconst FormikEditor = (\n {\n name,\n onChange = noop,\n shouldUpdate,\n attachments = [],\n mentions = [],\n variables = [],\n ...otherProps\n },\n ref\n) => {\n const internalShouldUpdate = (prevProps, nextProps) => {\n const prevFormikProps = prevProps.formik;\n const nextFormikProps = nextProps.formik;\n\n const pathParts = name.split(\".\");\n const prevError = path(pathParts, prevFormikProps.errors);\n const nextError = path(pathParts, nextFormikProps.errors);\n const prevTouched = path(pathParts, prevFormikProps.touched);\n const nextTouched = path(pathParts, nextFormikProps.touched);\n const prevAttachments = pluck(\"signedId\", prevProps.attachments).join(\"|\");\n const nextAttachments = pluck(\"signedId\", nextProps.attachments).join(\"|\");\n\n return (\n prevError !== nextError ||\n prevTouched !== nextTouched ||\n Object.keys(nextProps).length !== Object.keys(prevProps).length ||\n prevFormikProps.isSubmitting !== nextFormikProps.isSubmitting ||\n prevAttachments !== nextAttachments ||\n Boolean(shouldUpdate?.(prevProps, nextProps))\n );\n };\n\n return (\n <FastField\n {...{ attachments, mentions, name, variables }}\n shouldUpdate={internalShouldUpdate}\n >\n {({ field, form, meta }) => (\n <Editor\n {...{ attachments, mentions, name, ref, variables }}\n error={meta.touched ? meta.error : \"\"}\n initialValue={field.value}\n onBlur={() => {\n form.setFieldTouched(name, true);\n }}\n onChange={value => {\n form.setFieldValue(name, value);\n onChange?.(value);\n }}\n {...otherProps}\n />\n )}\n </FastField>\n );\n};\n\nFormikEditor.displayName = \"FormikNeetoEditor\";\n\nexport default memo(forwardRef(FormikEditor));\n"],"names":["FormikEditor","_ref","ref","name","_ref$onChange","onChange","noop","shouldUpdate","_ref$attachments","attachments","_ref$mentions","mentions","_ref$variables","variables","otherProps","_objectWithoutProperties","_excluded","internalShouldUpdate","prevProps","nextProps","prevFormikProps","formik","nextFormikProps","pathParts","split","prevError","path","errors","nextError","prevTouched","touched","nextTouched","prevAttachments","pluck","join","nextAttachments","Object","keys","length","isSubmitting","Boolean","_jsx","FastField","children","_ref2","field","form","meta","Editor","_objectSpread","error","initialValue","value","onBlur","setFieldTouched","setFieldValue","displayName","memo","forwardRef"],"mappings":"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"}
|
package/dist/v2/Menu.js
CHANGED
|
@@ -3,22 +3,20 @@ import '@babel/runtime/helpers/toConsumableArray';
|
|
|
3
3
|
import '@babel/runtime/helpers/slicedToArray';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'ramda';
|
|
6
|
-
export { M as default } from '../chunk-
|
|
6
|
+
export { M as default } from '../chunk-COgPAsPy.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import '../chunk-DDwycKmK.js';
|
|
9
9
|
import 'i18next';
|
|
10
10
|
import 'yup';
|
|
11
11
|
import 'lucide-react';
|
|
12
|
-
import '../chunk-
|
|
13
|
-
import '../chunk-CBN5naeP.js';
|
|
14
|
-
import 'tippy.js';
|
|
15
|
-
import 'react-dom';
|
|
12
|
+
import '../chunk-ChNzXvhJ.js';
|
|
16
13
|
import 'axios';
|
|
14
|
+
import '../chunk-C5svTfyQ.js';
|
|
15
|
+
import 'react-dom';
|
|
17
16
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
18
17
|
import 'zustand';
|
|
19
18
|
import 'classnames';
|
|
20
19
|
import '@bigbinary/neeto-cist';
|
|
21
|
-
import 'tippy.js/dist/svg-arrow.css';
|
|
22
20
|
import '@bigbinary/neeto-atoms';
|
|
23
21
|
import '@bigbinary/neeto-atoms/primitives/Popover';
|
|
24
22
|
import 'react-i18next';
|
package/dist/v2/Menu.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Menu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/v2/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { E as EDITOR_OPTIONS } from '../chunk-DDwycKmK.js';
|
|
2
|
-
export { D as DEFAULT_EDITOR_OPTIONS, M as Menu, i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-
|
|
3
|
-
export { i as EditorContent, s as substituteVariables } from '../chunk-
|
|
4
|
-
export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-
|
|
2
|
+
export { D as DEFAULT_EDITOR_OPTIONS, M as Menu, i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-COgPAsPy.js';
|
|
3
|
+
export { i as EditorContent, s as substituteVariables } from '../chunk-BwyS6si8.js';
|
|
4
|
+
export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-Qg4uQqj3.js';
|
|
5
5
|
export { A as Attachments } from '../chunk--BjpQHaY.js';
|
|
6
6
|
export { default as Editor } from './Editor.js';
|
|
7
7
|
export { default as FormikEditor } from './FormikEditor.js';
|
|
@@ -13,20 +13,18 @@ import 'react';
|
|
|
13
13
|
import 'i18next';
|
|
14
14
|
import 'yup';
|
|
15
15
|
import 'lucide-react';
|
|
16
|
-
import '../chunk-
|
|
17
|
-
import '../chunk-CBN5naeP.js';
|
|
18
|
-
import 'tippy.js';
|
|
19
|
-
import 'react-dom';
|
|
16
|
+
import '../chunk-ChNzXvhJ.js';
|
|
20
17
|
import 'axios';
|
|
18
|
+
import '../chunk-C5svTfyQ.js';
|
|
19
|
+
import 'react-dom';
|
|
20
|
+
import 'react/jsx-runtime';
|
|
21
21
|
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
22
22
|
import 'zustand';
|
|
23
23
|
import 'classnames';
|
|
24
24
|
import '@bigbinary/neeto-cist';
|
|
25
|
-
import 'tippy.js/dist/svg-arrow.css';
|
|
26
25
|
import '@bigbinary/neeto-atoms';
|
|
27
26
|
import '@bigbinary/neeto-atoms/primitives/Popover';
|
|
28
27
|
import 'react-i18next';
|
|
29
|
-
import 'react/jsx-runtime';
|
|
30
28
|
import '@babel/runtime/helpers/asyncToGenerator';
|
|
31
29
|
import '@babel/runtime/helpers/classCallCheck';
|
|
32
30
|
import '@babel/runtime/helpers/createClass';
|
|
@@ -63,15 +61,16 @@ import '@tippyjs/react';
|
|
|
63
61
|
import 'dompurify';
|
|
64
62
|
import '@bigbinary/neeto-molecules/v2/CopyToClipboardButton';
|
|
65
63
|
import 'react-dom/client';
|
|
66
|
-
import '../chunk-
|
|
64
|
+
import '../chunk-fDmcpgqx.js';
|
|
67
65
|
import 'react-dom/server';
|
|
68
66
|
import '../chunk-CF5f8-fy.js';
|
|
69
67
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils/useOnClickOutside';
|
|
70
|
-
import '../chunk-
|
|
68
|
+
import '../chunk-Bmhz4YEy.js';
|
|
71
69
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
72
70
|
import '@tanstack/react-query';
|
|
73
71
|
import 'yjs';
|
|
74
72
|
import '@bigbinary/neeto-icons/misc/Megaphone';
|
|
73
|
+
import 'tippy.js';
|
|
75
74
|
import '@bigbinary/neeto-icons/TextP';
|
|
76
75
|
import '@bigbinary/neeto-icons/TextH1';
|
|
77
76
|
import '@bigbinary/neeto-icons/TextH2';
|
package/dist/v2/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/v2/utils.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-
|
|
2
|
-
export { s as substituteVariables } from '../chunk-
|
|
3
|
-
export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-
|
|
1
|
+
export { i as isEditorOverlaysActive, a as isEmojiSuggestionsMenuActive, t as transformEditorContent } from '../chunk-CnsiyshR.js';
|
|
2
|
+
export { s as substituteVariables } from '../chunk-aCTMceVU.js';
|
|
3
|
+
export { i as isEditorContentWithinLimit, a as isEditorEmpty, r as removeEmptyTags } from '../chunk-Qg4uQqj3.js';
|
|
4
4
|
import '@babel/runtime/helpers/defineProperty';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-C5svTfyQ.js';
|
|
6
6
|
import '@bigbinary/neeto-cist';
|
|
7
7
|
import '../chunk-DDwycKmK.js';
|
|
8
8
|
import 'ramda';
|
|
@@ -10,7 +10,7 @@ import '../chunk-CF5f8-fy.js';
|
|
|
10
10
|
import 'i18next';
|
|
11
11
|
import 'yup';
|
|
12
12
|
import 'react';
|
|
13
|
-
import '../chunk-
|
|
13
|
+
import '../chunk-fDmcpgqx.js';
|
|
14
14
|
import '../chunk-BFTU3MAI.js';
|
|
15
15
|
import 'react-dom/server';
|
|
16
16
|
import '@babel/runtime/helpers/toConsumableArray';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.121",
|
|
4
4
|
"types": "./types.d.ts",
|
|
5
5
|
"description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",
|
|
6
6
|
"keywords": [
|
|
@@ -47,8 +47,6 @@
|
|
|
47
47
|
},
|
|
48
48
|
"resolutions": {
|
|
49
49
|
"jackspeak": "2.1.1",
|
|
50
|
-
"prosemirror-view": "1.33.11",
|
|
51
|
-
"prosemirror-model": "1.22.3",
|
|
52
50
|
"canvas": "npm:empty-npm-package@1.0.0"
|
|
53
51
|
},
|
|
54
52
|
"devDependencies": {
|
|
@@ -69,13 +67,14 @@
|
|
|
69
67
|
"@bigbinary/neeto-hotkeys": "1.0.4",
|
|
70
68
|
"@bigbinary/neeto-icons": "1.20.71",
|
|
71
69
|
"@bigbinary/neeto-image-uploader-frontend": "4.0.5",
|
|
72
|
-
"@bigbinary/neeto-molecules": "^4.
|
|
70
|
+
"@bigbinary/neeto-molecules": "^4.3.6",
|
|
73
71
|
"@bigbinary/neeto-team-members-frontend": "4.6.10",
|
|
74
72
|
"@bigbinary/neeto-time-zones": "^0.8.25",
|
|
75
73
|
"@bigbinary/neetoui": "7.0.1",
|
|
76
74
|
"@bigbinary/s3-uploader": "https://github.com/bigbinary/s3-uploader",
|
|
77
75
|
"@eslint/eslintrc": "^3.3.5",
|
|
78
76
|
"@faker-js/faker": "8.2.0",
|
|
77
|
+
"@floating-ui/dom": "^1.6.0",
|
|
79
78
|
"@fontsource-variable/geist": "^5.2.8",
|
|
80
79
|
"@hocuspocus/provider": "^2.13.5",
|
|
81
80
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -101,33 +100,27 @@
|
|
|
101
100
|
"@tanstack/react-query": "5.59.20",
|
|
102
101
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
103
102
|
"@tippyjs/react": "4.2.6",
|
|
104
|
-
"@tiptap/extension-bubble-menu": "
|
|
105
|
-
"@tiptap/extension-
|
|
106
|
-
"@tiptap/extension-code": "
|
|
107
|
-
"@tiptap/extension-
|
|
108
|
-
"@tiptap/extension-collaboration": "
|
|
109
|
-
"@tiptap/extension-
|
|
110
|
-
"@tiptap/extension-
|
|
111
|
-
"@tiptap/extension-
|
|
112
|
-
"@tiptap/extension-
|
|
113
|
-
"@tiptap/extension-
|
|
114
|
-
"@tiptap/extension-
|
|
115
|
-
"@tiptap/extension-
|
|
116
|
-
"@tiptap/extension-
|
|
117
|
-
"@tiptap/extension-
|
|
118
|
-
"@tiptap/extension-
|
|
119
|
-
"@tiptap/
|
|
120
|
-
"@tiptap/
|
|
121
|
-
"@tiptap/
|
|
122
|
-
"@tiptap/
|
|
123
|
-
"@tiptap/
|
|
124
|
-
"@tiptap/
|
|
125
|
-
"@tiptap/extension-text-style": "2.6.6",
|
|
126
|
-
"@tiptap/extension-underline": "2.6.6",
|
|
127
|
-
"@tiptap/pm": "2.6.6",
|
|
128
|
-
"@tiptap/react": "2.6.6",
|
|
129
|
-
"@tiptap/starter-kit": "2.6.6",
|
|
130
|
-
"@tiptap/suggestion": "2.6.6",
|
|
103
|
+
"@tiptap/extension-bubble-menu": "3.27.1",
|
|
104
|
+
"@tiptap/extension-code": "3.27.1",
|
|
105
|
+
"@tiptap/extension-code-block-lowlight": "3.27.1",
|
|
106
|
+
"@tiptap/extension-collaboration": "3.27.1",
|
|
107
|
+
"@tiptap/extension-collaboration-caret": "3.27.1",
|
|
108
|
+
"@tiptap/extension-document": "3.27.1",
|
|
109
|
+
"@tiptap/extension-highlight": "3.27.1",
|
|
110
|
+
"@tiptap/extension-image": "3.27.1",
|
|
111
|
+
"@tiptap/extension-italic": "3.27.1",
|
|
112
|
+
"@tiptap/extension-link": "3.27.1",
|
|
113
|
+
"@tiptap/extension-list": "3.27.1",
|
|
114
|
+
"@tiptap/extension-mention": "3.27.1",
|
|
115
|
+
"@tiptap/extension-table": "3.27.1",
|
|
116
|
+
"@tiptap/extension-text-style": "3.27.1",
|
|
117
|
+
"@tiptap/extension-underline": "3.27.1",
|
|
118
|
+
"@tiptap/extensions": "3.27.1",
|
|
119
|
+
"@tiptap/pm": "3.27.1",
|
|
120
|
+
"@tiptap/react": "3.27.1",
|
|
121
|
+
"@tiptap/starter-kit": "3.27.1",
|
|
122
|
+
"@tiptap/suggestion": "3.27.1",
|
|
123
|
+
"@tiptap/y-tiptap": "^3.0.6",
|
|
131
124
|
"@wojtekmaj/react-timerange-picker": "5.5.0",
|
|
132
125
|
"antd": "5.10.2",
|
|
133
126
|
"autoprefixer": "10.4.16",
|