tabexseriescomponents 0.2.970 → 0.2.972
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.cjs.js +5 -5
- package/dist/index.esm.js +5 -5
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -76844,7 +76844,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
76844
76844
|
}
|
|
76845
76845
|
}, /*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Slide, _extends__default["default"]({}, Slideshowsettings, {
|
|
76846
76846
|
transitionDuration: 1500,
|
|
76847
|
-
duration: sectionproperties.
|
|
76847
|
+
duration: sectionproperties.transitionduration,
|
|
76848
76848
|
arrow: true,
|
|
76849
76849
|
easing: "ease"
|
|
76850
76850
|
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
@@ -77311,7 +77311,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
77311
77311
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
77312
77312
|
}
|
|
77313
77313
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
77314
|
-
"class": ' p-0 align-items-center d-flex d-md-none ',
|
|
77314
|
+
"class": ' p-0 align-items-center d-flex d-md-none justify-content-center ',
|
|
77315
77315
|
key: index,
|
|
77316
77316
|
style: {
|
|
77317
77317
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
@@ -77349,7 +77349,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
77349
77349
|
height: '100%'
|
|
77350
77350
|
}
|
|
77351
77351
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
77352
|
-
"class": ' p-0 align-items-center d-none d-md-flex ',
|
|
77352
|
+
"class": ' p-0 align-items-center d-none d-md-flex justify-content-center ',
|
|
77353
77353
|
key: index,
|
|
77354
77354
|
style: {
|
|
77355
77355
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
@@ -89896,9 +89896,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
89896
89896
|
}
|
|
89897
89897
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89898
89898
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 ASUL ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 '
|
|
89899
|
-
}, langdetect == 'en' ?
|
|
89899
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89900
89900
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productSalePricestyles) + ' ASUL linethrough m-0 p-0 mr-2 ml-2 font-md-15 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 p-0 mr-2 ml-2 font-md-15 '
|
|
89901
|
-
}, langdetect == 'en' ?
|
|
89901
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
89902
89902
|
};
|
|
89903
89903
|
|
|
89904
89904
|
var css_248z$3 = ".Productcard6-module_productcard__Vx7dM {\r\n position: relative;\r\n cursor: pointer;\r\n transition: 0.3s !important;\r\n}\r\n\r\n.Productcard6-module_addbtn__x6bMd:hover {\r\n transition: 0.3s;\r\n}\r\n";
|
package/dist/index.esm.js
CHANGED
|
@@ -76793,7 +76793,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
76793
76793
|
}
|
|
76794
76794
|
}, /*#__PURE__*/React.createElement(Slide, _extends({}, Slideshowsettings, {
|
|
76795
76795
|
transitionDuration: 1500,
|
|
76796
|
-
duration: sectionproperties.
|
|
76796
|
+
duration: sectionproperties.transitionduration,
|
|
76797
76797
|
arrow: true,
|
|
76798
76798
|
easing: "ease"
|
|
76799
76799
|
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
@@ -77260,7 +77260,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
77260
77260
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
77261
77261
|
}
|
|
77262
77262
|
}, /*#__PURE__*/React.createElement("div", {
|
|
77263
|
-
"class": ' p-0 align-items-center d-flex d-md-none ',
|
|
77263
|
+
"class": ' p-0 align-items-center d-flex d-md-none justify-content-center ',
|
|
77264
77264
|
key: index,
|
|
77265
77265
|
style: {
|
|
77266
77266
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
@@ -77298,7 +77298,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
77298
77298
|
height: '100%'
|
|
77299
77299
|
}
|
|
77300
77300
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React.createElement("div", {
|
|
77301
|
-
"class": ' p-0 align-items-center d-none d-md-flex ',
|
|
77301
|
+
"class": ' p-0 align-items-center d-none d-md-flex justify-content-center ',
|
|
77302
77302
|
key: index,
|
|
77303
77303
|
style: {
|
|
77304
77304
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
@@ -89845,9 +89845,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
89845
89845
|
}
|
|
89846
89846
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
89847
89847
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 ASUL ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 '
|
|
89848
|
-
}, langdetect == 'en' ?
|
|
89848
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("p", {
|
|
89849
89849
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productSalePricestyles) + ' ASUL linethrough m-0 p-0 mr-2 ml-2 font-md-15 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 p-0 mr-2 ml-2 font-md-15 '
|
|
89850
|
-
}, langdetect == 'en' ?
|
|
89850
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
89851
89851
|
};
|
|
89852
89852
|
|
|
89853
89853
|
var css_248z$3 = ".Productcard6-module_productcard__Vx7dM {\r\n position: relative;\r\n cursor: pointer;\r\n transition: 0.3s !important;\r\n}\r\n\r\n.Productcard6-module_addbtn__x6bMd:hover {\r\n transition: 0.3s;\r\n}\r\n";
|
package/dist/index.umd.js
CHANGED
|
@@ -76653,7 +76653,7 @@
|
|
|
76653
76653
|
}
|
|
76654
76654
|
}, /*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Slide, _extends__default["default"]({}, Slideshowsettings, {
|
|
76655
76655
|
transitionDuration: 1500,
|
|
76656
|
-
duration: sectionproperties.
|
|
76656
|
+
duration: sectionproperties.transitionduration,
|
|
76657
76657
|
arrow: true,
|
|
76658
76658
|
easing: "ease"
|
|
76659
76659
|
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
@@ -77120,7 +77120,7 @@
|
|
|
77120
77120
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
77121
77121
|
}
|
|
77122
77122
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
77123
|
-
"class": ' p-0 align-items-center d-flex d-md-none ',
|
|
77123
|
+
"class": ' p-0 align-items-center d-flex d-md-none justify-content-center ',
|
|
77124
77124
|
key: index,
|
|
77125
77125
|
style: {
|
|
77126
77126
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
@@ -77158,7 +77158,7 @@
|
|
|
77158
77158
|
height: '100%'
|
|
77159
77159
|
}
|
|
77160
77160
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
77161
|
-
"class": ' p-0 align-items-center d-none d-md-flex ',
|
|
77161
|
+
"class": ' p-0 align-items-center d-none d-md-flex justify-content-center ',
|
|
77162
77162
|
key: index,
|
|
77163
77163
|
style: {
|
|
77164
77164
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
@@ -89705,9 +89705,9 @@
|
|
|
89705
89705
|
}
|
|
89706
89706
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89707
89707
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 ASUL ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 p-0 font-md-15 '
|
|
89708
|
-
}, langdetect == 'en' ?
|
|
89708
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
89709
89709
|
"class": props.fontFamilyprops == 'ASUL' ? "".concat(card_cssstyles.productSalePricestyles) + ' ASUL linethrough m-0 p-0 mr-2 ml-2 font-md-15 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 p-0 mr-2 ml-2 font-md-15 '
|
|
89710
|
-
}, langdetect == 'en' ?
|
|
89710
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)))));
|
|
89711
89711
|
};
|
|
89712
89712
|
|
|
89713
89713
|
var css_248z$3 = ".Productcard6-module_productcard__Vx7dM {\r\n position: relative;\r\n cursor: pointer;\r\n transition: 0.3s !important;\r\n}\r\n\r\n.Productcard6-module_addbtn__x6bMd:hover {\r\n transition: 0.3s;\r\n}\r\n";
|