@redneckz/wildless-cms-uni-blocks 0.14.978 → 0.14.979
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 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/retail/api/createUserTaskDebit.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/getLeadFormTaskData.js +1 -1
- package/dist/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/dist/retail/api/createUserTaskDebit.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/getLeadFormTaskData.js +1 -1
- package/lib/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/lib/retail/api/createUserTaskDebit.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/retail/api/createUserTaskDebit.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/mobile/dist/retail/api/createUserTaskDebit.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.js +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/mobile/lib/retail/api/createUserTaskDebit.d.ts +1 -1
- package/mobile/src/components/ApplicationLeadForm/getLeadFormTaskData.ts +1 -1
- package/mobile/src/retail/api/createUserTaskDebit.ts +1 -1
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/getLeadFormTaskData.ts +1 -1
- package/src/retail/api/createUserTaskDebit.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -6707,8 +6707,8 @@
|
|
|
6707
6707
|
},
|
|
6708
6708
|
],
|
|
6709
6709
|
marketingInfo,
|
|
6710
|
+
claimChannelCode,
|
|
6710
6711
|
},
|
|
6711
|
-
claimChannelCode,
|
|
6712
6712
|
};
|
|
6713
6713
|
};
|
|
6714
6714
|
const getTaskSource = (source) => {
|
|
@@ -13117,7 +13117,7 @@
|
|
|
13117
13117
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
13118
13118
|
});
|
|
13119
13119
|
|
|
13120
|
-
const packageVersion = "0.14.
|
|
13120
|
+
const packageVersion = "0.14.978";
|
|
13121
13121
|
|
|
13122
13122
|
exports.Blocks = Blocks;
|
|
13123
13123
|
exports.ContentPage = ContentPage;
|