@salesgenterp/ui-components 0.4.394 → 0.4.396
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/dist/index.js +11 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1232,7 +1232,8 @@ var getAuthorizeDotNetCreditCards = function getAuthorizeDotNetCreditCards(_ref4
|
|
|
1232
1232
|
return Promise.resolve(API({
|
|
1233
1233
|
apiEndPoint: apiEndPoint,
|
|
1234
1234
|
token: token,
|
|
1235
|
-
url: "/ecommerce/authoriseDotNet/customerProfile?customerId=" + customerId
|
|
1235
|
+
url: "/ecommerce/authoriseDotNet/customerProfile?customerId=" + customerId,
|
|
1236
|
+
hideErrorMessage: true
|
|
1236
1237
|
}));
|
|
1237
1238
|
} catch (e) {
|
|
1238
1239
|
return Promise.reject(e);
|
|
@@ -4896,7 +4897,10 @@ var LandingCarousel = function LandingCarousel(_ref) {
|
|
|
4896
4897
|
slidesToShow: 9,
|
|
4897
4898
|
slidesToScroll: 1,
|
|
4898
4899
|
swipeToSlide: true,
|
|
4899
|
-
autoplay:
|
|
4900
|
+
autoplay: {
|
|
4901
|
+
delay: 5000,
|
|
4902
|
+
disableOnInteraction: true
|
|
4903
|
+
},
|
|
4900
4904
|
arrows: true,
|
|
4901
4905
|
pauseOnHover: false,
|
|
4902
4906
|
prevArrow: /*#__PURE__*/React__default.createElement(ai.AiOutlineLeft, null),
|
|
@@ -7799,10 +7803,13 @@ var LandingCarousel$1 = function LandingCarousel(_ref) {
|
|
|
7799
7803
|
var settings = {
|
|
7800
7804
|
dots: true,
|
|
7801
7805
|
infinite: true,
|
|
7802
|
-
speed:
|
|
7806
|
+
speed: 1000,
|
|
7803
7807
|
slidesToShow: 12 / ((_config$colLg = config === null || config === void 0 ? void 0 : config.colLg) != null ? _config$colLg : 12),
|
|
7804
7808
|
slidesToScroll: 1,
|
|
7805
|
-
autoplay:
|
|
7809
|
+
autoplay: {
|
|
7810
|
+
delay: (config === null || config === void 0 ? void 0 : config.sliderTimeDuration) || 5000,
|
|
7811
|
+
disableOnInteraction: true
|
|
7812
|
+
},
|
|
7806
7813
|
arrows: true,
|
|
7807
7814
|
pauseOnHover: false,
|
|
7808
7815
|
prevArrow: /*#__PURE__*/React__default.createElement(ai.AiOutlineLeft, null),
|