@redneckz/wildless-cms-uni-blocks 0.14.1074 → 0.14.1075

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 (31) hide show
  1. package/bundle/bundle.umd.js +5 -5
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
  4. package/dist/components/DebitForm/utils.js +2 -2
  5. package/dist/components/DebitForm/utils.js.map +1 -1
  6. package/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
  7. package/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -2
  8. package/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  9. package/lib/components/DebitForm/utils.js +2 -2
  10. package/lib/components/DebitForm/utils.js.map +1 -1
  11. package/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
  12. package/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -2
  13. package/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  14. package/mobile/bundle/bundle.umd.js +5 -5
  15. package/mobile/bundle/bundle.umd.min.js +1 -1
  16. package/mobile/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
  17. package/mobile/dist/components/DebitForm/utils.js +2 -2
  18. package/mobile/dist/components/DebitForm/utils.js.map +1 -1
  19. package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
  20. package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -2
  21. package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  22. package/mobile/lib/components/DebitForm/utils.js +2 -2
  23. package/mobile/lib/components/DebitForm/utils.js.map +1 -1
  24. package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
  25. package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -2
  26. package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
  27. package/mobile/src/components/DebitForm/utils.ts +2 -2
  28. package/mobile/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -2
  29. package/package.json +1 -1
  30. package/src/components/DebitForm/utils.ts +2 -2
  31. package/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -2
@@ -6038,8 +6038,8 @@
6038
6038
  44: 'appetit_debit_card',
6039
6039
  46: 'owner_debit_card_plus',
6040
6040
  47: 'owner_debit_card_pens_plus',
6041
- 48: 'penzamolinvest_debit_card',
6042
- 49: 'novye_fermi_debit_card',
6041
+ 48: 'salary_debit_card_48',
6042
+ 49: 'salary_debit_card_49',
6043
6043
  };
6044
6044
 
6045
6045
  const RUBLE = [{ id: '810', text: 'Рубли' }];
@@ -7259,8 +7259,8 @@
7259
7259
  appetit_debit_card: '44',
7260
7260
  owner_debit_card_plus: '46',
7261
7261
  owner_debit_card_pens_plus: '47',
7262
- penzamolinvest_debit_card: '48',
7263
- novye_fermi_debit_card: '49',
7262
+ salary_debit_card_48: '48',
7263
+ salary_debit_card_49: '49',
7264
7264
  };
7265
7265
  const cardCodesToProgrammIdMap = {
7266
7266
  amur_card: '14',
@@ -14908,7 +14908,7 @@
14908
14908
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14909
14909
  });
14910
14910
 
14911
- const packageVersion = "0.14.1073";
14911
+ const packageVersion = "0.14.1074";
14912
14912
 
14913
14913
  exports.Blocks = Blocks;
14914
14914
  exports.ContentPage = ContentPage;