@redneckz/wildless-cms-uni-blocks 0.14.980 → 0.14.981
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
|
@@ -6720,8 +6720,8 @@
|
|
|
6720
6720
|
},
|
|
6721
6721
|
],
|
|
6722
6722
|
marketingInfo,
|
|
6723
|
-
claimChannelCode,
|
|
6724
6723
|
},
|
|
6724
|
+
claimChannelCode,
|
|
6725
6725
|
};
|
|
6726
6726
|
};
|
|
6727
6727
|
const getTaskSource = (source) => {
|
|
@@ -13130,7 +13130,7 @@
|
|
|
13130
13130
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
13131
13131
|
});
|
|
13132
13132
|
|
|
13133
|
-
const packageVersion = "0.14.
|
|
13133
|
+
const packageVersion = "0.14.980";
|
|
13134
13134
|
|
|
13135
13135
|
exports.Blocks = Blocks;
|
|
13136
13136
|
exports.ContentPage = ContentPage;
|