tabexseriescomponents 0.0.376 → 0.0.378
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 +10 -2
- package/dist/index.esm.js +10 -2
- package/dist/index.umd.js +10 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2323,7 +2323,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2323
2323
|
size: 40,
|
|
2324
2324
|
round: true
|
|
2325
2325
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2326
|
-
className: "Demo__some-network ml-2 mr-2"
|
|
2326
|
+
className: "Demo__some-network ml-2 mr-2",
|
|
2327
|
+
style: {
|
|
2328
|
+
width: '40px',
|
|
2329
|
+
height: '40px'
|
|
2330
|
+
}
|
|
2327
2331
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.TwitterShareButton, {
|
|
2328
2332
|
url: shareUrl,
|
|
2329
2333
|
title: title,
|
|
@@ -7091,6 +7095,10 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7091
7095
|
style: {
|
|
7092
7096
|
display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
|
|
7093
7097
|
}
|
|
7098
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7099
|
+
"class": "row m-0 w-100"
|
|
7100
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7101
|
+
"class": "col-lg-12 p-0"
|
|
7094
7102
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7095
7103
|
className: "row m-0 w-100 mb-3",
|
|
7096
7104
|
style: {
|
|
@@ -7336,7 +7344,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7336
7344
|
color: sectionproperties.paymenttextcolor,
|
|
7337
7345
|
fontWeight: sectionproperties.paymenttextfontweight
|
|
7338
7346
|
}
|
|
7339
|
-
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))))))))))));
|
|
7347
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))))))))))))));
|
|
7340
7348
|
};
|
|
7341
7349
|
|
|
7342
7350
|
var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_container__FuptA {\n height: 300px;\n border-radius: 10px;\n background-size: cover !important;\n background-repeat: no-repeat;\n background-position: center;\n background-color: #e6e6e6;\n width: 100% !important;\n box-shadow: 0 0 10px #e6e6e6;\n}\n.wishlist-module_floatbtn__PZDvQ {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: 0.3s;\n opacity: 0;\n}\n.wishlist-module_wishlist_card__sUXul:hover .wishlist-module_floatbtn__PZDvQ {\n opacity: 1;\n}\n@media screen and (max-width: 800px) {\n .wishlist-module_floatbtn__PZDvQ {\n opacity: 1 !important;\n }\n}\n";
|
package/dist/index.esm.js
CHANGED
|
@@ -2274,7 +2274,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2274
2274
|
size: 40,
|
|
2275
2275
|
round: true
|
|
2276
2276
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
2277
|
-
className: "Demo__some-network ml-2 mr-2"
|
|
2277
|
+
className: "Demo__some-network ml-2 mr-2",
|
|
2278
|
+
style: {
|
|
2279
|
+
width: '40px',
|
|
2280
|
+
height: '40px'
|
|
2281
|
+
}
|
|
2278
2282
|
}, /*#__PURE__*/React.createElement(TwitterShareButton, {
|
|
2279
2283
|
url: shareUrl,
|
|
2280
2284
|
title: title,
|
|
@@ -7042,6 +7046,10 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7042
7046
|
style: {
|
|
7043
7047
|
display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
|
|
7044
7048
|
}
|
|
7049
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7050
|
+
"class": "row m-0 w-100"
|
|
7051
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
7052
|
+
"class": "col-lg-12 p-0"
|
|
7045
7053
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7046
7054
|
className: "row m-0 w-100 mb-3",
|
|
7047
7055
|
style: {
|
|
@@ -7287,7 +7295,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7287
7295
|
color: sectionproperties.paymenttextcolor,
|
|
7288
7296
|
fontWeight: sectionproperties.paymenttextfontweight
|
|
7289
7297
|
}
|
|
7290
|
-
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))))))))))));
|
|
7298
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))))))))))))));
|
|
7291
7299
|
};
|
|
7292
7300
|
|
|
7293
7301
|
var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_container__FuptA {\n height: 300px;\n border-radius: 10px;\n background-size: cover !important;\n background-repeat: no-repeat;\n background-position: center;\n background-color: #e6e6e6;\n width: 100% !important;\n box-shadow: 0 0 10px #e6e6e6;\n}\n.wishlist-module_floatbtn__PZDvQ {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: 0.3s;\n opacity: 0;\n}\n.wishlist-module_wishlist_card__sUXul:hover .wishlist-module_floatbtn__PZDvQ {\n opacity: 1;\n}\n@media screen and (max-width: 800px) {\n .wishlist-module_floatbtn__PZDvQ {\n opacity: 1 !important;\n }\n}\n";
|
package/dist/index.umd.js
CHANGED
|
@@ -2155,7 +2155,11 @@
|
|
|
2155
2155
|
size: 40,
|
|
2156
2156
|
round: true
|
|
2157
2157
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2158
|
-
className: "Demo__some-network ml-2 mr-2"
|
|
2158
|
+
className: "Demo__some-network ml-2 mr-2",
|
|
2159
|
+
style: {
|
|
2160
|
+
width: '40px',
|
|
2161
|
+
height: '40px'
|
|
2162
|
+
}
|
|
2159
2163
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.TwitterShareButton, {
|
|
2160
2164
|
url: shareUrl,
|
|
2161
2165
|
title: title,
|
|
@@ -6923,6 +6927,10 @@
|
|
|
6923
6927
|
style: {
|
|
6924
6928
|
display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
|
|
6925
6929
|
}
|
|
6930
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6931
|
+
"class": "row m-0 w-100"
|
|
6932
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6933
|
+
"class": "col-lg-12 p-0"
|
|
6926
6934
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6927
6935
|
className: "row m-0 w-100 mb-3",
|
|
6928
6936
|
style: {
|
|
@@ -7168,7 +7176,7 @@
|
|
|
7168
7176
|
color: sectionproperties.paymenttextcolor,
|
|
7169
7177
|
fontWeight: sectionproperties.paymenttextfontweight
|
|
7170
7178
|
}
|
|
7171
|
-
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))))))))))));
|
|
7179
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))))))))))))));
|
|
7172
7180
|
};
|
|
7173
7181
|
|
|
7174
7182
|
var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_container__FuptA {\n height: 300px;\n border-radius: 10px;\n background-size: cover !important;\n background-repeat: no-repeat;\n background-position: center;\n background-color: #e6e6e6;\n width: 100% !important;\n box-shadow: 0 0 10px #e6e6e6;\n}\n.wishlist-module_floatbtn__PZDvQ {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: 0.3s;\n opacity: 0;\n}\n.wishlist-module_wishlist_card__sUXul:hover .wishlist-module_floatbtn__PZDvQ {\n opacity: 1;\n}\n@media screen and (max-width: 800px) {\n .wishlist-module_floatbtn__PZDvQ {\n opacity: 1 !important;\n }\n}\n";
|