@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.js
CHANGED
|
@@ -468,11 +468,11 @@ function useNavigateBack() {
|
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
// src/utils/tracking.ts
|
|
471
|
-
var
|
|
471
|
+
var import_events = require("@elementor/events");
|
|
472
472
|
var import_store7 = require("@elementor/store");
|
|
473
473
|
var FEATURE_NAME = "Components";
|
|
474
474
|
var trackComponentEvent = ({ action, source, ...data }) => {
|
|
475
|
-
const { dispatchEvent, config } = (0,
|
|
475
|
+
const { dispatchEvent, config } = (0, import_events.getMixpanel)();
|
|
476
476
|
if (!config?.names?.components?.[action]) {
|
|
477
477
|
return;
|
|
478
478
|
}
|