@redneckz/wildless-cms-uni-blocks 0.14.819 → 0.14.820

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.
@@ -1407,6 +1407,10 @@
1407
1407
  text: 'Интернет-эквайринг',
1408
1408
  key: 'internet',
1409
1409
  },
1410
+ {
1411
+ text: 'SoftPOS',
1412
+ key: 'softpos',
1413
+ },
1410
1414
  {
1411
1415
  text: 'Все виды эквайринга',
1412
1416
  key: 'all',
@@ -11588,7 +11592,7 @@
11588
11592
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
11589
11593
  });
11590
11594
 
11591
- const packageVersion = "0.14.818";
11595
+ const packageVersion = "0.14.819";
11592
11596
 
11593
11597
  exports.Blocks = Blocks;
11594
11598
  exports.ContentPage = ContentPage;