@ostendis/grapesjs-preset-ostendis-adv 1.1.11 → 1.2.1

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.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Plugin } from 'grapesjs';
2
- import juice from 'juice';
3
2
 
4
3
  export interface PluginOptions {
5
4
  /**
@@ -22,11 +21,6 @@ export interface PluginOptions {
22
21
  * @default 'gjs-open-import-template'
23
22
  */
24
23
  cmdOpenImport?: string;
25
- /**
26
- * Get inlined HTML command id.
27
- * @default 'gjs-get-inlined-html'
28
- */
29
- cmdInlineHtml?: string;
30
24
  /**
31
25
  * If `true`, inline CSS on export.
32
26
  * @default true
@@ -62,11 +56,6 @@ export interface PluginOptions {
62
56
  * @default 'hopscotch'
63
57
  */
64
58
  codeViewerTheme?: string;
65
- /**
66
- * Custom options for `juice` HTML inliner.
67
- * @default {}
68
- */
69
- juiceOpts?: juice.Options;
70
59
  /**
71
60
  * Ostendis translations
72
61
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ostendis/grapesjs-preset-ostendis-adv",
3
- "version": "1.1.11",
3
+ "version": "1.2.1",
4
4
  "description": "GrapesJS preset configuration for the Ostendis editor",
5
5
  "main": "dist/grapesjs-preset-ostendis-adv.min.js",
6
6
  "files": [
@@ -32,7 +32,6 @@
32
32
  "grapesjs": "^0.22.7",
33
33
  "grapesjs-cli": "^4.1.3",
34
34
  "jest": "^29.4.1",
35
- "juice": "^8.1.0",
36
35
  "sass": "^1.80.6"
37
36
  },
38
37
  "babel": {