@redneckz/wildless-cms-uni-blocks 0.14.719 → 0.14.720
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 +2 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/CreditForm/utils.d.ts +1 -0
- package/dist/components/CreditForm/utils.d.ts +1 -0
- package/dist/components/CreditForm/utils.js +1 -0
- package/dist/components/CreditForm/utils.js.map +1 -1
- package/lib/components/CreditForm/utils.d.ts +1 -0
- package/lib/components/CreditForm/utils.js +1 -0
- package/lib/components/CreditForm/utils.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/CreditForm/utils.d.ts +1 -0
- package/mobile/dist/components/CreditForm/utils.d.ts +1 -0
- package/mobile/dist/components/CreditForm/utils.js +1 -0
- package/mobile/dist/components/CreditForm/utils.js.map +1 -1
- package/mobile/lib/components/CreditForm/utils.d.ts +1 -0
- package/mobile/lib/components/CreditForm/utils.js +1 -0
- package/mobile/lib/components/CreditForm/utils.js.map +1 -1
- package/mobile/src/components/CreditForm/utils.ts +1 -0
- package/package.json +1 -1
- package/src/components/CreditForm/utils.ts +1 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -5019,6 +5019,7 @@
|
|
|
5019
5019
|
addressRegistration: 'REGISTRATION',
|
|
5020
5020
|
addressFact: 'RESIDENTAL',
|
|
5021
5021
|
organizationAddress: 'WORK',
|
|
5022
|
+
addressCourier: 'DELIVERY',
|
|
5022
5023
|
};
|
|
5023
5024
|
const fieldsNamesToIncomeKeysMap = {
|
|
5024
5025
|
incomeAverage: 'INCOME_AVERAGE',
|
|
@@ -10495,7 +10496,7 @@
|
|
|
10495
10496
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10496
10497
|
});
|
|
10497
10498
|
|
|
10498
|
-
const packageVersion = "0.14.
|
|
10499
|
+
const packageVersion = "0.14.719";
|
|
10499
10500
|
|
|
10500
10501
|
exports.Blocks = Blocks;
|
|
10501
10502
|
exports.ContentPage = ContentPage;
|