@elementor/editor-components 4.0.0-540 → 4.0.0-542

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