@tailor-cms/ce-table-display 0.0.2 → 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
@@ -2198,7 +2198,7 @@ function removeCell(row, predicate = {}) {
2198
2198
  function addEmbed(embeds, cellId, tableId) {
2199
2199
  const embed = {
2200
2200
  id: cellId,
2201
- type: "TIPTAP_HTML",
2201
+ type: "JODIT_HTML",
2202
2202
  embedded: true,
2203
2203
  data: { tableId, cellId }
2204
2204
  };
package/dist/index.js CHANGED
@@ -2196,7 +2196,7 @@ function removeCell(row, predicate = {}) {
2196
2196
  function addEmbed(embeds, cellId, tableId) {
2197
2197
  const embed = {
2198
2198
  id: cellId,
2199
- type: "TIPTAP_HTML",
2199
+ type: "JODIT_HTML",
2200
2200
  embedded: true,
2201
2201
  data: { tableId, cellId }
2202
2202
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS table end-user component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.2",
6
+ "version": "0.0.3",
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-table-manifest": "0.0.2"
27
+ "@tailor-cms/ce-table-manifest": "0.0.3"
28
28
  },
29
29
  "dependencies": {
30
30
  "lodash": "^4.17.21"