@tailor-cms/ce-jodit-html-edit 0.0.5 → 0.0.6

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
@@ -65172,7 +65172,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
65172
65172
  };
65173
65173
  }
65174
65174
  });
65175
- const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-55230031"]]);
65175
+ const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-605e5d80"]]);
65176
65176
  const _hoisted_1$1 = { class: "tce-jodit-html text-left" };
65177
65177
  const _hoisted_2 = {
65178
65178
  key: 1,
package/dist/index.css CHANGED
@@ -495,30 +495,31 @@
495
495
  .diff.changed[data-v-3d2a2eb4], .diff.removed[data-v-3d2a2eb4] {
496
496
  border: none;
497
497
  box-shadow: 0 0 0 2px rgb(var(--v-theme-secondary-lighten-4)) !important;
498
- }[data-v-55230031] .jodit-container:not(.jodit_inline) {
498
+ }[data-v-605e5d80] .jodit-container:not(.jodit_inline) {
499
499
  display: flex;
500
500
  border: none;
501
501
  min-height: 140px;
502
502
  flex-direction: column;
503
503
  }
504
- [data-v-55230031] .jodit-container:not(.jodit_inline) .jodit-workplace {
504
+ [data-v-605e5d80] .jodit-container:not(.jodit_inline) .jodit-workplace {
505
+ background-color: transparent;
505
506
  border: none;
506
507
  }
507
- [data-v-55230031] .jodit-placeholder {
508
+ [data-v-605e5d80] .jodit-placeholder {
508
509
  font-style: italic;
509
510
  }
510
- [data-v-55230031] .jodit-source {
511
+ [data-v-605e5d80] .jodit-source {
511
512
  background: transparent;
512
513
  }
513
- [data-v-55230031] .jodit-status-bar {
514
+ [data-v-605e5d80] .jodit-status-bar {
514
515
  margin-top: auto;
515
516
  border: none !important;
516
517
  background-color: transparent;
517
518
  }
518
- [data-v-55230031] .jodit-status-bar .jodit-status-bar__item {
519
+ [data-v-605e5d80] .jodit-status-bar .jodit-status-bar__item {
519
520
  line-height: inherit;
520
521
  }
521
- [data-v-55230031] .jodit-status-bar .jodit-toolbar-button {
522
+ [data-v-605e5d80] .jodit-status-bar .jodit-toolbar-button {
522
523
  line-height: inherit;
523
524
  vertical-align: top;
524
525
  }.jodit-container[data-v-4be470c3] {
package/dist/index.js CHANGED
@@ -65170,7 +65170,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
65170
65170
  };
65171
65171
  }
65172
65172
  });
65173
- const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-55230031"]]);
65173
+ const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-605e5d80"]]);
65174
65174
  const _hoisted_1$1 = { class: "tce-jodit-html text-left" };
65175
65175
  const _hoisted_2 = {
65176
65176
  key: 1,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS Jodit 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.6",
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-jodit-html-manifest": "0.0.5"
27
+ "@tailor-cms/ce-jodit-html-manifest": "0.0.6"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"