@redneckz/wildless-cms-uni-blocks 0.14.192 → 0.14.193

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.
@@ -2153,7 +2153,7 @@
2153
2153
  };
2154
2154
  const DEFAULT_DEPOSIT_CALCULATOR_PARAMS = {
2155
2155
  minSum: 50000,
2156
- maxSum: 5000000,
2156
+ maxSum: 100000001,
2157
2157
  minMonths: 2,
2158
2158
  maxMonths: 10,
2159
2159
  rate: 0,
@@ -2162,7 +2162,7 @@
2162
2162
  };
2163
2163
  const DEFAULT_BUSINESS_DEPOSIT_CALCULATOR_PARAMS = {
2164
2164
  minSum: 1000,
2165
- maxSum: 500000,
2165
+ maxSum: 100000001,
2166
2166
  minDays: BUSINESS_MIN_DAYS,
2167
2167
  maxDays: BUSINESS_MAX_DAYS,
2168
2168
  rate: 0,
@@ -6033,7 +6033,7 @@
6033
6033
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6034
6034
  });
6035
6035
 
6036
- const packageVersion = "0.14.191";
6036
+ const packageVersion = "0.14.192";
6037
6037
 
6038
6038
  exports.Blocks = Blocks;
6039
6039
  exports.ContentPage = ContentPage;