tabexseriescomponents 0.0.760 → 0.0.763
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 +6 -2
- package/dist/index.esm.js +6 -2
- package/dist/index.umd.js +6 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -11169,7 +11169,7 @@ var Checkout = function Checkout(props) {
|
|
|
11169
11169
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
11170
11170
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11171
11171
|
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
11172
|
-
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue)));
|
|
11172
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue == '#FFFFFF' ? 'White' : variantitem.optionvalue)));
|
|
11173
11173
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
11174
11174
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11175
11175
|
"class": "row m-0 w-100"
|
|
@@ -15202,7 +15202,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
15202
15202
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
15203
15203
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15204
15204
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
15205
|
-
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue))));
|
|
15205
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue == '#FFFFFF' ? 'White' : variantitem.optionvalue))));
|
|
15206
15206
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15207
15207
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
15208
15208
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -61556,6 +61556,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
61556
61556
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61557
61557
|
// window.open(sectionproperties.btnlink, '_target');
|
|
61558
61558
|
routingcountext(sectionproperties.btnlink, false, '');
|
|
61559
|
+
} else if (sectionproperties.btntype == 'Email') {
|
|
61560
|
+
window.open('mailto:' + sectionproperties.btnlink, '_self');
|
|
61559
61561
|
} else {
|
|
61560
61562
|
window.open(sectionproperties.btnlink, '_blank');
|
|
61561
61563
|
}
|
|
@@ -61641,6 +61643,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
61641
61643
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61642
61644
|
// window.open(sectionproperties.btnlink, '_target');
|
|
61643
61645
|
routingcountext(sectionproperties.btnlink, false, '');
|
|
61646
|
+
} else if (sectionproperties.btntype == 'Email') {
|
|
61647
|
+
window.open('mailto:' + sectionproperties.btnlink, '_self');
|
|
61644
61648
|
} else {
|
|
61645
61649
|
window.open(sectionproperties.btnlink, '_blank');
|
|
61646
61650
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -11120,7 +11120,7 @@ var Checkout = function Checkout(props) {
|
|
|
11120
11120
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
11121
11121
|
}, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
|
|
11122
11122
|
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
11123
|
-
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue)));
|
|
11123
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue == '#FFFFFF' ? 'White' : variantitem.optionvalue)));
|
|
11124
11124
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
11125
11125
|
return /*#__PURE__*/React.createElement("div", {
|
|
11126
11126
|
"class": "row m-0 w-100"
|
|
@@ -15153,7 +15153,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
15153
15153
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
15154
15154
|
}, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
|
|
15155
15155
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
15156
|
-
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue))));
|
|
15156
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue == '#FFFFFF' ? 'White' : variantitem.optionvalue))));
|
|
15157
15157
|
}), /*#__PURE__*/React.createElement("div", {
|
|
15158
15158
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
15159
15159
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -61507,6 +61507,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
61507
61507
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61508
61508
|
// window.open(sectionproperties.btnlink, '_target');
|
|
61509
61509
|
routingcountext(sectionproperties.btnlink, false, '');
|
|
61510
|
+
} else if (sectionproperties.btntype == 'Email') {
|
|
61511
|
+
window.open('mailto:' + sectionproperties.btnlink, '_self');
|
|
61510
61512
|
} else {
|
|
61511
61513
|
window.open(sectionproperties.btnlink, '_blank');
|
|
61512
61514
|
}
|
|
@@ -61592,6 +61594,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
61592
61594
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61593
61595
|
// window.open(sectionproperties.btnlink, '_target');
|
|
61594
61596
|
routingcountext(sectionproperties.btnlink, false, '');
|
|
61597
|
+
} else if (sectionproperties.btntype == 'Email') {
|
|
61598
|
+
window.open('mailto:' + sectionproperties.btnlink, '_self');
|
|
61595
61599
|
} else {
|
|
61596
61600
|
window.open(sectionproperties.btnlink, '_blank');
|
|
61597
61601
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -10990,7 +10990,7 @@
|
|
|
10990
10990
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
10991
10991
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10992
10992
|
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
10993
|
-
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue)));
|
|
10993
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue == '#FFFFFF' ? 'White' : variantitem.optionvalue)));
|
|
10994
10994
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
10995
10995
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10996
10996
|
"class": "row m-0 w-100"
|
|
@@ -15023,7 +15023,7 @@
|
|
|
15023
15023
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
15024
15024
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15025
15025
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
15026
|
-
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue))));
|
|
15026
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue == '#008000' ? 'Green' : variantitem.optionvalue == '#FFB6C1' ? 'Pink' : variantitem.optionvalue == '#F5F5DC' ? 'Beige' : variantitem.optionvalue == '#FFFFFF' ? 'White' : variantitem.optionvalue))));
|
|
15027
15027
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15028
15028
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
15029
15029
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -61377,6 +61377,8 @@
|
|
|
61377
61377
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61378
61378
|
// window.open(sectionproperties.btnlink, '_target');
|
|
61379
61379
|
routingcountext(sectionproperties.btnlink, false, '');
|
|
61380
|
+
} else if (sectionproperties.btntype == 'Email') {
|
|
61381
|
+
window.open('mailto:' + sectionproperties.btnlink, '_self');
|
|
61380
61382
|
} else {
|
|
61381
61383
|
window.open(sectionproperties.btnlink, '_blank');
|
|
61382
61384
|
}
|
|
@@ -61462,6 +61464,8 @@
|
|
|
61462
61464
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61463
61465
|
// window.open(sectionproperties.btnlink, '_target');
|
|
61464
61466
|
routingcountext(sectionproperties.btnlink, false, '');
|
|
61467
|
+
} else if (sectionproperties.btntype == 'Email') {
|
|
61468
|
+
window.open('mailto:' + sectionproperties.btnlink, '_self');
|
|
61465
61469
|
} else {
|
|
61466
61470
|
window.open(sectionproperties.btnlink, '_blank');
|
|
61467
61471
|
}
|