@elementor/editor-controls 4.0.0-619 → 4.0.0-manual

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 CHANGED
@@ -5813,8 +5813,7 @@ var getIsSiteRtl = () => {
5813
5813
  return !!window.elementorFrontend?.config?.is_rtl;
5814
5814
  };
5815
5815
  var shouldExtendTransitionProperties = () => {
5816
- const hasProInstalled = !!window.elementorPro;
5817
- if (!hasProInstalled) {
5816
+ if (!(0, import_utils6.hasProInstalled)()) {
5818
5817
  return false;
5819
5818
  }
5820
5819
  const proVersion = window.elementorPro?.config?.version;