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

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
@@ -58620,7 +58620,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
58620
58620
  };
58621
58621
  }
58622
58622
  });
58623
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-698a5792"]]);
58623
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dfe23045"]]);
58624
58624
  const manifest = {
58625
58625
  ...index_default,
58626
58626
  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
@@ -58618,7 +58618,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
58618
58618
  };
58619
58619
  }
58620
58620
  });
58621
- const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-698a5792"]]);
58621
+ const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dfe23045"]]);
58622
58622
  const manifest = {
58623
58623
  ...index_default,
58624
58624
  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.2",
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.2"
30
30
  },
31
31
  "dependencies": {
32
32
  "@codemirror/lang-css": "^6.3.1",