tabexseriescomponents 0.0.142 → 0.0.143
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 +15 -14
- package/dist/index.esm.js +15 -14
- package/dist/index.umd.js +15 -14
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22739,10 +22739,10 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22739
22739
|
srcfromprops: 'headerfullwidth',
|
|
22740
22740
|
actions: actions
|
|
22741
22741
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22742
|
-
"class":
|
|
22742
|
+
"class": sectionproperties.btnsposition == 'Top' ? 'col-xl-3 col-lg-4 plr-1025-0' : 'col-xl-3 col-lg-4 plr-1025-1',
|
|
22743
22743
|
style: {
|
|
22744
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? '2rem' : '3rem' : 0,
|
|
22745
|
-
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? '2rem' : '3rem' : 0
|
|
22744
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0,
|
|
22745
|
+
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0
|
|
22746
22746
|
}
|
|
22747
22747
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22748
22748
|
"class": "row m-0 w-100 d-flex align-items-center h-100",
|
|
@@ -22795,15 +22795,13 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22795
22795
|
}), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiOutlineStar.AiOutlineStar, {
|
|
22796
22796
|
size: sectionproperties.favBtnIconfontsize
|
|
22797
22797
|
})), sectionproperties.cartBtnShow == 'Show' && sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22798
|
-
"class": 'd-flex align-items-center justify-content-end',
|
|
22799
|
-
style: {
|
|
22800
|
-
marginRight: langdetect == 'en' ? '1.9rem' : 0,
|
|
22801
|
-
marginLeft: langdetect == 'ar' ? '1.9rem' : 0
|
|
22802
|
-
}
|
|
22803
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22804
22798
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
22805
22799
|
onClick: function onClick() {
|
|
22806
22800
|
setsidecartnavshowcontext(true);
|
|
22801
|
+
},
|
|
22802
|
+
style: {
|
|
22803
|
+
marginRight: langdetect == 'en' ? '1.9rem' : 0,
|
|
22804
|
+
marginLeft: langdetect == 'ar' ? '1.9rem' : 0
|
|
22807
22805
|
}
|
|
22808
22806
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22809
22807
|
className: "".concat(headerstyles$4.badge_counter_header_notifications, " ").concat(header_cssstyles.badge_counter_header_notifications) + ' d-flex justify-content-center align-items-center ',
|
|
@@ -22823,8 +22821,11 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22823
22821
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22824
22822
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
22825
22823
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22826
|
-
}))
|
|
22827
|
-
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100'
|
|
22824
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22825
|
+
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
22826
|
+
style: {
|
|
22827
|
+
width: authdetailsContext.loggedin == true ? 'auto' : '100px'
|
|
22828
|
+
}
|
|
22828
22829
|
}, /*#__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", {
|
|
22829
22830
|
"class": ' d-flex justify-content-center align-items-center '
|
|
22830
22831
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -22849,7 +22850,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22849
22850
|
}, lang.account), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22850
22851
|
"class": ' m-0 p-0 text-overflow ',
|
|
22851
22852
|
style: {
|
|
22852
|
-
maxWidth: '120px'
|
|
22853
|
+
maxWidth: sectionproperties.btnsposition == 'Top' ? '90px' : '120px'
|
|
22853
22854
|
}
|
|
22854
22855
|
}, lang.loginregister)))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22855
22856
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
@@ -22958,8 +22959,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22958
22959
|
}, lang.logout))))))), sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22959
22960
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr',
|
|
22960
22961
|
style: {
|
|
22961
|
-
marginLeft: langdetect == 'en' ? '1.8rem' : 0,
|
|
22962
|
-
marginRight: langdetect == 'ar' ? '1.8rem' : 0
|
|
22962
|
+
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0,
|
|
22963
|
+
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0
|
|
22963
22964
|
}
|
|
22964
22965
|
}, /*#__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", {
|
|
22965
22966
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
package/dist/index.esm.js
CHANGED
|
@@ -22696,10 +22696,10 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22696
22696
|
srcfromprops: 'headerfullwidth',
|
|
22697
22697
|
actions: actions
|
|
22698
22698
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
22699
|
-
"class":
|
|
22699
|
+
"class": sectionproperties.btnsposition == 'Top' ? 'col-xl-3 col-lg-4 plr-1025-0' : 'col-xl-3 col-lg-4 plr-1025-1',
|
|
22700
22700
|
style: {
|
|
22701
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? '2rem' : '3rem' : 0,
|
|
22702
|
-
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? '2rem' : '3rem' : 0
|
|
22701
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0,
|
|
22702
|
+
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0
|
|
22703
22703
|
}
|
|
22704
22704
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22705
22705
|
"class": "row m-0 w-100 d-flex align-items-center h-100",
|
|
@@ -22752,15 +22752,13 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22752
22752
|
}), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React.createElement(AiOutlineStar, {
|
|
22753
22753
|
size: sectionproperties.favBtnIconfontsize
|
|
22754
22754
|
})), sectionproperties.cartBtnShow == 'Show' && sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React.createElement("div", {
|
|
22755
|
-
"class": 'd-flex align-items-center justify-content-end',
|
|
22756
|
-
style: {
|
|
22757
|
-
marginRight: langdetect == 'en' ? '1.9rem' : 0,
|
|
22758
|
-
marginLeft: langdetect == 'ar' ? '1.9rem' : 0
|
|
22759
|
-
}
|
|
22760
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
22761
22755
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
22762
22756
|
onClick: function onClick() {
|
|
22763
22757
|
setsidecartnavshowcontext(true);
|
|
22758
|
+
},
|
|
22759
|
+
style: {
|
|
22760
|
+
marginRight: langdetect == 'en' ? '1.9rem' : 0,
|
|
22761
|
+
marginLeft: langdetect == 'ar' ? '1.9rem' : 0
|
|
22764
22762
|
}
|
|
22765
22763
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22766
22764
|
className: "".concat(headerstyles$4.badge_counter_header_notifications, " ").concat(header_cssstyles.badge_counter_header_notifications) + ' d-flex justify-content-center align-items-center ',
|
|
@@ -22780,8 +22778,11 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22780
22778
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22781
22779
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
22782
22780
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22783
|
-
}))
|
|
22784
|
-
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100'
|
|
22781
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
22782
|
+
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
22783
|
+
style: {
|
|
22784
|
+
width: authdetailsContext.loggedin == true ? 'auto' : '100px'
|
|
22785
|
+
}
|
|
22785
22786
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
22786
22787
|
"class": ' d-flex justify-content-center align-items-center '
|
|
22787
22788
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -22806,7 +22807,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22806
22807
|
}, lang.account), /*#__PURE__*/React.createElement("p", {
|
|
22807
22808
|
"class": ' m-0 p-0 text-overflow ',
|
|
22808
22809
|
style: {
|
|
22809
|
-
maxWidth: '120px'
|
|
22810
|
+
maxWidth: sectionproperties.btnsposition == 'Top' ? '90px' : '120px'
|
|
22810
22811
|
}
|
|
22811
22812
|
}, lang.loginregister)))), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
22812
22813
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
@@ -22915,8 +22916,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22915
22916
|
}, lang.logout))))))), sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React.createElement("div", {
|
|
22916
22917
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr',
|
|
22917
22918
|
style: {
|
|
22918
|
-
marginLeft: langdetect == 'en' ? '1.8rem' : 0,
|
|
22919
|
-
marginRight: langdetect == 'ar' ? '1.8rem' : 0
|
|
22919
|
+
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0,
|
|
22920
|
+
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0
|
|
22920
22921
|
}
|
|
22921
22922
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
22922
22923
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
package/dist/index.umd.js
CHANGED
|
@@ -22607,10 +22607,10 @@
|
|
|
22607
22607
|
srcfromprops: 'headerfullwidth',
|
|
22608
22608
|
actions: actions
|
|
22609
22609
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22610
|
-
"class":
|
|
22610
|
+
"class": sectionproperties.btnsposition == 'Top' ? 'col-xl-3 col-lg-4 plr-1025-0' : 'col-xl-3 col-lg-4 plr-1025-1',
|
|
22611
22611
|
style: {
|
|
22612
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? '2rem' : '3rem' : 0,
|
|
22613
|
-
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? '2rem' : '3rem' : 0
|
|
22612
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0,
|
|
22613
|
+
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0
|
|
22614
22614
|
}
|
|
22615
22615
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22616
22616
|
"class": "row m-0 w-100 d-flex align-items-center h-100",
|
|
@@ -22663,15 +22663,13 @@
|
|
|
22663
22663
|
}), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiOutlineStar.AiOutlineStar, {
|
|
22664
22664
|
size: sectionproperties.favBtnIconfontsize
|
|
22665
22665
|
})), sectionproperties.cartBtnShow == 'Show' && sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22666
|
-
"class": 'd-flex align-items-center justify-content-end',
|
|
22667
|
-
style: {
|
|
22668
|
-
marginRight: langdetect == 'en' ? '1.9rem' : 0,
|
|
22669
|
-
marginLeft: langdetect == 'ar' ? '1.9rem' : 0
|
|
22670
|
-
}
|
|
22671
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22672
22666
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
22673
22667
|
onClick: function onClick() {
|
|
22674
22668
|
setsidecartnavshowcontext(true);
|
|
22669
|
+
},
|
|
22670
|
+
style: {
|
|
22671
|
+
marginRight: langdetect == 'en' ? '1.9rem' : 0,
|
|
22672
|
+
marginLeft: langdetect == 'ar' ? '1.9rem' : 0
|
|
22675
22673
|
}
|
|
22676
22674
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22677
22675
|
className: "".concat(headerstyles$4.badge_counter_header_notifications, " ").concat(header_cssstyles.badge_counter_header_notifications) + ' d-flex justify-content-center align-items-center ',
|
|
@@ -22691,8 +22689,11 @@
|
|
|
22691
22689
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22692
22690
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
22693
22691
|
size: sectionproperties.cartBtn_iconFontSize
|
|
22694
|
-
}))
|
|
22695
|
-
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100'
|
|
22692
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22693
|
+
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
22694
|
+
style: {
|
|
22695
|
+
width: authdetailsContext.loggedin == true ? 'auto' : '100px'
|
|
22696
|
+
}
|
|
22696
22697
|
}, /*#__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", {
|
|
22697
22698
|
"class": ' d-flex justify-content-center align-items-center '
|
|
22698
22699
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -22717,7 +22718,7 @@
|
|
|
22717
22718
|
}, lang.account), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22718
22719
|
"class": ' m-0 p-0 text-overflow ',
|
|
22719
22720
|
style: {
|
|
22720
|
-
maxWidth: '120px'
|
|
22721
|
+
maxWidth: sectionproperties.btnsposition == 'Top' ? '90px' : '120px'
|
|
22721
22722
|
}
|
|
22722
22723
|
}, lang.loginregister)))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22723
22724
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
@@ -22826,8 +22827,8 @@
|
|
|
22826
22827
|
}, lang.logout))))))), sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22827
22828
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr',
|
|
22828
22829
|
style: {
|
|
22829
|
-
marginLeft: langdetect == 'en' ? '1.8rem' : 0,
|
|
22830
|
-
marginRight: langdetect == 'ar' ? '1.8rem' : 0
|
|
22830
|
+
marginLeft: langdetect == 'en' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0,
|
|
22831
|
+
marginRight: langdetect == 'ar' ? authdetailsContext.loggedin == true ? '1.8rem' : '1.9rem' : 0
|
|
22831
22832
|
}
|
|
22832
22833
|
}, /*#__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", {
|
|
22833
22834
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|