@elementor/editor-editing-panel 4.3.0-963 → 4.3.0-965

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.3.0-963",
3
+ "version": "4.3.0-965",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,31 +39,31 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "4.3.0-963",
43
- "@elementor/editor-canvas": "4.3.0-963",
44
- "@elementor/editor-controls": "4.3.0-963",
45
- "@elementor/editor-documents": "4.3.0-963",
46
- "@elementor/editor-elements": "4.3.0-963",
47
- "@elementor/editor-interactions": "4.3.0-963",
48
- "@elementor/editor-notifications": "4.3.0-963",
49
- "@elementor/editor-panels": "4.3.0-963",
50
- "@elementor/editor-props": "4.3.0-963",
51
- "@elementor/editor-responsive": "4.3.0-963",
52
- "@elementor/editor-styles": "4.3.0-963",
53
- "@elementor/editor-styles-repository": "4.3.0-963",
54
- "@elementor/editor-ui": "4.3.0-963",
55
- "@elementor/editor-v1-adapters": "4.3.0-963",
56
- "@elementor/http-client": "4.3.0-963",
42
+ "@elementor/editor": "4.3.0-965",
43
+ "@elementor/editor-canvas": "4.3.0-965",
44
+ "@elementor/editor-controls": "4.3.0-965",
45
+ "@elementor/editor-documents": "4.3.0-965",
46
+ "@elementor/editor-elements": "4.3.0-965",
47
+ "@elementor/editor-interactions": "4.3.0-965",
48
+ "@elementor/editor-notifications": "4.3.0-965",
49
+ "@elementor/editor-panels": "4.3.0-965",
50
+ "@elementor/editor-props": "4.3.0-965",
51
+ "@elementor/editor-responsive": "4.3.0-965",
52
+ "@elementor/editor-styles": "4.3.0-965",
53
+ "@elementor/editor-styles-repository": "4.3.0-965",
54
+ "@elementor/editor-ui": "4.3.0-965",
55
+ "@elementor/editor-v1-adapters": "4.3.0-965",
56
+ "@elementor/http-client": "4.3.0-965",
57
57
  "@elementor/icons": "~1.75.1",
58
- "@elementor/editor-variables": "4.3.0-963",
59
- "@elementor/locations": "4.3.0-963",
60
- "@elementor/menus": "4.3.0-963",
61
- "@elementor/query": "4.3.0-963",
62
- "@elementor/schema": "4.3.0-963",
63
- "@elementor/session": "4.3.0-963",
58
+ "@elementor/editor-variables": "4.3.0-965",
59
+ "@elementor/locations": "4.3.0-965",
60
+ "@elementor/menus": "4.3.0-965",
61
+ "@elementor/query": "4.3.0-965",
62
+ "@elementor/schema": "4.3.0-965",
63
+ "@elementor/session": "4.3.0-965",
64
64
  "@elementor/ui": "1.37.5",
65
- "@elementor/utils": "4.3.0-963",
66
- "@elementor/wp-media": "4.3.0-963",
65
+ "@elementor/utils": "4.3.0-965",
66
+ "@elementor/wp-media": "4.3.0-965",
67
67
  "@wordpress/i18n": "^5.13.0"
68
68
  },
69
69
  "peerDependencies": {
@@ -134,6 +134,9 @@ const CLASS_STATES_MAP: Record< string, { label: string } > = {
134
134
  selected: {
135
135
  label: __( 'selected', 'elementor' ),
136
136
  },
137
+ disabled: {
138
+ label: __( 'disabled', 'elementor' ),
139
+ },
137
140
  };
138
141
 
139
142
  export function useElementStates() {