@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.
- package/bundle/bundle.umd.js +3 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/DepositFiltration/DepositFiltration.js +1 -1
- package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
- package/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
- package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
- package/lib/components/DepositFiltration/DepositFiltration.js +1 -1
- package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
- package/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
- package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +3 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/DepositFiltration/DepositFiltration.js +1 -1
- package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
- package/mobile/lib/components/DepositFiltration/DepositFiltration.js +1 -1
- package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
- package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
- package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
- package/package.json +1 -1
- package/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
- package/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -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: ['
|
|
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: ['
|
|
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.
|
|
6010
|
+
const packageVersion = "0.14.169";
|
|
6011
6011
|
|
|
6012
6012
|
exports.Blocks = Blocks;
|
|
6013
6013
|
exports.ContentPage = ContentPage;
|