@tecof/theme-editor 0.0.29 → 0.0.31

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/styles.css CHANGED
@@ -2409,5 +2409,4 @@
2409
2409
  .tecof-cms-col-mapping-select:disabled {
2410
2410
  opacity: 0.5;
2411
2411
  cursor: not-allowed;
2412
- }
2413
2412
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecof/theme-editor",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "description": "React theme editor library for Tecof projects",
5
5
  "keywords": [
6
6
  "react",
@@ -82,6 +82,7 @@
82
82
  "vitest": "^3.0.0"
83
83
  },
84
84
  "dependencies": {
85
+ "@tiptap/extension-image": "^3.26.0",
85
86
  "i": "^0.3.7",
86
87
  "npm": "^11.12.1"
87
88
  }