@bigbinary/neeto-editor 1.47.123 → 1.47.125
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 +7 -2
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/{chunk-Bmhz4YEy.js → chunk-Be5ikGpm.js} +219 -58
- package/dist/chunk-Be5ikGpm.js.map +1 -0
- package/dist/cjs/Editor.cjs.js +7 -2
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +1 -1
- package/dist/cjs/{chunk-BXZTd0jZ.cjs.js → chunk-Ch4y-VZi.cjs.js} +219 -58
- package/dist/cjs/chunk-Ch4y-VZi.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/v2/Editor.cjs.js +1 -1
- package/dist/cjs/v2/FormikEditor.cjs.js +1 -1
- package/dist/cjs/v2/index.cjs.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +1 -1
- package/dist/v2/Editor.js +1 -1
- package/dist/v2/FormikEditor.js +1 -1
- package/dist/v2/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-Bmhz4YEy.js.map +0 -1
- package/dist/cjs/chunk-BXZTd0jZ.cjs.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -64,7 +64,7 @@ import '@bigbinary/neetoui/Alert';
|
|
|
64
64
|
import './chunk-ChNzXvhJ.js';
|
|
65
65
|
import 'react-dom';
|
|
66
66
|
import '@bigbinary/neetoui/Label';
|
|
67
|
-
import './chunk-
|
|
67
|
+
import './chunk-Be5ikGpm.js';
|
|
68
68
|
import '@tanstack/react-query';
|
|
69
69
|
import 'yjs';
|
|
70
70
|
import '@bigbinary/neeto-icons/misc/Megaphone';
|
package/dist/v2/Editor.js
CHANGED
|
@@ -9,7 +9,7 @@ import classnames from 'classnames';
|
|
|
9
9
|
import { isNotPresent, findBy, isNotEmpty, isPresent, noop, slugify } from '@bigbinary/neeto-cist';
|
|
10
10
|
import { useOnClickOutside, withT, useFuncDebounce } from '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
11
11
|
import { createPortal, flushSync } from 'react-dom';
|
|
12
|
-
import { B as BulletList$1, i as index_default, a as index_default$1, R as Resizable, b as index_default$2, L as Link$1, s as scrollHandler, c as index_default$3, O as OrderedList$1, d as index_default$4, f as fuzzySearch, T as Table$2, e as TaskList, g as TaskItem, C as CharacterCount, h as index_default$5, j as index_default$6, k as TextStyle, l as index_default$7, F as Focus, m as index_default$8, n as TableRow, o as TableHeader, p as TableCell, q as Color, r as ListItem, t as index_default$9, u as index_default$a, v as useFetchKbArticles, G as useEditorWarnings, H as useDeletedArticles } from '../chunk-
|
|
12
|
+
import { B as BulletList$1, i as index_default, a as index_default$1, R as Resizable, b as index_default$2, L as Link$1, s as scrollHandler, c as index_default$3, O as OrderedList$1, d as index_default$4, f as fuzzySearch, T as Table$2, e as TaskList, g as TaskItem, C as CharacterCount, h as index_default$5, j as index_default$6, k as TextStyle, l as index_default$7, F as Focus, m as index_default$8, n as TableRow, o as TableHeader, p as TableCell, q as Color, r as ListItem, t as index_default$9, u as index_default$a, v as useFetchKbArticles, G as useEditorWarnings, H as useDeletedArticles } from '../chunk-Be5ikGpm.js';
|
|
13
13
|
import { D as DIRECT_UPLOAD_ENDPOINT, E as EDITOR_OPTIONS, C as COMBINED_REGEX, a as EDITOR_SIZES } from '../chunk-DDwycKmK.js';
|
|
14
14
|
import '../chunk-CF5f8-fy.js';
|
|
15
15
|
import { is, intersection, difference, union, isEmpty, isNil, mergeRight, assoc, equals } from 'ramda';
|
package/dist/v2/FormikEditor.js
CHANGED
|
@@ -17,7 +17,7 @@ import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
|
17
17
|
import 'zustand';
|
|
18
18
|
import 'classnames';
|
|
19
19
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils';
|
|
20
|
-
import '../chunk-
|
|
20
|
+
import '../chunk-Be5ikGpm.js';
|
|
21
21
|
import '../chunk-Qg4uQqj3.js';
|
|
22
22
|
import '../chunk-BFTU3MAI.js';
|
|
23
23
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
package/dist/v2/index.js
CHANGED
|
@@ -65,7 +65,7 @@ import '../chunk-fDmcpgqx.js';
|
|
|
65
65
|
import 'react-dom/server';
|
|
66
66
|
import '../chunk-CF5f8-fy.js';
|
|
67
67
|
import '@bigbinary/neeto-commons-frontend/v2/react-utils/useOnClickOutside';
|
|
68
|
-
import '../chunk-
|
|
68
|
+
import '../chunk-Be5ikGpm.js';
|
|
69
69
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
70
70
|
import '@tanstack/react-query';
|
|
71
71
|
import 'yjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.125",
|
|
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": [
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@tiptap/react": "3.27.1",
|
|
121
121
|
"@tiptap/starter-kit": "3.27.1",
|
|
122
122
|
"@tiptap/suggestion": "3.27.1",
|
|
123
|
-
"@tiptap/y-tiptap": "
|
|
123
|
+
"@tiptap/y-tiptap": "3.0.7",
|
|
124
124
|
"@wojtekmaj/react-timerange-picker": "5.5.0",
|
|
125
125
|
"antd": "5.10.2",
|
|
126
126
|
"autoprefixer": "10.4.16",
|