@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.
@@ -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.762";
10508
+ const packageVersion = "0.14.763";
10517
10509
 
10518
10510
  exports.Blocks = Blocks;
10519
10511
  exports.ContentPage = ContentPage;