@tailor-cms/ce-quill-html-edit 0.0.5 → 0.0.7

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
@@ -14144,7 +14144,7 @@ const _export_sfc = (sfc, props) => {
14144
14144
  }
14145
14145
  return target;
14146
14146
  };
14147
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9d818911"]]);
14147
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-48178d4c"]]);
14148
14148
  const _sfc_main = {};
14149
14149
  const _hoisted_1 = { class: "tce-html-toolbar" };
14150
14150
  function _sfc_render(_ctx, _cache) {
package/dist/index.css CHANGED
@@ -57,30 +57,32 @@
57
57
  transition: none;
58
58
  margin-left: 16px;
59
59
  padding-right: 8px;
60
- }.tce-container[data-v-9d818911] {
60
+ }.tce-container[data-v-48178d4c] {
61
61
  text-align: left;
62
62
  }
63
- .ql-container.ql-snow[data-v-9d818911] {
63
+ .ql-container.ql-snow[data-v-48178d4c] {
64
64
  border: none;
65
65
  font-size: 1rem;
66
66
  }
67
- .placeholder[data-v-9d818911] {
67
+ .placeholder[data-v-48178d4c] {
68
68
  color: rgba(0, 0, 0, 0.5);
69
69
  }
70
- [data-v-9d818911] .ql-editor {
70
+ [data-v-48178d4c] .ql-editor {
71
71
  min-height: 5rem;
72
+ padding: 0.5rem;
72
73
  }
73
- [data-v-9d818911] .ql-editor.ql-blank::before {
74
+ [data-v-48178d4c] .ql-editor.ql-blank::before {
74
75
  width: 100%;
75
76
  color: rgba(0, 0, 0, 0.5);
76
77
  font-style: normal;
78
+ left: 0.5rem;
79
+ right: 0.5rem;
77
80
  }
78
- [data-v-9d818911] .ql-editor img {
81
+ [data-v-48178d4c] .ql-editor img {
79
82
  vertical-align: initial;
80
83
  }.tce-html-toolbar {
81
84
  display: flex;
82
85
  align-items: center;
83
- height: 4.5rem;
84
86
  padding: 0 0.5rem;
85
87
  text-align: initial;
86
88
  }
package/dist/index.js CHANGED
@@ -14142,7 +14142,7 @@ const _export_sfc = (sfc, props) => {
14142
14142
  }
14143
14143
  return target;
14144
14144
  };
14145
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9d818911"]]);
14145
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-48178d4c"]]);
14146
14146
  const _sfc_main = {};
14147
14147
  const _hoisted_1 = { class: "tce-html-toolbar" };
14148
14148
  function _sfc_render(_ctx, _cache) {
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.5",
6
+ "version": "0.0.7",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "typescript": "^5.7.3",
27
27
  "vite": "^6.1.0",
28
28
  "vue-tsc": "^2.2.0",
29
- "@tailor-cms/ce-quill-html-manifest": "0.0.5"
29
+ "@tailor-cms/ce-quill-html-manifest": "0.0.7"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"