@redneckz/wildless-cms-uni-blocks 0.14.793 → 0.14.794

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.
@@ -5627,9 +5627,7 @@
5627
5627
 
5628
5628
  const getAspectsWithInclude = (data, include) => data?.map(({ aspectName, params }) => ({
5629
5629
  aspectName,
5630
- params: aspectName === 'mindboxEvent' || aspectName === 'snowplowEvent'
5631
- ? { ...params, eventJson: include }
5632
- : params,
5630
+ params: aspectName === 'snowplowEvent' ? { ...params, eventJSON: include } : params,
5633
5631
  }));
5634
5632
 
5635
5633
  const useSendLeadFormAspects = ({ data }) => {
@@ -11285,7 +11283,7 @@
11285
11283
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11286
11284
  });
11287
11285
 
11288
- const packageVersion = "0.14.792";
11286
+ const packageVersion = "0.14.793";
11289
11287
 
11290
11288
  exports.Blocks = Blocks;
11291
11289
  exports.ContentPage = ContentPage;