@tailor-cms/ce-table-server 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
@@ -2298,7 +2298,7 @@ function removeCell(row, predicate = {}) {
2298
2298
  function addEmbed(embeds, cellId, tableId) {
2299
2299
  const embed = {
2300
2300
  id: cellId,
2301
- type: "TIPTAP_HTML",
2301
+ type: "JODIT_HTML",
2302
2302
  embedded: true,
2303
2303
  data: { tableId, cellId }
2304
2304
  };
package/dist/index.js CHANGED
@@ -2277,7 +2277,7 @@ function removeCell(row, predicate = {}) {
2277
2277
  function addEmbed(embeds, cellId, tableId) {
2278
2278
  const embed = {
2279
2279
  id: cellId,
2280
- type: "TIPTAP_HTML",
2280
+ type: "JODIT_HTML",
2281
2281
  embedded: true,
2282
2282
  data: { tableId, cellId }
2283
2283
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS table server element",
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",
@@ -20,7 +20,7 @@
20
20
  "@tailor-cms/eslint-config": "0.0.2",
21
21
  "tsup": "^8.3.6",
22
22
  "typescript": "^5.7.3",
23
- "@tailor-cms/ce-table-manifest": "0.0.2"
23
+ "@tailor-cms/ce-table-manifest": "0.0.3"
24
24
  },
25
25
  "tsup": {
26
26
  "entry": [