@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.
- package/bundle/bundle.umd.js +5 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/FormField/Fields/AcquiringField.js +4 -0
- package/dist/ui-kit/FormField/Fields/AcquiringField.js.map +1 -1
- package/lib/ui-kit/FormField/Fields/AcquiringField.js +4 -0
- package/lib/ui-kit/FormField/Fields/AcquiringField.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +5 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/AcquiringField.js +4 -0
- package/mobile/dist/ui-kit/FormField/Fields/AcquiringField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/AcquiringField.js +4 -0
- package/mobile/lib/ui-kit/FormField/Fields/AcquiringField.js.map +1 -1
- package/mobile/src/ui-kit/FormField/Fields/AcquiringField.tsx +4 -0
- package/package.json +1 -1
- package/src/ui-kit/FormField/Fields/AcquiringField.tsx +4 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -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.
|
|
11595
|
+
const packageVersion = "0.14.819";
|
|
11592
11596
|
|
|
11593
11597
|
exports.Blocks = Blocks;
|
|
11594
11598
|
exports.ContentPage = ContentPage;
|