@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.
- package/bundle/bundle.umd.js +5 -5
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
- package/dist/components/DebitForm/utils.js +2 -2
- package/dist/components/DebitForm/utils.js.map +1 -1
- package/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
- package/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -2
- package/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/lib/components/DebitForm/utils.js +2 -2
- package/lib/components/DebitForm/utils.js.map +1 -1
- package/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
- package/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -2
- package/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +5 -5
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
- package/mobile/dist/components/DebitForm/utils.js +2 -2
- package/mobile/dist/components/DebitForm/utils.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
- package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js +2 -2
- package/mobile/dist/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/mobile/lib/components/DebitForm/utils.js +2 -2
- package/mobile/lib/components/DebitForm/utils.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.d.ts +2 -2
- package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js +2 -2
- package/mobile/lib/retail/components/DraftDialog/creditProgramCodes.js.map +1 -1
- package/mobile/src/components/DebitForm/utils.ts +2 -2
- package/mobile/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -2
- package/package.json +1 -1
- package/src/components/DebitForm/utils.ts +2 -2
- package/src/retail/components/DraftDialog/creditProgramCodes.ts +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -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: '
|
|
6042
|
-
49: '
|
|
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
|
-
|
|
7263
|
-
|
|
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.
|
|
14911
|
+
const packageVersion = "0.14.1074";
|
|
14912
14912
|
|
|
14913
14913
|
exports.Blocks = Blocks;
|
|
14914
14914
|
exports.ContentPage = ContentPage;
|