@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.
- package/bundle/bundle.umd.js +2 -4
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/hooks/useAspects/aspects/getAspectsWithInclude.js +1 -3
- package/dist/hooks/useAspects/aspects/getAspectsWithInclude.js.map +1 -1
- package/lib/hooks/useAspects/aspects/getAspectsWithInclude.js +1 -3
- package/lib/hooks/useAspects/aspects/getAspectsWithInclude.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -4
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/hooks/useAspects/aspects/getAspectsWithInclude.js +1 -3
- package/mobile/dist/hooks/useAspects/aspects/getAspectsWithInclude.js.map +1 -1
- package/mobile/lib/hooks/useAspects/aspects/getAspectsWithInclude.js +1 -3
- package/mobile/lib/hooks/useAspects/aspects/getAspectsWithInclude.js.map +1 -1
- package/mobile/src/hooks/useAspects/aspects/getAspectsWithInclude.tsx +1 -4
- package/package.json +1 -1
- package/src/hooks/useAspects/aspects/getAspectsWithInclude.tsx +1 -4
package/bundle/bundle.umd.js
CHANGED
|
@@ -5627,9 +5627,7 @@
|
|
|
5627
5627
|
|
|
5628
5628
|
const getAspectsWithInclude = (data, include) => data?.map(({ aspectName, params }) => ({
|
|
5629
5629
|
aspectName,
|
|
5630
|
-
params: aspectName === '
|
|
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.
|
|
11286
|
+
const packageVersion = "0.14.793";
|
|
11289
11287
|
|
|
11290
11288
|
exports.Blocks = Blocks;
|
|
11291
11289
|
exports.ContentPage = ContentPage;
|