@elementor/editor-app-bar 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 CHANGED
@@ -427,9 +427,9 @@ var React17 = __toESM(require("react"));
427
427
  var import_react3 = require("react");
428
428
  var import_editor_ui = require("@elementor/editor-ui");
429
429
  var import_editor_v1_adapters = require("@elementor/editor-v1-adapters");
430
+ var import_events = require("@elementor/events");
430
431
  var import_http_client = require("@elementor/http-client");
431
432
  var import_icons4 = require("@elementor/icons");
432
- var import_mixpanel = require("@elementor/mixpanel");
433
433
  var import_ui10 = require("@elementor/ui");
434
434
  var import_i18n4 = require("@wordpress/i18n");
435
435
 
@@ -450,7 +450,7 @@ function SendFeedbackPopupLocation() {
450
450
  const [feedbackContent, setFeedbackContent] = (0, import_react3.useState)("");
451
451
  const [feedbackResult, setFeedbackResult] = (0, import_react3.useState)(null);
452
452
  const [submitDisabled, setSubmitDisabled] = (0, import_react3.useState)(true);
453
- const { dispatchEvent: trackEvent = (...args) => void args } = (0, import_mixpanel.useMixpanel)();
453
+ const { dispatchEvent: trackEvent = (...args) => void args } = (0, import_events.useMixpanel)();
454
454
  const popupState = (0, import_ui10.usePopupState)({
455
455
  variant: "dialog",
456
456
  popupId: FEEDBACK_TOGGLE_EVENT