jodit-pro-react 5.5.9 → 5.5.11

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.
@@ -4,6 +4,12 @@
4
4
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
 
7
+ /*!
8
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
9
+ * See LICENSE.md in the project root for license information.
10
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
11
+ */
12
+
7
13
  /*!
8
14
  * a-color-picker
9
15
  * https://github.com/narsenico/a-color-picker
@@ -1,3 +1,8 @@
1
+ /*!
2
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
+ * See LICENSE.md in the project root for license information.
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
+ */
1
6
  import type { DeepPartial } from 'jodit/esm/types';
2
7
  import { type Config, Jodit as JoditBaseConstructor } from './include.jodit';
3
8
  import React from 'react';
@@ -1,3 +1,8 @@
1
+ /*!
2
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
+ * See LICENSE.md in the project root for license information.
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
+ */
1
6
  import 'jodit-pro/esm/plugins/all.js';
2
7
 
3
8
  import { Jodit as JoditConstructor } from 'jodit-pro/esm/index.js';
@@ -1,3 +1,8 @@
1
+ /*!
2
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
+ * See LICENSE.md in the project root for license information.
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
+ */
1
6
  import 'jodit-pro/esm/plugins/all.js';
2
7
  import 'jodit-pro/es2021/jodit.fat.min.css';
3
8
  import { Jodit as JoditConstructor } from 'jodit-pro/esm/index.js';
@@ -1,3 +1,8 @@
1
+ /*!
2
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
+ * See LICENSE.md in the project root for license information.
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
+ */
1
6
  import { Config, Jodit } from './include.jodit';
2
7
  import JoditEditor from './JoditEditor';
3
8
  export default JoditEditor;
@@ -1,3 +1,8 @@
1
+ /*!
2
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
+ * See LICENSE.md in the project root for license information.
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
+ */
1
6
  import { Jodit } from './include.jodit';
2
7
  import JoditEditor from './JoditEditor';
3
8
  export default JoditEditor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-pro-react",
3
- "version": "5.5.9",
3
+ "version": "5.5.11",
4
4
  "description": "Jodit PRO is awesome and usefully wysiwyg editor with filebrowser",
5
5
  "main": "build/jodit-react.js",
6
6
  "module": "./build/esm/index.mjs",