@elementor/editor-global-classes 3.35.0-336 → 3.35.0-337

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.mjs CHANGED
@@ -381,9 +381,7 @@ var track = (data) => {
381
381
  try {
382
382
  dispatchEvent?.(name, {
383
383
  event,
384
- properties: {
385
- ...eventData
386
- }
384
+ ...eventData
387
385
  });
388
386
  } catch (error) {
389
387
  throw new GlobalClassTrackingError({ cause: error });