@uxf/wysiwyg 11.123.0 → 11.125.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/wysiwyg",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.125.0",
|
|
4
4
|
"description": "UXF Wysiwyg editor",
|
|
5
5
|
"author": "Robin Dvorak <dvorak@uxf.cz>",
|
|
6
6
|
"homepage": "https://gitlab.com/uxf-npm/wysiwyg",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@udecode/slate": "19.8.0",
|
|
32
32
|
"@udecode/slate-react": "19.7.1",
|
|
33
33
|
"@udecode/slate-utils": "19.7.1",
|
|
34
|
-
"@uxf/core": "11.
|
|
35
|
-
"@uxf/core-react": "11.
|
|
36
|
-
"@uxf/ui": "11.
|
|
34
|
+
"@uxf/core": "11.124.0",
|
|
35
|
+
"@uxf/core-react": "11.125.0",
|
|
36
|
+
"@uxf/ui": "11.125.0",
|
|
37
37
|
"react": ">=18.2.0",
|
|
38
38
|
"react-dom": ">=18.2.0",
|
|
39
39
|
"slate": "0.90.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@udecode/slate": "19.8.0",
|
|
63
63
|
"@udecode/slate-react": "19.7.1",
|
|
64
64
|
"@udecode/slate-utils": "19.7.1",
|
|
65
|
-
"@uxf/core": "11.
|
|
66
|
-
"@uxf/core-react": "11.
|
|
67
|
-
"@uxf/ui": "11.
|
|
65
|
+
"@uxf/core": "11.124.0",
|
|
66
|
+
"@uxf/core-react": "11.125.0",
|
|
67
|
+
"@uxf/ui": "11.125.0",
|
|
68
68
|
"react": "18.3.1",
|
|
69
69
|
"react-dom": "18.3.1",
|
|
70
70
|
"slate": "0.90.0",
|
package/wysiwyg-editor.js
CHANGED
|
@@ -6,9 +6,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.WysiwygEditor = void 0;
|
|
8
8
|
const plate_core_1 = require("@udecode/plate-core");
|
|
9
|
+
const classes_1 = require("@uxf/core/constants/classes");
|
|
9
10
|
const use_is_mounted_1 = require("@uxf/core-react/hooks/use-is-mounted");
|
|
10
11
|
const translations_1 = require("@uxf/core-react/translations");
|
|
11
|
-
const classes_1 = require("@uxf/core/constants/classes");
|
|
12
12
|
const loader_1 = require("@uxf/ui/loader");
|
|
13
13
|
const react_1 = __importDefault(require("react"));
|
|
14
14
|
const toolbar_1 = require("./ui/toolbar/toolbar");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WysiwygContent } from "@uxf/wysiwyg";
|
|
2
1
|
import React from "react";
|
|
2
|
+
import { WysiwygContent } from "@uxf/wysiwyg";
|
|
3
3
|
export declare const initialValue: WysiwygContent;
|
|
4
4
|
export declare function Playground(): React.JSX.Element;
|
|
5
5
|
export declare function SelectedPlugins(): React.JSX.Element;
|
|
@@ -39,8 +39,8 @@ exports.Playground = Playground;
|
|
|
39
39
|
exports.SelectedPlugins = SelectedPlugins;
|
|
40
40
|
const show_1 = require("@uxf/core-react/components/show");
|
|
41
41
|
const use_is_mounted_1 = require("@uxf/core-react/hooks/use-is-mounted");
|
|
42
|
-
const wysiwyg_1 = require("@uxf/wysiwyg");
|
|
43
42
|
const react_1 = __importStar(require("react"));
|
|
43
|
+
const wysiwyg_1 = require("@uxf/wysiwyg");
|
|
44
44
|
exports.initialValue = [
|
|
45
45
|
{
|
|
46
46
|
type: "h1",
|