@uxf/wysiwyg 1.2.0 → 1.2.1

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/Editor/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { WysiwygEditor } from "./WysiwygEditor";
2
2
  export * from "../types";
3
+ export { useSlate } from "slate-react";
package/Editor/index.js CHANGED
@@ -14,8 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.WysiwygEditor = void 0;
17
+ exports.useSlate = exports.WysiwygEditor = void 0;
18
18
  var WysiwygEditor_1 = require("./WysiwygEditor");
19
19
  Object.defineProperty(exports, "WysiwygEditor", { enumerable: true, get: function () { return WysiwygEditor_1.WysiwygEditor; } });
20
20
  __exportStar(require("../types"), exports);
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvRWRpdG9yL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsaURBQWdEO0FBQXZDLDhHQUFBLGFBQWEsT0FBQTtBQUN0QiwyQ0FBeUIifQ==
21
+ var slate_react_1 = require("slate-react");
22
+ Object.defineProperty(exports, "useSlate", { enumerable: true, get: function () { return slate_react_1.useSlate; } });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvRWRpdG9yL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsaURBQWdEO0FBQXZDLDhHQUFBLGFBQWEsT0FBQTtBQUN0QiwyQ0FBeUI7QUFDekIsMkNBQXVDO0FBQTlCLHVHQUFBLFFBQVEsT0FBQSJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/wysiwyg",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "UXF Wysiwyg editor",
5
5
  "author": "Robin Dvorak <dvorak@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/wysiwyg",