tabexseriescomponents 0.0.771 → 0.0.772
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 +12 -3
- package/dist/index.esm.js +13 -4
- package/dist/index.umd.js +12 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2683,6 +2683,15 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2683
2683
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.FacebookIcon, {
|
|
2684
2684
|
size: 40,
|
|
2685
2685
|
round: true
|
|
2686
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2687
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
2688
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.EmailShareButton, {
|
|
2689
|
+
url: shareUrl,
|
|
2690
|
+
quote: title,
|
|
2691
|
+
className: "Demo__some-network__share-button"
|
|
2692
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.EmailIcon, {
|
|
2693
|
+
size: 40,
|
|
2694
|
+
round: true
|
|
2686
2695
|
}))), sectionproperties.shareviax == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2687
2696
|
className: "Demo__some-network ml-2 mr-2",
|
|
2688
2697
|
style: {
|
|
@@ -11179,8 +11188,8 @@ var Checkout = function Checkout(props) {
|
|
|
11179
11188
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11180
11189
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
11181
11190
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11182
|
-
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
11183
|
-
}, variantitem
|
|
11191
|
+
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
|
|
11192
|
+
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue)));
|
|
11184
11193
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
11185
11194
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11186
11195
|
"class": "row m-0 w-100"
|
|
@@ -15213,7 +15222,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
15213
15222
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
15214
15223
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15215
15224
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
15216
|
-
}, variantitem
|
|
15225
|
+
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue))));
|
|
15217
15226
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15218
15227
|
"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'
|
|
15219
15228
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -34,7 +34,7 @@ import { FaMinus } from '@react-icons/all-files/fa/FaMinus';
|
|
|
34
34
|
import { FiBox as FiBox$1 } from '@react-icons/all-files/fi/FiBox';
|
|
35
35
|
import { RiArrowGoBackLine } from '@react-icons/all-files/ri/RiArrowGoBackLine';
|
|
36
36
|
import { Accordion, AccordionItem, AccordionItemHeading, AccordionItemButton, AccordionItemState, AccordionItemPanel } from 'react-accessible-accordion';
|
|
37
|
-
import { FacebookShareButton, FacebookIcon, TwitterShareButton, WhatsappShareButton, WhatsappIcon, LinkedinShareButton, LinkedinIcon, TwitterIcon } from 'react-share';
|
|
37
|
+
import { FacebookShareButton, FacebookIcon, EmailShareButton, EmailIcon, TwitterShareButton, WhatsappShareButton, WhatsappIcon, LinkedinShareButton, LinkedinIcon, TwitterIcon } from 'react-share';
|
|
38
38
|
import { FiMinus } from '@react-icons/all-files/fi/FiMinus';
|
|
39
39
|
import { FiPlus } from '@react-icons/all-files/fi/FiPlus';
|
|
40
40
|
import ReactStars from 'react-rating-stars-component';
|
|
@@ -2634,6 +2634,15 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2634
2634
|
}, /*#__PURE__*/React.createElement(FacebookIcon, {
|
|
2635
2635
|
size: 40,
|
|
2636
2636
|
round: true
|
|
2637
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
2638
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
2639
|
+
}, /*#__PURE__*/React.createElement(EmailShareButton, {
|
|
2640
|
+
url: shareUrl,
|
|
2641
|
+
quote: title,
|
|
2642
|
+
className: "Demo__some-network__share-button"
|
|
2643
|
+
}, /*#__PURE__*/React.createElement(EmailIcon, {
|
|
2644
|
+
size: 40,
|
|
2645
|
+
round: true
|
|
2637
2646
|
}))), sectionproperties.shareviax == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
2638
2647
|
className: "Demo__some-network ml-2 mr-2",
|
|
2639
2648
|
style: {
|
|
@@ -11130,8 +11139,8 @@ var Checkout = function Checkout(props) {
|
|
|
11130
11139
|
}, /*#__PURE__*/React.createElement("p", {
|
|
11131
11140
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
11132
11141
|
}, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
|
|
11133
|
-
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
11134
|
-
}, variantitem
|
|
11142
|
+
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
|
|
11143
|
+
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue)));
|
|
11135
11144
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
11136
11145
|
return /*#__PURE__*/React.createElement("div", {
|
|
11137
11146
|
"class": "row m-0 w-100"
|
|
@@ -15164,7 +15173,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
15164
15173
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
15165
15174
|
}, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
|
|
15166
15175
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
15167
|
-
}, variantitem
|
|
15176
|
+
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue))));
|
|
15168
15177
|
}), /*#__PURE__*/React.createElement("div", {
|
|
15169
15178
|
"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'
|
|
15170
15179
|
}, /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -2500,6 +2500,15 @@
|
|
|
2500
2500
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.FacebookIcon, {
|
|
2501
2501
|
size: 40,
|
|
2502
2502
|
round: true
|
|
2503
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2504
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
2505
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.EmailShareButton, {
|
|
2506
|
+
url: shareUrl,
|
|
2507
|
+
quote: title,
|
|
2508
|
+
className: "Demo__some-network__share-button"
|
|
2509
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.EmailIcon, {
|
|
2510
|
+
size: 40,
|
|
2511
|
+
round: true
|
|
2503
2512
|
}))), sectionproperties.shareviax == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2504
2513
|
className: "Demo__some-network ml-2 mr-2",
|
|
2505
2514
|
style: {
|
|
@@ -10996,8 +11005,8 @@
|
|
|
10996
11005
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10997
11006
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
10998
11007
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10999
|
-
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
11000
|
-
}, variantitem
|
|
11008
|
+
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 font-13 '
|
|
11009
|
+
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue)));
|
|
11001
11010
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
11002
11011
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11003
11012
|
"class": "row m-0 w-100"
|
|
@@ -15030,7 +15039,7 @@
|
|
|
15030
15039
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
15031
15040
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15032
15041
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
15033
|
-
}, variantitem
|
|
15042
|
+
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue))));
|
|
15034
15043
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15035
15044
|
"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'
|
|
15036
15045
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|