@tailor-cms/ce-quill-html-edit 0.0.3 → 0.0.4

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/index.cjs CHANGED
@@ -6,7 +6,7 @@ var import_index = require("./index.css");
6
6
  var _a;
7
7
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
8
8
  const vue = require("vue");
9
- var type = "QUILL_HTML";
9
+ var type = "HTML";
10
10
  var name = "Quill HTML";
11
11
  var initState = () => ({ content: "" });
12
12
  var version$1 = "1.0";
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
4
4
  var _a;
5
5
  import "./index.css";
6
6
  import { inject, resolveComponent, TransitionGroup, defineComponent, nextTick, h, ref, watch, createElementBlock, createCommentVNode, openBlock, Fragment as Fragment$1, createBlock, unref, withCtx, createVNode, createTextVNode, toDisplayString, computed, normalizeClass, createElementVNode, onBeforeUnmount, onMounted, withModifiers, createStaticVNode } from "vue";
7
- var type = "QUILL_HTML";
7
+ var type = "HTML";
8
8
  var name = "Quill HTML";
9
9
  var initState = () => ({ content: "" });
10
10
  var version$1 = "1.0";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS Quill HTML editor authoring component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.3",
6
+ "version": "0.0.4",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "typescript": "^5.7.3",
25
25
  "vite": "^6.1.0",
26
26
  "vue-tsc": "^2.2.0",
27
- "@tailor-cms/ce-quill-html-manifest": "0.0.3"
27
+ "@tailor-cms/ce-quill-html-manifest": "0.0.4"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"