@redneckz/wildless-cms-uni-blocks 0.14.467 → 0.14.468

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.
@@ -6122,7 +6122,6 @@
6122
6122
  })) })] }));
6123
6123
  }, {
6124
6124
  slots: ({ tabs }) => tabs?.filter((_) => _.type === 'group').map(getSlotName) || [],
6125
- childrenTypes: { exclude: ['TabsLayout'] }, // TODO: fix this on wcms
6126
6125
  });
6127
6126
  const getSlotName = (tab, index) => tab?.text || `Слот №${index}`;
6128
6127
  const getInitSelectedIndex = (tabs, paramsId) => paramsId
@@ -6559,7 +6558,7 @@
6559
6558
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6560
6559
  });
6561
6560
 
6562
- const packageVersion = "0.14.466";
6561
+ const packageVersion = "0.14.467";
6563
6562
 
6564
6563
  exports.Blocks = Blocks;
6565
6564
  exports.ContentPage = ContentPage;