@redneckz/wildless-cms-uni-blocks 0.14.763 → 0.14.764
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 +1 -9
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/services/retail/content.js +0 -8
- package/dist/services/retail/content.js.map +1 -1
- package/lib/services/retail/content.js +0 -8
- package/lib/services/retail/content.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -9
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/services/retail/content.js +0 -8
- package/mobile/dist/services/retail/content.js.map +1 -1
- package/mobile/lib/services/retail/content.js +0 -8
- package/mobile/lib/services/retail/content.js.map +1 -1
- package/mobile/src/services/retail/content.tsx +0 -8
- package/package.json +1 -1
- package/src/services/retail/content.tsx +0 -8
package/bundle/bundle.umd.js
CHANGED
|
@@ -7734,14 +7734,6 @@
|
|
|
7734
7734
|
},
|
|
7735
7735
|
];
|
|
7736
7736
|
const DELIVERY_CREDIT_CARD_CONTENT = [
|
|
7737
|
-
{
|
|
7738
|
-
title: 'Способ получения',
|
|
7739
|
-
columns: 1,
|
|
7740
|
-
inputs: [],
|
|
7741
|
-
},
|
|
7742
|
-
{
|
|
7743
|
-
inputs: [{ name: 'methodObtain' }],
|
|
7744
|
-
},
|
|
7745
7737
|
{
|
|
7746
7738
|
title: 'Адрес',
|
|
7747
7739
|
columns: 1,
|
|
@@ -10513,7 +10505,7 @@
|
|
|
10513
10505
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10514
10506
|
});
|
|
10515
10507
|
|
|
10516
|
-
const packageVersion = "0.14.
|
|
10508
|
+
const packageVersion = "0.14.763";
|
|
10517
10509
|
|
|
10518
10510
|
exports.Blocks = Blocks;
|
|
10519
10511
|
exports.ContentPage = ContentPage;
|