@redneckz/wildless-cms-uni-blocks 0.14.300 → 0.14.301

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.
@@ -2407,7 +2407,7 @@
2407
2407
  childrenTypes: ['CarouselTariffsCard'],
2408
2408
  childSchema: (content) => ({
2409
2409
  ...content?.filtrationSchema,
2410
- ...(content?.consumerField ? { consumerField: content?.consumerField } : {}),
2410
+ ...(content?.consumerField ? { consumer: content?.consumerField } : {}),
2411
2411
  }),
2412
2412
  });
2413
2413
  const stringArrayToOptions = (stringEnum) => zip(stringEnum.items?.enum || [], stringEnum.items?.enumNames || []).map(([key, text]) => ({
@@ -6205,7 +6205,7 @@
6205
6205
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6206
6206
  });
6207
6207
 
6208
- const packageVersion = "0.14.299";
6208
+ const packageVersion = "0.14.300";
6209
6209
 
6210
6210
  exports.Blocks = Blocks;
6211
6211
  exports.ContentPage = ContentPage;