@redneckz/wildless-cms-uni-blocks 0.14.168 → 0.14.170

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.
Files changed (25) hide show
  1. package/bundle/bundle.umd.js +3 -3
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  4. package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  5. package/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  6. package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  7. package/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  8. package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  9. package/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  10. package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  11. package/mobile/bundle/bundle.umd.js +3 -3
  12. package/mobile/bundle/bundle.umd.min.js +1 -1
  13. package/mobile/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  14. package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  15. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  16. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  17. package/mobile/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  18. package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  19. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  20. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  21. package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
  22. package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
  23. package/package.json +1 -1
  24. package/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
  25. package/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
@@ -3566,7 +3566,7 @@
3566
3566
  }) }), jsx(InputRange, { title: periodInput?.title, items: ['От 3 мес', 'До 5 лет'], list: months, ...field('period') })] }));
3567
3567
  return (jsxs(BlockWrapper, { className: style('space-y-2xs', className), defaultPadding: "p-0", version: "transparent", ...rest, children: [renderFiltrationForm$1({ field, reset, filtrationSchema, resetButton, children: Inputs }), jsx(BaseFiltrationInner, { blocksToRender: blocksToRender, ...rest })] }));
3568
3568
  }, {
3569
- childrenTypes: ['ProductTile'],
3569
+ childrenTypes: ['ProductBlock'],
3570
3570
  childSchema: (content) => ({
3571
3571
  ...(content?.filtrationSchema || {}),
3572
3572
  sourceBook: {
@@ -4732,7 +4732,7 @@
4732
4732
  });
4733
4733
  return (jsxs(BlockWrapper, { className: style('space-y-2xs', className), defaultPadding: "p-0", version: "transparent", ...rest, children: [jsx(TabsControl, { ...tabsControlProps }), renderFiltrationForm$1({ field, reset, filtrationSchema, resetButton }), jsx(BaseFiltrationInner, { blocksToRender: blocksToRender, ...rest })] }));
4734
4734
  }, {
4735
- childrenTypes: ['ProductTile'],
4735
+ childrenTypes: ['ProductBlock'],
4736
4736
  childSchema: (content) => content?.filtrationSchema || {},
4737
4737
  });
4738
4738
 
@@ -6007,7 +6007,7 @@
6007
6007
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6008
6008
  });
6009
6009
 
6010
- const packageVersion = "0.14.167";
6010
+ const packageVersion = "0.14.169";
6011
6011
 
6012
6012
  exports.Blocks = Blocks;
6013
6013
  exports.ContentPage = ContentPage;