@elementor/editor-editing-panel 3.33.0-106 → 3.33.0-107

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.mts CHANGED
@@ -897,6 +897,7 @@ declare const controlTypes: {
897
897
  regexKey?: string;
898
898
  regexValue?: string;
899
899
  validationErrorMessage?: string;
900
+ escapeHtml?: boolean;
900
901
  getHelperText?: (key: string, value: string) => {
901
902
  keyHelper?: string;
902
903
  valueHelper?: string;
package/dist/index.d.ts CHANGED
@@ -897,6 +897,7 @@ declare const controlTypes: {
897
897
  regexKey?: string;
898
898
  regexValue?: string;
899
899
  validationErrorMessage?: string;
900
+ escapeHtml?: boolean;
900
901
  getHelperText?: (key: string, value: string) => {
901
902
  keyHelper?: string;
902
903
  valueHelper?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "3.33.0-106",
3
+ "version": "3.33.0-107",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,26 +39,26 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "3.33.0-106",
43
- "@elementor/editor-canvas": "3.33.0-106",
44
- "@elementor/editor-controls": "3.33.0-106",
45
- "@elementor/editor-documents": "3.33.0-106",
46
- "@elementor/editor-elements": "3.33.0-106",
47
- "@elementor/editor-panels": "3.33.0-106",
48
- "@elementor/editor-props": "3.33.0-106",
49
- "@elementor/editor-responsive": "3.33.0-106",
50
- "@elementor/editor-styles": "3.33.0-106",
51
- "@elementor/editor-styles-repository": "3.33.0-106",
52
- "@elementor/editor-ui": "3.33.0-106",
53
- "@elementor/editor-v1-adapters": "3.33.0-106",
42
+ "@elementor/editor": "3.33.0-107",
43
+ "@elementor/editor-canvas": "3.33.0-107",
44
+ "@elementor/editor-controls": "3.33.0-107",
45
+ "@elementor/editor-documents": "3.33.0-107",
46
+ "@elementor/editor-elements": "3.33.0-107",
47
+ "@elementor/editor-panels": "3.33.0-107",
48
+ "@elementor/editor-props": "3.33.0-107",
49
+ "@elementor/editor-responsive": "3.33.0-107",
50
+ "@elementor/editor-styles": "3.33.0-107",
51
+ "@elementor/editor-styles-repository": "3.33.0-107",
52
+ "@elementor/editor-ui": "3.33.0-107",
53
+ "@elementor/editor-v1-adapters": "3.33.0-107",
54
54
  "@elementor/icons": "1.46.0",
55
- "@elementor/locations": "3.33.0-106",
56
- "@elementor/menus": "3.33.0-106",
57
- "@elementor/schema": "3.33.0-106",
58
- "@elementor/session": "3.33.0-106",
55
+ "@elementor/locations": "3.33.0-107",
56
+ "@elementor/menus": "3.33.0-107",
57
+ "@elementor/schema": "3.33.0-107",
58
+ "@elementor/session": "3.33.0-107",
59
59
  "@elementor/ui": "1.36.12",
60
- "@elementor/utils": "3.33.0-106",
61
- "@elementor/wp-media": "3.33.0-106",
60
+ "@elementor/utils": "3.33.0-107",
61
+ "@elementor/wp-media": "3.33.0-107",
62
62
  "@wordpress/i18n": "^5.13.0"
63
63
  },
64
64
  "peerDependencies": {