@redneckz/wildless-cms-uni-blocks 0.14.809 → 0.14.810

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.
@@ -44,8 +44,6 @@ export interface CalculatorDepositParamsViewSettings {
44
44
  isShowWithdrawn?: boolean;
45
45
  /** @title Новый клиент */
46
46
  isShowNewClient?: boolean;
47
- /** @title Новый клиент */
48
- isShowExtraPercent?: boolean;
49
47
  }
50
48
  export interface CommonDepositParams {
51
49
  /** @title Возможность пополнять */
@@ -44,8 +44,6 @@ export interface CalculatorDepositParamsViewSettings {
44
44
  isShowWithdrawn?: boolean;
45
45
  /** @title Новый клиент */
46
46
  isShowNewClient?: boolean;
47
- /** @title Новый клиент */
48
- isShowExtraPercent?: boolean;
49
47
  }
50
48
  export interface CommonDepositParams {
51
49
  /** @title Возможность пополнять */
@@ -44,8 +44,6 @@ export interface CalculatorDepositParamsViewSettings {
44
44
  isShowWithdrawn?: boolean;
45
45
  /** @title Новый клиент */
46
46
  isShowNewClient?: boolean;
47
- /** @title Новый клиент */
48
- isShowExtraPercent?: boolean;
49
47
  }
50
48
  export interface CommonDepositParams {
51
49
  /** @title Возможность пополнять */
@@ -10752,7 +10752,7 @@
10752
10752
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10753
10753
  });
10754
10754
 
10755
- const packageVersion = "0.14.808";
10755
+ const packageVersion = "0.14.809";
10756
10756
 
10757
10757
  exports.Blocks = Blocks;
10758
10758
  exports.ContentPage = ContentPage;