@elementor/editor-components 3.35.0 → 3.35.1

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