@elementor/editor-editing-panel 4.3.0-964 → 4.3.0-966

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.mjs CHANGED
@@ -992,6 +992,9 @@ function ClassStatesMenu({ closeMenu }) {
992
992
  var CLASS_STATES_MAP = {
993
993
  selected: {
994
994
  label: __4("selected", "elementor")
995
+ },
996
+ disabled: {
997
+ label: __4("disabled", "elementor")
995
998
  }
996
999
  };
997
1000
  function useElementStates() {