@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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/transition-control/data.ts +2 -4
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
|
-
|
|
5817
|
-
if (!hasProInstalled) {
|
|
5816
|
+
if (!(0, import_utils6.hasProInstalled)()) {
|
|
5818
5817
|
return false;
|
|
5819
5818
|
}
|
|
5820
5819
|
const proVersion = window.elementorPro?.config?.version;
|