tabexseriescomponents 0.0.128 → 0.0.129

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 CHANGED
@@ -1122,7 +1122,7 @@ var Product_itemtype = function Product_itemtype(props) {
1122
1122
  showMore = _useState2[0],
1123
1123
  setShowMore = _useState2[1];
1124
1124
  return /*#__PURE__*/React__default["default"].createElement("div", {
1125
- className: 'row m-0 w-100 pl-md-3 pr-md-3 p-sm-0',
1125
+ className: 'row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 p-sm-0',
1126
1126
  style: {
1127
1127
  paddingLeft: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
1128
1128
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
@@ -1137,7 +1137,7 @@ var Product_itemtype = function Product_itemtype(props) {
1137
1137
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1138
1138
  className: 'row m-0 w-100'
1139
1139
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1140
- className: "col-xl-5 col-lg-6 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
1140
+ className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
1141
1141
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1142
1142
  className: "col-lg-12 p-0 ",
1143
1143
  style: {
@@ -1150,7 +1150,7 @@ var Product_itemtype = function Product_itemtype(props) {
1150
1150
  showNav: false,
1151
1151
  showPlayButton: false
1152
1152
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
1153
- className: langdetect == 'en' ? 'col-lg-7 col-md-12 col-sm-12 pl-3 pr-0 p-md-0' : 'col-lg-7 col-md-12 col-sm-12 pl-0 pr-3 p-md-0'
1153
+ className: langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-3 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-3 p-md-0'
1154
1154
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1155
1155
  className: "row m-0 w-100"
1156
1156
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2223,7 +2223,7 @@ var Service_itemtype = function Service_itemtype(props) {
2223
2223
  var GeneralAPIMutationContext = props.actions.GeneralAPIMutationContext;
2224
2224
  var NotificationManager = props.actions.NotificationManager;
2225
2225
  return /*#__PURE__*/React__default["default"].createElement("div", {
2226
- className: ' row m-0 w-100 pl-md-4 pr-md-4 p-sm-0 ',
2226
+ className: ' row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 p-sm-0 ',
2227
2227
  style: {
2228
2228
  paddingLeft: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
2229
2229
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
@@ -2236,7 +2236,7 @@ var Service_itemtype = function Service_itemtype(props) {
2236
2236
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2237
2237
  className: 'row m-0 w-100'
2238
2238
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2239
- "class": "col-lg-5 col-md-12 col-sm-12 mb-md-3 pl-1 pr-1 mb-md-5 pb-md-4"
2239
+ className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
2240
2240
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2241
2241
  "class": "col-lg-12 p-0 ",
2242
2242
  style: {
@@ -2249,7 +2249,7 @@ var Service_itemtype = function Service_itemtype(props) {
2249
2249
  showNav: false,
2250
2250
  showPlayButton: false
2251
2251
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
2252
- "class": langdetect == 'en' ? 'col-lg-7 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-lg-7 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2252
+ "class": langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2253
2253
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2254
2254
  "class": "row m-0 w-100"
2255
2255
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -22432,14 +22432,14 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22432
22432
  maxHeight: '100%'
22433
22433
  }
22434
22434
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
22435
- "class": "col-lg-7 p-0 d-flex align-items-center justify-content-center"
22435
+ "class": "col-xl-7 col-lg-6 p-0 d-flex align-items-center justify-content-center"
22436
22436
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
22437
22437
  "class": ' row d-flex justify-content-center m-0 ',
22438
22438
  style: {
22439
22439
  width: sectionproperties.searchbarcont_width + '%'
22440
22440
  }
22441
22441
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22442
- "class": 'col-lg-3 p-0 d-flex align-items-center justify-content-start ',
22442
+ "class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start ',
22443
22443
  onClick: function onClick() {
22444
22444
  setdropdownselect(!dropdownselect);
22445
22445
  }
@@ -22485,7 +22485,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22485
22485
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
22486
22486
  }, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null));
22487
22487
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
22488
- "class": "col-lg-9 p-0 d-flex justify-content-start align-items-center"
22488
+ "class": "col-xl-9 col-lg-8 p-0 d-flex justify-content-start align-items-center"
22489
22489
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22490
22490
  "class": header_cssstyles.searchbarcont + ' p-0 m-0 w-100 ',
22491
22491
  style: {
@@ -22511,7 +22511,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22511
22511
  srcfromprops: 'headerfullwidth',
22512
22512
  actions: actions
22513
22513
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
22514
- "class": "col-lg-3",
22514
+ "class": "col-xl-3 col-lg-4 plr-1025-1",
22515
22515
  style: {
22516
22516
  paddingLeft: langdetect == 'en' ? '5rem' : 0,
22517
22517
  paddingRight: langdetect == 'ar' ? '5rem' : 0
@@ -22687,7 +22687,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22687
22687
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22688
22688
  "class": header_cssstyles.divider
22689
22689
  })), /*#__PURE__*/React__default["default"].createElement("div", {
22690
- "class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 '
22690
+ "class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 plr-1025-1 '
22691
22691
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22692
22692
  "class": "col-lg-9 p-0 d-flex justify-content-start align-items-center "
22693
22693
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -23885,7 +23885,7 @@ var Allinonefooter = function Allinonefooter(props) {
23885
23885
  paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
23886
23886
  paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
23887
23887
  },
23888
- "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 '
23888
+ "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 px-2015-3 py-lg-3 '
23889
23889
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23890
23890
  "class": "row m-0 w-100 justify-content-center d-md-none"
23891
23891
  }, StoreInformation()), /*#__PURE__*/React__default["default"].createElement("div", {
package/dist/index.esm.js CHANGED
@@ -1079,7 +1079,7 @@ var Product_itemtype = function Product_itemtype(props) {
1079
1079
  showMore = _useState2[0],
1080
1080
  setShowMore = _useState2[1];
1081
1081
  return /*#__PURE__*/React.createElement("div", {
1082
- className: 'row m-0 w-100 pl-md-3 pr-md-3 p-sm-0',
1082
+ className: 'row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 p-sm-0',
1083
1083
  style: {
1084
1084
  paddingLeft: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
1085
1085
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
@@ -1094,7 +1094,7 @@ var Product_itemtype = function Product_itemtype(props) {
1094
1094
  }, /*#__PURE__*/React.createElement("div", {
1095
1095
  className: 'row m-0 w-100'
1096
1096
  }, /*#__PURE__*/React.createElement("div", {
1097
- className: "col-xl-5 col-lg-6 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
1097
+ className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
1098
1098
  }, /*#__PURE__*/React.createElement("div", {
1099
1099
  className: "col-lg-12 p-0 ",
1100
1100
  style: {
@@ -1107,7 +1107,7 @@ var Product_itemtype = function Product_itemtype(props) {
1107
1107
  showNav: false,
1108
1108
  showPlayButton: false
1109
1109
  }))), /*#__PURE__*/React.createElement("div", {
1110
- className: langdetect == 'en' ? 'col-lg-7 col-md-12 col-sm-12 pl-3 pr-0 p-md-0' : 'col-lg-7 col-md-12 col-sm-12 pl-0 pr-3 p-md-0'
1110
+ className: langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-3 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-3 p-md-0'
1111
1111
  }, /*#__PURE__*/React.createElement("div", {
1112
1112
  className: "row m-0 w-100"
1113
1113
  }, /*#__PURE__*/React.createElement("div", {
@@ -2180,7 +2180,7 @@ var Service_itemtype = function Service_itemtype(props) {
2180
2180
  var GeneralAPIMutationContext = props.actions.GeneralAPIMutationContext;
2181
2181
  var NotificationManager = props.actions.NotificationManager;
2182
2182
  return /*#__PURE__*/React.createElement("div", {
2183
- className: ' row m-0 w-100 pl-md-4 pr-md-4 p-sm-0 ',
2183
+ className: ' row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 p-sm-0 ',
2184
2184
  style: {
2185
2185
  paddingLeft: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
2186
2186
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
@@ -2193,7 +2193,7 @@ var Service_itemtype = function Service_itemtype(props) {
2193
2193
  }, /*#__PURE__*/React.createElement("div", {
2194
2194
  className: 'row m-0 w-100'
2195
2195
  }, /*#__PURE__*/React.createElement("div", {
2196
- "class": "col-lg-5 col-md-12 col-sm-12 mb-md-3 pl-1 pr-1 mb-md-5 pb-md-4"
2196
+ className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
2197
2197
  }, /*#__PURE__*/React.createElement("div", {
2198
2198
  "class": "col-lg-12 p-0 ",
2199
2199
  style: {
@@ -2206,7 +2206,7 @@ var Service_itemtype = function Service_itemtype(props) {
2206
2206
  showNav: false,
2207
2207
  showPlayButton: false
2208
2208
  }))), /*#__PURE__*/React.createElement("div", {
2209
- "class": langdetect == 'en' ? 'col-lg-7 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-lg-7 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2209
+ "class": langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2210
2210
  }, /*#__PURE__*/React.createElement("div", {
2211
2211
  "class": "row m-0 w-100"
2212
2212
  }, /*#__PURE__*/React.createElement("div", {
@@ -22389,14 +22389,14 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22389
22389
  maxHeight: '100%'
22390
22390
  }
22391
22391
  }))), /*#__PURE__*/React.createElement("div", {
22392
- "class": "col-lg-7 p-0 d-flex align-items-center justify-content-center"
22392
+ "class": "col-xl-7 col-lg-6 p-0 d-flex align-items-center justify-content-center"
22393
22393
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
22394
22394
  "class": ' row d-flex justify-content-center m-0 ',
22395
22395
  style: {
22396
22396
  width: sectionproperties.searchbarcont_width + '%'
22397
22397
  }
22398
22398
  }, /*#__PURE__*/React.createElement("div", {
22399
- "class": 'col-lg-3 p-0 d-flex align-items-center justify-content-start ',
22399
+ "class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start ',
22400
22400
  onClick: function onClick() {
22401
22401
  setdropdownselect(!dropdownselect);
22402
22402
  }
@@ -22442,7 +22442,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22442
22442
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
22443
22443
  }, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React.createElement(Dropdown.Divider, null));
22444
22444
  }))))), /*#__PURE__*/React.createElement("div", {
22445
- "class": "col-lg-9 p-0 d-flex justify-content-start align-items-center"
22445
+ "class": "col-xl-9 col-lg-8 p-0 d-flex justify-content-start align-items-center"
22446
22446
  }, /*#__PURE__*/React.createElement("div", {
22447
22447
  "class": header_cssstyles.searchbarcont + ' p-0 m-0 w-100 ',
22448
22448
  style: {
@@ -22468,7 +22468,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22468
22468
  srcfromprops: 'headerfullwidth',
22469
22469
  actions: actions
22470
22470
  }))))), /*#__PURE__*/React.createElement("div", {
22471
- "class": "col-lg-3",
22471
+ "class": "col-xl-3 col-lg-4 plr-1025-1",
22472
22472
  style: {
22473
22473
  paddingLeft: langdetect == 'en' ? '5rem' : 0,
22474
22474
  paddingRight: langdetect == 'ar' ? '5rem' : 0
@@ -22644,7 +22644,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22644
22644
  }, /*#__PURE__*/React.createElement("div", {
22645
22645
  "class": header_cssstyles.divider
22646
22646
  })), /*#__PURE__*/React.createElement("div", {
22647
- "class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 '
22647
+ "class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 plr-1025-1 '
22648
22648
  }, /*#__PURE__*/React.createElement("div", {
22649
22649
  "class": "col-lg-9 p-0 d-flex justify-content-start align-items-center "
22650
22650
  }, /*#__PURE__*/React.createElement("div", {
@@ -23842,7 +23842,7 @@ var Allinonefooter = function Allinonefooter(props) {
23842
23842
  paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
23843
23843
  paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
23844
23844
  },
23845
- "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 '
23845
+ "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 px-2015-3 py-lg-3 '
23846
23846
  }, /*#__PURE__*/React.createElement("div", {
23847
23847
  "class": "row m-0 w-100 justify-content-center d-md-none"
23848
23848
  }, StoreInformation()), /*#__PURE__*/React.createElement("div", {
package/dist/index.umd.js CHANGED
@@ -991,7 +991,7 @@
991
991
  showMore = _useState2[0],
992
992
  setShowMore = _useState2[1];
993
993
  return /*#__PURE__*/React__default["default"].createElement("div", {
994
- className: 'row m-0 w-100 pl-md-3 pr-md-3 p-sm-0',
994
+ className: 'row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 p-sm-0',
995
995
  style: {
996
996
  paddingLeft: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
997
997
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
@@ -1006,7 +1006,7 @@
1006
1006
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1007
1007
  className: 'row m-0 w-100'
1008
1008
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1009
- className: "col-xl-5 col-lg-6 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
1009
+ className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
1010
1010
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1011
1011
  className: "col-lg-12 p-0 ",
1012
1012
  style: {
@@ -1019,7 +1019,7 @@
1019
1019
  showNav: false,
1020
1020
  showPlayButton: false
1021
1021
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
1022
- className: langdetect == 'en' ? 'col-lg-7 col-md-12 col-sm-12 pl-3 pr-0 p-md-0' : 'col-lg-7 col-md-12 col-sm-12 pl-0 pr-3 p-md-0'
1022
+ className: langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-3 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-3 p-md-0'
1023
1023
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1024
1024
  className: "row m-0 w-100"
1025
1025
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2092,7 +2092,7 @@
2092
2092
  var GeneralAPIMutationContext = props.actions.GeneralAPIMutationContext;
2093
2093
  var NotificationManager = props.actions.NotificationManager;
2094
2094
  return /*#__PURE__*/React__default["default"].createElement("div", {
2095
- className: ' row m-0 w-100 pl-md-4 pr-md-4 p-sm-0 ',
2095
+ className: ' row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 p-sm-0 ',
2096
2096
  style: {
2097
2097
  paddingLeft: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
2098
2098
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
@@ -2105,7 +2105,7 @@
2105
2105
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2106
2106
  className: 'row m-0 w-100'
2107
2107
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2108
- "class": "col-lg-5 col-md-12 col-sm-12 mb-md-3 pl-1 pr-1 mb-md-5 pb-md-4"
2108
+ className: "col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1"
2109
2109
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2110
2110
  "class": "col-lg-12 p-0 ",
2111
2111
  style: {
@@ -2118,7 +2118,7 @@
2118
2118
  showNav: false,
2119
2119
  showPlayButton: false
2120
2120
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
2121
- "class": langdetect == 'en' ? 'col-lg-7 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-lg-7 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2121
+ "class": langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2122
2122
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2123
2123
  "class": "row m-0 w-100"
2124
2124
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -22301,14 +22301,14 @@
22301
22301
  maxHeight: '100%'
22302
22302
  }
22303
22303
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
22304
- "class": "col-lg-7 p-0 d-flex align-items-center justify-content-center"
22304
+ "class": "col-xl-7 col-lg-6 p-0 d-flex align-items-center justify-content-center"
22305
22305
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
22306
22306
  "class": ' row d-flex justify-content-center m-0 ',
22307
22307
  style: {
22308
22308
  width: sectionproperties.searchbarcont_width + '%'
22309
22309
  }
22310
22310
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22311
- "class": 'col-lg-3 p-0 d-flex align-items-center justify-content-start ',
22311
+ "class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start ',
22312
22312
  onClick: function onClick() {
22313
22313
  setdropdownselect(!dropdownselect);
22314
22314
  }
@@ -22354,7 +22354,7 @@
22354
22354
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
22355
22355
  }, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null));
22356
22356
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
22357
- "class": "col-lg-9 p-0 d-flex justify-content-start align-items-center"
22357
+ "class": "col-xl-9 col-lg-8 p-0 d-flex justify-content-start align-items-center"
22358
22358
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22359
22359
  "class": header_cssstyles.searchbarcont + ' p-0 m-0 w-100 ',
22360
22360
  style: {
@@ -22380,7 +22380,7 @@
22380
22380
  srcfromprops: 'headerfullwidth',
22381
22381
  actions: actions
22382
22382
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
22383
- "class": "col-lg-3",
22383
+ "class": "col-xl-3 col-lg-4 plr-1025-1",
22384
22384
  style: {
22385
22385
  paddingLeft: langdetect == 'en' ? '5rem' : 0,
22386
22386
  paddingRight: langdetect == 'ar' ? '5rem' : 0
@@ -22556,7 +22556,7 @@
22556
22556
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22557
22557
  "class": header_cssstyles.divider
22558
22558
  })), /*#__PURE__*/React__default["default"].createElement("div", {
22559
- "class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 '
22559
+ "class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 plr-1025-1 '
22560
22560
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22561
22561
  "class": "col-lg-9 p-0 d-flex justify-content-start align-items-center "
22562
22562
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -23754,7 +23754,7 @@
23754
23754
  paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
23755
23755
  paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
23756
23756
  },
23757
- "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 '
23757
+ "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 px-2015-3 py-lg-3 '
23758
23758
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23759
23759
  "class": "row m-0 w-100 justify-content-center d-md-none"
23760
23760
  }, StoreInformation()), /*#__PURE__*/React__default["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {