@tailor-cms/ce-html-raw-edit 0.0.1 → 0.0.3

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
@@ -58486,7 +58486,6 @@ const allowedTags = [
58486
58486
  "small",
58487
58487
  "span",
58488
58488
  "strong",
58489
- "style",
58490
58489
  "sub",
58491
58490
  "sup",
58492
58491
  "time",
@@ -58620,7 +58619,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
58620
58619
  };
58621
58620
  }
58622
58621
  });
58623
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-698a5792"]]);
58622
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dfe23045"]]);
58624
58623
  const manifest = {
58625
58624
  ...index_default,
58626
58625
  Edit
package/dist/index.css CHANGED
@@ -1,7 +1,10 @@
1
- iframe[data-v-698a5792] {
1
+ .tce-html-raw[data-v-dfe23045] {
2
+ text-align: left;
3
+ }
4
+ iframe[data-v-dfe23045] {
2
5
  border: none;
3
6
  }
4
- iframe.active[data-v-698a5792] {
7
+ iframe.active[data-v-dfe23045] {
5
8
  padding: 0.375rem 0.75rem;
6
9
  border: 1px solid #ddd;
7
10
  border-radius: 4px;
package/dist/index.js CHANGED
@@ -58484,7 +58484,6 @@ const allowedTags = [
58484
58484
  "small",
58485
58485
  "span",
58486
58486
  "strong",
58487
- "style",
58488
58487
  "sub",
58489
58488
  "sup",
58490
58489
  "time",
@@ -58618,7 +58617,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
58618
58617
  };
58619
58618
  }
58620
58619
  });
58621
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-698a5792"]]);
58620
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dfe23045"]]);
58622
58621
  const manifest = {
58623
58622
  ...index_default,
58624
58623
  Edit
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Raw HTML edit component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.1",
6
+ "version": "0.0.3",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "typescript": "^5.8.3",
27
27
  "vite": "^7.0.3",
28
28
  "vue-tsc": "^3.0.1",
29
- "@tailor-cms/ce-html-raw-manifest": "0.0.1"
29
+ "@tailor-cms/ce-html-raw-manifest": "0.0.3"
30
30
  },
31
31
  "dependencies": {
32
32
  "@codemirror/lang-css": "^6.3.1",