@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/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +24 -24
- package/src/components/css-classes/css-class-menu.tsx +3 -0
package/dist/index.js
CHANGED
|
@@ -1040,6 +1040,9 @@ function ClassStatesMenu({ closeMenu }) {
|
|
|
1040
1040
|
var CLASS_STATES_MAP = {
|
|
1041
1041
|
selected: {
|
|
1042
1042
|
label: (0, import_i18n4.__)("selected", "elementor")
|
|
1043
|
+
},
|
|
1044
|
+
disabled: {
|
|
1045
|
+
label: (0, import_i18n4.__)("disabled", "elementor")
|
|
1043
1046
|
}
|
|
1044
1047
|
};
|
|
1045
1048
|
function useElementStates() {
|