@elementor/editor-components 3.35.0 → 3.35.2
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -22
- package/src/utils/tracking.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -445,7 +445,7 @@ function useNavigateBack() {
|
|
|
445
445
|
}
|
|
446
446
|
|
|
447
447
|
// src/utils/tracking.ts
|
|
448
|
-
import { getMixpanel } from "@elementor/
|
|
448
|
+
import { getMixpanel } from "@elementor/events";
|
|
449
449
|
import { __getState as getState2 } from "@elementor/store";
|
|
450
450
|
var FEATURE_NAME = "Components";
|
|
451
451
|
var trackComponentEvent = ({ action, source, ...data }) => {
|