@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.js CHANGED
@@ -401,9 +401,7 @@ var track = (data) => {
401
401
  try {
402
402
  dispatchEvent?.(name, {
403
403
  event,
404
- properties: {
405
- ...eventData
406
- }
404
+ ...eventData
407
405
  });
408
406
  } catch (error) {
409
407
  throw new GlobalClassTrackingError({ cause: error });