tabexseriescomponents 0.0.143 → 0.0.144
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 +11 -9
- package/dist/index.esm.js +11 -9
- package/dist/index.umd.js +11 -9
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22824,7 +22824,9 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22824
22824
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22825
22825
|
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
22826
22826
|
style: {
|
|
22827
|
-
width: authdetailsContext.loggedin == true ? 'auto' : '
|
|
22827
|
+
width: authdetailsContext.loggedin == true ? 'auto' : langdetect == 'en' ? '105px' : '120px',
|
|
22828
|
+
marginRight: langdetect == 'en' ? sectionproperties.btnsposition == 'Bottom' ? '13px' : '.1rem' : 0,
|
|
22829
|
+
marginLeft: langdetect == 'ar' ? sectionproperties.btnsposition == 'Bottom' ? '13px' : '.1rem' : 0
|
|
22828
22830
|
}
|
|
22829
22831
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22830
22832
|
"class": ' d-flex justify-content-center align-items-center '
|
|
@@ -22956,11 +22958,11 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22956
22958
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
22957
22959
|
}, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
22958
22960
|
"class": "ml-2 mr-2"
|
|
22959
|
-
}, lang.logout))))))), sectionproperties.
|
|
22961
|
+
}, lang.logout))))))), sectionproperties.lang_position == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22960
22962
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr',
|
|
22961
22963
|
style: {
|
|
22962
|
-
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0,
|
|
22963
|
-
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0
|
|
22964
|
+
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? sectionproperties.btnsposition == 'Bottom' ? '.5rem' : '1.8rem' : '1.9rem' : 0,
|
|
22965
|
+
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? sectionproperties.btnsposition == 'Bottom' ? '.5rem' : '1.8rem' : '1.9rem' : 0
|
|
22964
22966
|
}
|
|
22965
22967
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
22966
22968
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
|
@@ -23077,8 +23079,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
23077
23079
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
23078
23080
|
},
|
|
23079
23081
|
style: {
|
|
23080
|
-
marginRight: langdetect == 'en' ? '
|
|
23081
|
-
marginLeft: langdetect == 'ar' ? '
|
|
23082
|
+
marginRight: sectionproperties.lang_position == 'Top' ? langdetect == 'en' ? '2.1rem' : 0 : langdetect == 'en' ? '2.1rem' : 0,
|
|
23083
|
+
marginLeft: sectionproperties.lang_position == 'Top' ? langdetect == 'ar' ? '2.5rem' : 0 : langdetect == 'ar' ? '2.5rem' : 0
|
|
23082
23084
|
}
|
|
23083
23085
|
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
23084
23086
|
size: sectionproperties.favBtnIconfontsize
|
|
@@ -23087,8 +23089,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
23087
23089
|
})), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23088
23090
|
"class": 'd-flex align-items-center justify-content-end',
|
|
23089
23091
|
style: {
|
|
23090
|
-
marginRight: langdetect == 'en' ? '1.5rem' : 0,
|
|
23091
|
-
marginLeft: langdetect == 'ar' ? '1.5rem' : 0
|
|
23092
|
+
marginRight: sectionproperties.lang_position == 'Top' ? 0 : langdetect == 'en' ? '1.5rem' : 0,
|
|
23093
|
+
marginLeft: sectionproperties.lang_position == 'Top' ? 0 : langdetect == 'ar' ? '1.5rem' : 0
|
|
23092
23094
|
}
|
|
23093
23095
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23094
23096
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
@@ -23113,7 +23115,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
23113
23115
|
size: sectionproperties.cartBtn_iconFontSize
|
|
23114
23116
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
23115
23117
|
size: sectionproperties.cartBtn_iconFontSize
|
|
23116
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23118
|
+
}))), sectionproperties.lang_position == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23117
23119
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
23118
23120
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
23119
23121
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
package/dist/index.esm.js
CHANGED
|
@@ -22781,7 +22781,9 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22781
22781
|
})), /*#__PURE__*/React.createElement("div", {
|
|
22782
22782
|
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
22783
22783
|
style: {
|
|
22784
|
-
width: authdetailsContext.loggedin == true ? 'auto' : '
|
|
22784
|
+
width: authdetailsContext.loggedin == true ? 'auto' : langdetect == 'en' ? '105px' : '120px',
|
|
22785
|
+
marginRight: langdetect == 'en' ? sectionproperties.btnsposition == 'Bottom' ? '13px' : '.1rem' : 0,
|
|
22786
|
+
marginLeft: langdetect == 'ar' ? sectionproperties.btnsposition == 'Bottom' ? '13px' : '.1rem' : 0
|
|
22785
22787
|
}
|
|
22786
22788
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
22787
22789
|
"class": ' d-flex justify-content-center align-items-center '
|
|
@@ -22913,11 +22915,11 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22913
22915
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
22914
22916
|
}, /*#__PURE__*/React.createElement(BiLogOutCircle, null), /*#__PURE__*/React.createElement("span", {
|
|
22915
22917
|
"class": "ml-2 mr-2"
|
|
22916
|
-
}, lang.logout))))))), sectionproperties.
|
|
22918
|
+
}, lang.logout))))))), sectionproperties.lang_position == 'Top' && /*#__PURE__*/React.createElement("div", {
|
|
22917
22919
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr',
|
|
22918
22920
|
style: {
|
|
22919
|
-
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0,
|
|
22920
|
-
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0
|
|
22921
|
+
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? sectionproperties.btnsposition == 'Bottom' ? '.5rem' : '1.8rem' : '1.9rem' : 0,
|
|
22922
|
+
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? sectionproperties.btnsposition == 'Bottom' ? '.5rem' : '1.8rem' : '1.9rem' : 0
|
|
22921
22923
|
}
|
|
22922
22924
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
22923
22925
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
|
@@ -23034,8 +23036,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
23034
23036
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
23035
23037
|
},
|
|
23036
23038
|
style: {
|
|
23037
|
-
marginRight: langdetect == 'en' ? '
|
|
23038
|
-
marginLeft: langdetect == 'ar' ? '
|
|
23039
|
+
marginRight: sectionproperties.lang_position == 'Top' ? langdetect == 'en' ? '2.1rem' : 0 : langdetect == 'en' ? '2.1rem' : 0,
|
|
23040
|
+
marginLeft: sectionproperties.lang_position == 'Top' ? langdetect == 'ar' ? '2.5rem' : 0 : langdetect == 'ar' ? '2.5rem' : 0
|
|
23039
23041
|
}
|
|
23040
23042
|
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
23041
23043
|
size: sectionproperties.favBtnIconfontsize
|
|
@@ -23044,8 +23046,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
23044
23046
|
})), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
23045
23047
|
"class": 'd-flex align-items-center justify-content-end',
|
|
23046
23048
|
style: {
|
|
23047
|
-
marginRight: langdetect == 'en' ? '1.5rem' : 0,
|
|
23048
|
-
marginLeft: langdetect == 'ar' ? '1.5rem' : 0
|
|
23049
|
+
marginRight: sectionproperties.lang_position == 'Top' ? 0 : langdetect == 'en' ? '1.5rem' : 0,
|
|
23050
|
+
marginLeft: sectionproperties.lang_position == 'Top' ? 0 : langdetect == 'ar' ? '1.5rem' : 0
|
|
23049
23051
|
}
|
|
23050
23052
|
}, /*#__PURE__*/React.createElement("div", {
|
|
23051
23053
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
@@ -23070,7 +23072,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
23070
23072
|
size: sectionproperties.cartBtn_iconFontSize
|
|
23071
23073
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
23072
23074
|
size: sectionproperties.cartBtn_iconFontSize
|
|
23073
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
23075
|
+
}))), sectionproperties.lang_position == 'Bottom' && /*#__PURE__*/React.createElement("div", {
|
|
23074
23076
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
23075
23077
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
23076
23078
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
package/dist/index.umd.js
CHANGED
|
@@ -22692,7 +22692,9 @@
|
|
|
22692
22692
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22693
22693
|
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
22694
22694
|
style: {
|
|
22695
|
-
width: authdetailsContext.loggedin == true ? 'auto' : '
|
|
22695
|
+
width: authdetailsContext.loggedin == true ? 'auto' : langdetect == 'en' ? '105px' : '120px',
|
|
22696
|
+
marginRight: langdetect == 'en' ? sectionproperties.btnsposition == 'Bottom' ? '13px' : '.1rem' : 0,
|
|
22697
|
+
marginLeft: langdetect == 'ar' ? sectionproperties.btnsposition == 'Bottom' ? '13px' : '.1rem' : 0
|
|
22696
22698
|
}
|
|
22697
22699
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22698
22700
|
"class": ' d-flex justify-content-center align-items-center '
|
|
@@ -22824,11 +22826,11 @@
|
|
|
22824
22826
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
22825
22827
|
}, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
22826
22828
|
"class": "ml-2 mr-2"
|
|
22827
|
-
}, lang.logout))))))), sectionproperties.
|
|
22829
|
+
}, lang.logout))))))), sectionproperties.lang_position == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22828
22830
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr',
|
|
22829
22831
|
style: {
|
|
22830
|
-
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0,
|
|
22831
|
-
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0
|
|
22832
|
+
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? sectionproperties.btnsposition == 'Bottom' ? '.5rem' : '1.8rem' : '1.9rem' : 0,
|
|
22833
|
+
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? sectionproperties.btnsposition == 'Bottom' ? '.5rem' : '1.8rem' : '1.9rem' : 0
|
|
22832
22834
|
}
|
|
22833
22835
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
22834
22836
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
|
@@ -22945,8 +22947,8 @@
|
|
|
22945
22947
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
22946
22948
|
},
|
|
22947
22949
|
style: {
|
|
22948
|
-
marginRight: langdetect == 'en' ? '
|
|
22949
|
-
marginLeft: langdetect == 'ar' ? '
|
|
22950
|
+
marginRight: sectionproperties.lang_position == 'Top' ? langdetect == 'en' ? '2.1rem' : 0 : langdetect == 'en' ? '2.1rem' : 0,
|
|
22951
|
+
marginLeft: sectionproperties.lang_position == 'Top' ? langdetect == 'ar' ? '2.5rem' : 0 : langdetect == 'ar' ? '2.5rem' : 0
|
|
22950
22952
|
}
|
|
22951
22953
|
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
22952
22954
|
size: sectionproperties.favBtnIconfontsize
|
|
@@ -22955,8 +22957,8 @@
|
|
|
22955
22957
|
})), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22956
22958
|
"class": 'd-flex align-items-center justify-content-end',
|
|
22957
22959
|
style: {
|
|
22958
|
-
marginRight: langdetect == 'en' ? '1.5rem' : 0,
|
|
22959
|
-
marginLeft: langdetect == 'ar' ? '1.5rem' : 0
|
|
22960
|
+
marginRight: sectionproperties.lang_position == 'Top' ? 0 : langdetect == 'en' ? '1.5rem' : 0,
|
|
22961
|
+
marginLeft: sectionproperties.lang_position == 'Top' ? 0 : langdetect == 'ar' ? '1.5rem' : 0
|
|
22960
22962
|
}
|
|
22961
22963
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22962
22964
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
@@ -22981,7 +22983,7 @@
|
|
|
22981
22983
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22982
22984
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
22983
22985
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22984
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22986
|
+
}))), sectionproperties.lang_position == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22985
22987
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
22986
22988
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
22987
22989
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|