jodit-react 5.3.16 → 5.3.18

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  JoditEditor_default
3
- } from "./chunk-IWOD2W62.mjs";
3
+ } from "./chunk-VZXEDNZT.mjs";
4
4
  export {
5
5
  JoditEditor_default as default
6
6
  };
@@ -2,9 +2,9 @@
2
2
  import { useEffect, useRef, forwardRef } from "react";
3
3
 
4
4
  // src/include.jodit.ts
5
- import { Jodit as JoditES5 } from "jodit/esm/index";
5
+ import { Jodit as JoditES5 } from "jodit/esm/index.js";
6
6
  import "jodit/es2021/jodit.min.css";
7
- import "jodit/esm/plugins/all";
7
+ import "jodit/esm/plugins/all.js";
8
8
  var Jodit = JoditES5;
9
9
 
10
10
  // src/JoditEditor.tsx
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Jodit,
3
3
  JoditEditor_default
4
- } from "./chunk-IWOD2W62.mjs";
4
+ } from "./chunk-VZXEDNZT.mjs";
5
5
 
6
6
  // src/index.ts
7
7
  var index_default = JoditEditor_default;
@@ -1,4 +1,4 @@
1
1
  import type { Jodit as JoditConstructorType } from 'jodit/esm/jodit';
2
2
  ./build/types/JoditEditor.d.ts
3
- import 'jodit/esm/plugins/all';
3
+ import 'jodit/esm/plugins/all.js';
4
4
  export declare const Jodit: typeof JoditConstructorType;
@@ -1,4 +1,4 @@
1
- import { Jodit as JoditES5 } from 'jodit/esm/index';
1
+ import { Jodit as JoditES5 } from 'jodit/esm/index.js';
2
2
  import 'jodit/es2021/jodit.min.css';
3
- import 'jodit/esm/plugins/all';
3
+ import 'jodit/esm/plugins/all.js';
4
4
  export const Jodit = JoditES5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-react",
3
- "version": "5.3.16",
3
+ "version": "5.3.18",
4
4
  "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
5
5
  "main": "build/jodit-react.js",
6
6
  "module": "./build/esm/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "default": "./build/react-jodit.js"
17
17
  }
18
18
  },
19
- "./types/JoditEditor": {
19
+ "./build/types/JoditEditor": {
20
20
  "import": {
21
21
  "types": "./build/esm/JoditEditor.d.mts",
22
22
  "default": "./build/esm/JoditEditor.mjs"