tabexseriescomponents 0.2.1295 → 0.2.1296

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
@@ -25626,14 +25626,16 @@ var CardsSection = function CardsSection(props) {
25626
25626
  }
25627
25627
  }),
25628
25628
  line_left: glamor.css({
25629
- height: '1px',
25629
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '2px' : '4px',
25630
+ borderRadius: authdetailsContext.instinfo.instid == '69eddfb81f141' ? 100 : 0,
25630
25631
  position: 'relative',
25631
25632
  flex: '1 1 auto',
25632
25633
  minWidth: '10%',
25633
25634
  background: sectionproperties.linebgcolor
25634
25635
  }),
25635
25636
  line_right: glamor.css({
25636
- height: '1px',
25637
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '2px' : '4px',
25638
+ borderRadius: authdetailsContext.instinfo.instid == '69eddfb81f141' ? 100 : 0,
25637
25639
  position: 'relative',
25638
25640
  flex: '1 1 auto',
25639
25641
  minWidth: '10%',
@@ -25711,12 +25713,12 @@ var CardsSection = function CardsSection(props) {
25711
25713
  }),
25712
25714
  groupbysectionimage: glamor.css({
25713
25715
  width: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25714
- height: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25716
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '60vh' : sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25715
25717
  position: 'relative',
25716
25718
  marginBottom: sectionproperties.groupbysectionimagemarginbottom + 'px',
25717
25719
  '@media (max-width: 1024px)': {
25718
25720
  width: sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%',
25719
- height: sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%'
25721
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '30vh' : sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%'
25720
25722
  },
25721
25723
  ':after': {
25722
25724
  content: 's',
@@ -25784,7 +25786,9 @@ var CardsSection = function CardsSection(props) {
25784
25786
  height: '15%',
25785
25787
  width: '15%'
25786
25788
  }
25787
- }), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25789
+ }), authdetailsContext.instinfo.instid == '69eddfb81f141' && langdetect == 'ar' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25790
+ "class": section_cssstyles.line_left
25791
+ }), authdetailsContext.instinfo.instid != '69eddfb81f141' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25788
25792
  "class": section_cssstyles.line_left
25789
25793
  }), authdetailsContext.instinfo.instid != '68333d09dc47d' && /*#__PURE__*/React__default["default"].createElement("p", {
25790
25794
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_cssstyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_cssstyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? "".concat(section_cssstyles.sectiontitlespan) + ' ASUL mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
@@ -25813,7 +25817,9 @@ var CardsSection = function CardsSection(props) {
25813
25817
  paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
25814
25818
  textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
25815
25819
  }
25816
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25820
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), authdetailsContext.instinfo.instid != '69eddfb81f141' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25821
+ "class": section_cssstyles.line_right
25822
+ }), authdetailsContext.instinfo.instid == '69eddfb81f141' && langdetect == 'en' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25817
25823
  "class": section_cssstyles.line_right
25818
25824
  }));
25819
25825
  };
@@ -66289,15 +66295,16 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66289
66295
  zIndex: 1000,
66290
66296
  height: '100%',
66291
66297
  width: '100%'
66292
- }, "zIndex", 5)
66298
+ }, "zIndex", 5),
66299
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'allcentered' : ''
66293
66300
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66294
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3'
66301
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3'
66295
66302
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66296
66303
  "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66297
66304
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66298
66305
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66299
66306
  }, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66300
- "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-2' : 'col-lg-12 p-0 d-flex justify-content-start mt-2'
66307
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-3' : 'col-lg-12 p-0 d-flex justify-content-start mt-3'
66301
66308
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66302
66309
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66303
66310
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66353,13 +66360,13 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66353
66360
  margin: 'auto'
66354
66361
  }, "zIndex", 5)
66355
66362
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66356
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66363
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66357
66364
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66358
66365
  "class": "col-lg-12 p-0 d-flex justify-content-center"
66359
66366
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66360
66367
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66361
66368
  }, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66362
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66369
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66363
66370
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66364
66371
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66365
66372
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66411,13 +66418,13 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66411
66418
  margin: 'auto'
66412
66419
  }, "zIndex", 5)
66413
66420
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66414
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66421
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66415
66422
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66416
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66423
+ "class": "col-lg-12 p-0 d-flex justify-content-center "
66417
66424
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66418
66425
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66419
66426
  }, langdetect == 'en' ? (_cardsarray$1 = cardsarray[2]) === null || _cardsarray$1 === void 0 ? void 0 : _cardsarray$1.name_en : (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66420
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66427
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66421
66428
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66422
66429
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66423
66430
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66472,13 +66479,13 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66472
66479
  margin: 'auto'
66473
66480
  }, "zIndex", 5)
66474
66481
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66475
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto mb-auto'
66482
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto mb-auto'
66476
66483
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66477
66484
  "class": "col-lg-12 p-0 d-flex justify-content-center"
66478
66485
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66479
66486
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66480
66487
  }, langdetect == 'en' ? (_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.name_en : (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66481
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66488
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66482
66489
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66483
66490
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66484
66491
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (cardsarray === null || cardsarray === void 0 ? void 0 : cardsarray.length) == 5 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66524,15 +66531,16 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66524
66531
  zIndex: 1000,
66525
66532
  width: '100%',
66526
66533
  bottom: 10
66527
- }, "zIndex", 5)
66534
+ }, "zIndex", 5),
66535
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'allcentered h-100' : ''
66528
66536
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66529
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 d-flex h-100 allcentered' : 'row m-0 w-100 p-3 d-flex justify-content-end'
66537
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 d-flex allcentered' : 'row m-0 w-100 p-3 d-flex justify-content-end'
66530
66538
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66531
66539
  "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66532
66540
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66533
66541
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66534
66542
  }, langdetect == 'en' ? (_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.name_en : (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66535
- "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66543
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-3' : 'col-lg-12 p-0 d-flex justify-content-start mt-3'
66536
66544
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66537
66545
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
66538
66546
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '672258d7826b4' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -95495,7 +95503,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
95495
95503
  function ownKeys$6(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
95496
95504
  function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
95497
95505
  var Simpleproductcard = function Simpleproductcard(props) {
95498
- var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _item$producttags2, _authdetailsContext$i7, _item$producttags$2, _authdetailsContext$i8, _authdetailsContext$i9;
95506
+ var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _item$producttags2, _authdetailsContext$i7, _item$producttags$2, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0;
95499
95507
  var _useState = React.useState(''),
95500
95508
  _useState2 = _slicedToArray__default["default"](_useState, 2),
95501
95509
  sectionproperties = _useState2[0],
@@ -96579,7 +96587,28 @@ var Simpleproductcard = function Simpleproductcard(props) {
96579
96587
  disabled: AddtoCartMutationContext.isLoading == true ? true : false
96580
96588
  }, /*#__PURE__*/React__default["default"].createElement("i", {
96581
96589
  "class": "h-100 allcentered addbtn"
96582
- }, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
96590
+ }, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React__default["default"].createElement("div", {
96591
+ "class": "col-12 p-0 d-flex flex-row align-items-center",
96592
+ style: {
96593
+ justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
96594
+ visibility: item.quantavailtype == 'nolimit' ? 'visible' : item.currentquantity > 1 ? 'visible' : 'hidden'
96595
+ }
96596
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
96597
+ "class": "m-0 p-0",
96598
+ style: {
96599
+ width: 8,
96600
+ height: 8,
96601
+ borderRadius: 100,
96602
+ background: 'green'
96603
+ }
96604
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
96605
+ "class": 'm-0 mx-2 p-0',
96606
+ style: {
96607
+ color: 'green',
96608
+ fontSize: 13,
96609
+ fontWeight: 400
96610
+ }
96611
+ }, langdetect == 'en' ? 'In Stock' : 'متوفر')), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
96583
96612
  "class": "col-lg-12 p-0 d-flex align-items-center",
96584
96613
  style: {
96585
96614
  justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'
@@ -96587,8 +96616,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
96587
96616
  }, /*#__PURE__*/React__default["default"].createElement("p", {
96588
96617
  "class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
96589
96618
  onClick: function onClick() {
96590
- var _authdetailsContext$i0;
96591
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '68527dfef348b') {
96619
+ var _authdetailsContext$i1;
96620
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '68527dfef348b') {
96592
96621
  // alert(item.path);
96593
96622
  window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
96594
96623
  } else if (sectionproperties.showvariantscont == 'Show') {
package/dist/index.esm.js CHANGED
@@ -25575,14 +25575,16 @@ var CardsSection = function CardsSection(props) {
25575
25575
  }
25576
25576
  }),
25577
25577
  line_left: css({
25578
- height: '1px',
25578
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '2px' : '4px',
25579
+ borderRadius: authdetailsContext.instinfo.instid == '69eddfb81f141' ? 100 : 0,
25579
25580
  position: 'relative',
25580
25581
  flex: '1 1 auto',
25581
25582
  minWidth: '10%',
25582
25583
  background: sectionproperties.linebgcolor
25583
25584
  }),
25584
25585
  line_right: css({
25585
- height: '1px',
25586
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '2px' : '4px',
25587
+ borderRadius: authdetailsContext.instinfo.instid == '69eddfb81f141' ? 100 : 0,
25586
25588
  position: 'relative',
25587
25589
  flex: '1 1 auto',
25588
25590
  minWidth: '10%',
@@ -25660,12 +25662,12 @@ var CardsSection = function CardsSection(props) {
25660
25662
  }),
25661
25663
  groupbysectionimage: css({
25662
25664
  width: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25663
- height: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25665
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '60vh' : sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25664
25666
  position: 'relative',
25665
25667
  marginBottom: sectionproperties.groupbysectionimagemarginbottom + 'px',
25666
25668
  '@media (max-width: 1024px)': {
25667
25669
  width: sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%',
25668
- height: sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%'
25670
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '30vh' : sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%'
25669
25671
  },
25670
25672
  ':after': {
25671
25673
  content: 's',
@@ -25733,7 +25735,9 @@ var CardsSection = function CardsSection(props) {
25733
25735
  height: '15%',
25734
25736
  width: '15%'
25735
25737
  }
25736
- }), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
25738
+ }), authdetailsContext.instinfo.instid == '69eddfb81f141' && langdetect == 'ar' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
25739
+ "class": section_cssstyles.line_left
25740
+ }), authdetailsContext.instinfo.instid != '69eddfb81f141' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
25737
25741
  "class": section_cssstyles.line_left
25738
25742
  }), authdetailsContext.instinfo.instid != '68333d09dc47d' && /*#__PURE__*/React.createElement("p", {
25739
25743
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_cssstyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_cssstyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? "".concat(section_cssstyles.sectiontitlespan) + ' ASUL mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
@@ -25762,7 +25766,9 @@ var CardsSection = function CardsSection(props) {
25762
25766
  paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
25763
25767
  textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
25764
25768
  }
25765
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
25769
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), authdetailsContext.instinfo.instid != '69eddfb81f141' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
25770
+ "class": section_cssstyles.line_right
25771
+ }), authdetailsContext.instinfo.instid == '69eddfb81f141' && langdetect == 'en' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
25766
25772
  "class": section_cssstyles.line_right
25767
25773
  }));
25768
25774
  };
@@ -66238,15 +66244,16 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66238
66244
  zIndex: 1000,
66239
66245
  height: '100%',
66240
66246
  width: '100%'
66241
- }, "zIndex", 5)
66247
+ }, "zIndex", 5),
66248
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'allcentered' : ''
66242
66249
  }, /*#__PURE__*/React.createElement("div", {
66243
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3'
66250
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3'
66244
66251
  }, /*#__PURE__*/React.createElement("div", {
66245
66252
  "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66246
66253
  }, /*#__PURE__*/React.createElement("p", {
66247
66254
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66248
66255
  }, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
66249
- "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-2' : 'col-lg-12 p-0 d-flex justify-content-start mt-2'
66256
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-3' : 'col-lg-12 p-0 d-flex justify-content-start mt-3'
66250
66257
  }, /*#__PURE__*/React.createElement("p", {
66251
66258
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66252
66259
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React.createElement("div", {
@@ -66302,13 +66309,13 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66302
66309
  margin: 'auto'
66303
66310
  }, "zIndex", 5)
66304
66311
  }, /*#__PURE__*/React.createElement("div", {
66305
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66312
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66306
66313
  }, /*#__PURE__*/React.createElement("div", {
66307
66314
  "class": "col-lg-12 p-0 d-flex justify-content-center"
66308
66315
  }, /*#__PURE__*/React.createElement("p", {
66309
66316
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66310
66317
  }, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
66311
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66318
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66312
66319
  }, /*#__PURE__*/React.createElement("p", {
66313
66320
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66314
66321
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React.createElement("div", {
@@ -66360,13 +66367,13 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66360
66367
  margin: 'auto'
66361
66368
  }, "zIndex", 5)
66362
66369
  }, /*#__PURE__*/React.createElement("div", {
66363
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66370
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66364
66371
  }, /*#__PURE__*/React.createElement("div", {
66365
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66372
+ "class": "col-lg-12 p-0 d-flex justify-content-center "
66366
66373
  }, /*#__PURE__*/React.createElement("p", {
66367
66374
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66368
66375
  }, langdetect == 'en' ? (_cardsarray$1 = cardsarray[2]) === null || _cardsarray$1 === void 0 ? void 0 : _cardsarray$1.name_en : (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
66369
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66376
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66370
66377
  }, /*#__PURE__*/React.createElement("p", {
66371
66378
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66372
66379
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React.createElement("div", {
@@ -66421,13 +66428,13 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66421
66428
  margin: 'auto'
66422
66429
  }, "zIndex", 5)
66423
66430
  }, /*#__PURE__*/React.createElement("div", {
66424
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto mb-auto'
66431
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto mb-auto'
66425
66432
  }, /*#__PURE__*/React.createElement("div", {
66426
66433
  "class": "col-lg-12 p-0 d-flex justify-content-center"
66427
66434
  }, /*#__PURE__*/React.createElement("p", {
66428
66435
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66429
66436
  }, langdetect == 'en' ? (_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.name_en : (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
66430
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66437
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66431
66438
  }, /*#__PURE__*/React.createElement("p", {
66432
66439
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66433
66440
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (cardsarray === null || cardsarray === void 0 ? void 0 : cardsarray.length) == 5 && /*#__PURE__*/React.createElement("div", {
@@ -66473,15 +66480,16 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
66473
66480
  zIndex: 1000,
66474
66481
  width: '100%',
66475
66482
  bottom: 10
66476
- }, "zIndex", 5)
66483
+ }, "zIndex", 5),
66484
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'allcentered h-100' : ''
66477
66485
  }, /*#__PURE__*/React.createElement("div", {
66478
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 d-flex h-100 allcentered' : 'row m-0 w-100 p-3 d-flex justify-content-end'
66486
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 d-flex allcentered' : 'row m-0 w-100 p-3 d-flex justify-content-end'
66479
66487
  }, /*#__PURE__*/React.createElement("div", {
66480
66488
  "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66481
66489
  }, /*#__PURE__*/React.createElement("p", {
66482
66490
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66483
66491
  }, langdetect == 'en' ? (_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.name_en : (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
66484
- "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66492
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-3' : 'col-lg-12 p-0 d-flex justify-content-start mt-3'
66485
66493
  }, /*#__PURE__*/React.createElement("p", {
66486
66494
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
66487
66495
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '672258d7826b4' && /*#__PURE__*/React.createElement("div", {
@@ -95444,7 +95452,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
95444
95452
  function ownKeys$6(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
95445
95453
  function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
95446
95454
  var Simpleproductcard = function Simpleproductcard(props) {
95447
- var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _item$producttags2, _authdetailsContext$i7, _item$producttags$2, _authdetailsContext$i8, _authdetailsContext$i9;
95455
+ var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _item$producttags2, _authdetailsContext$i7, _item$producttags$2, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0;
95448
95456
  var _useState = useState(''),
95449
95457
  _useState2 = _slicedToArray(_useState, 2),
95450
95458
  sectionproperties = _useState2[0],
@@ -96528,7 +96536,28 @@ var Simpleproductcard = function Simpleproductcard(props) {
96528
96536
  disabled: AddtoCartMutationContext.isLoading == true ? true : false
96529
96537
  }, /*#__PURE__*/React.createElement("i", {
96530
96538
  "class": "h-100 allcentered addbtn"
96531
- }, /*#__PURE__*/React.createElement(FiPlus, null))))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
96539
+ }, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React.createElement("div", {
96540
+ "class": "col-12 p-0 d-flex flex-row align-items-center",
96541
+ style: {
96542
+ justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
96543
+ visibility: item.quantavailtype == 'nolimit' ? 'visible' : item.currentquantity > 1 ? 'visible' : 'hidden'
96544
+ }
96545
+ }, /*#__PURE__*/React.createElement("p", {
96546
+ "class": "m-0 p-0",
96547
+ style: {
96548
+ width: 8,
96549
+ height: 8,
96550
+ borderRadius: 100,
96551
+ background: 'green'
96552
+ }
96553
+ }), /*#__PURE__*/React.createElement("p", {
96554
+ "class": 'm-0 mx-2 p-0',
96555
+ style: {
96556
+ color: 'green',
96557
+ fontSize: 13,
96558
+ fontWeight: 400
96559
+ }
96560
+ }, langdetect == 'en' ? 'In Stock' : 'متوفر')), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
96532
96561
  "class": "col-lg-12 p-0 d-flex align-items-center",
96533
96562
  style: {
96534
96563
  justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'
@@ -96536,8 +96565,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
96536
96565
  }, /*#__PURE__*/React.createElement("p", {
96537
96566
  "class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
96538
96567
  onClick: function onClick() {
96539
- var _authdetailsContext$i0;
96540
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '68527dfef348b') {
96568
+ var _authdetailsContext$i1;
96569
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '68527dfef348b') {
96541
96570
  // alert(item.path);
96542
96571
  window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
96543
96572
  } else if (sectionproperties.showvariantscont == 'Show') {
package/dist/index.umd.js CHANGED
@@ -25432,14 +25432,16 @@
25432
25432
  }
25433
25433
  }),
25434
25434
  line_left: glamor.css({
25435
- height: '1px',
25435
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '2px' : '4px',
25436
+ borderRadius: authdetailsContext.instinfo.instid == '69eddfb81f141' ? 100 : 0,
25436
25437
  position: 'relative',
25437
25438
  flex: '1 1 auto',
25438
25439
  minWidth: '10%',
25439
25440
  background: sectionproperties.linebgcolor
25440
25441
  }),
25441
25442
  line_right: glamor.css({
25442
- height: '1px',
25443
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '2px' : '4px',
25444
+ borderRadius: authdetailsContext.instinfo.instid == '69eddfb81f141' ? 100 : 0,
25443
25445
  position: 'relative',
25444
25446
  flex: '1 1 auto',
25445
25447
  minWidth: '10%',
@@ -25517,12 +25519,12 @@
25517
25519
  }),
25518
25520
  groupbysectionimage: glamor.css({
25519
25521
  width: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25520
- height: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25522
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '60vh' : sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
25521
25523
  position: 'relative',
25522
25524
  marginBottom: sectionproperties.groupbysectionimagemarginbottom + 'px',
25523
25525
  '@media (max-width: 1024px)': {
25524
25526
  width: sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%',
25525
- height: sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%'
25527
+ height: authdetailsContext.instinfo.instid == '69eddfb81f141' ? '30vh' : sectionproperties.groupbysectionimagewidthheightresponsive == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheightresponsive + '%'
25526
25528
  },
25527
25529
  ':after': {
25528
25530
  content: 's',
@@ -25590,7 +25592,9 @@
25590
25592
  height: '15%',
25591
25593
  width: '15%'
25592
25594
  }
25593
- }), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25595
+ }), authdetailsContext.instinfo.instid == '69eddfb81f141' && langdetect == 'ar' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25596
+ "class": section_cssstyles.line_left
25597
+ }), authdetailsContext.instinfo.instid != '69eddfb81f141' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25594
25598
  "class": section_cssstyles.line_left
25595
25599
  }), authdetailsContext.instinfo.instid != '68333d09dc47d' && /*#__PURE__*/React__default["default"].createElement("p", {
25596
25600
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_cssstyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_cssstyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? "".concat(section_cssstyles.sectiontitlespan) + ' ASUL mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
@@ -25619,7 +25623,9 @@
25619
25623
  paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
25620
25624
  textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
25621
25625
  }
25622
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25626
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), authdetailsContext.instinfo.instid != '69eddfb81f141' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25627
+ "class": section_cssstyles.line_right
25628
+ }), authdetailsContext.instinfo.instid == '69eddfb81f141' && langdetect == 'en' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
25623
25629
  "class": section_cssstyles.line_right
25624
25630
  }));
25625
25631
  };
@@ -66095,15 +66101,16 @@
66095
66101
  zIndex: 1000,
66096
66102
  height: '100%',
66097
66103
  width: '100%'
66098
- }, "zIndex", 5)
66104
+ }, "zIndex", 5),
66105
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'allcentered' : ''
66099
66106
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66100
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3'
66107
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3'
66101
66108
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66102
66109
  "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66103
66110
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66104
66111
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66105
66112
  }, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66106
- "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-2' : 'col-lg-12 p-0 d-flex justify-content-start mt-2'
66113
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-3' : 'col-lg-12 p-0 d-flex justify-content-start mt-3'
66107
66114
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66108
66115
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66109
66116
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66159,13 +66166,13 @@
66159
66166
  margin: 'auto'
66160
66167
  }, "zIndex", 5)
66161
66168
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66162
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66169
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66163
66170
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66164
66171
  "class": "col-lg-12 p-0 d-flex justify-content-center"
66165
66172
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66166
66173
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66167
66174
  }, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66168
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66175
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66169
66176
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66170
66177
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66171
66178
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66217,13 +66224,13 @@
66217
66224
  margin: 'auto'
66218
66225
  }, "zIndex", 5)
66219
66226
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66220
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66227
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto'
66221
66228
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66222
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66229
+ "class": "col-lg-12 p-0 d-flex justify-content-center "
66223
66230
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66224
66231
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66225
66232
  }, langdetect == 'en' ? (_cardsarray$1 = cardsarray[2]) === null || _cardsarray$1 === void 0 ? void 0 : _cardsarray$1.name_en : (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66226
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66233
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66227
66234
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66228
66235
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66229
66236
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66278,13 +66285,13 @@
66278
66285
  margin: 'auto'
66279
66286
  }, "zIndex", 5)
66280
66287
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66281
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 h-100 allcentered' : 'row m-0 w-100 p-3 mt-auto mb-auto'
66288
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 allcentered' : 'row m-0 w-100 p-3 mt-auto mb-auto'
66282
66289
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66283
66290
  "class": "col-lg-12 p-0 d-flex justify-content-center"
66284
66291
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66285
66292
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66286
66293
  }, langdetect == 'en' ? (_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.name_en : (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66287
- "class": "col-lg-12 p-0 d-flex justify-content-center"
66294
+ "class": "col-lg-12 p-0 d-flex justify-content-center mt-3"
66288
66295
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66289
66296
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
66290
66297
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), (cardsarray === null || cardsarray === void 0 ? void 0 : cardsarray.length) == 5 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -66330,15 +66337,16 @@
66330
66337
  zIndex: 1000,
66331
66338
  width: '100%',
66332
66339
  bottom: 10
66333
- }, "zIndex", 5)
66340
+ }, "zIndex", 5),
66341
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'allcentered h-100' : ''
66334
66342
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66335
- "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 d-flex h-100 allcentered' : 'row m-0 w-100 p-3 d-flex justify-content-end'
66343
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'row m-0 w-100 p-3 d-flex allcentered' : 'row m-0 w-100 p-3 d-flex justify-content-end'
66336
66344
  }, /*#__PURE__*/React__default["default"].createElement("div", {
66337
66345
  "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66338
66346
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66339
66347
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
66340
66348
  }, langdetect == 'en' ? (_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.name_en : (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.name_ar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
66341
- "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered' : 'col-lg-12 p-0 d-flex justify-content-start'
66349
+ "class": sectionproperties.generaltext_position == 'Centered' ? 'col-lg-12 p-0 d-flex allcentered mt-3' : 'col-lg-12 p-0 d-flex justify-content-start mt-3'
66342
66350
  }, /*#__PURE__*/React__default["default"].createElement("p", {
66343
66351
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
66344
66352
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '672258d7826b4' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -95301,7 +95309,7 @@
95301
95309
  function ownKeys$6(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
95302
95310
  function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
95303
95311
  var Simpleproductcard = function Simpleproductcard(props) {
95304
- var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _item$producttags2, _authdetailsContext$i7, _item$producttags$2, _authdetailsContext$i8, _authdetailsContext$i9;
95312
+ var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _item$producttags2, _authdetailsContext$i7, _item$producttags$2, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0;
95305
95313
  var _useState = React.useState(''),
95306
95314
  _useState2 = _slicedToArray__default["default"](_useState, 2),
95307
95315
  sectionproperties = _useState2[0],
@@ -96385,7 +96393,28 @@
96385
96393
  disabled: AddtoCartMutationContext.isLoading == true ? true : false
96386
96394
  }, /*#__PURE__*/React__default["default"].createElement("i", {
96387
96395
  "class": "h-100 allcentered addbtn"
96388
- }, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
96396
+ }, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React__default["default"].createElement("div", {
96397
+ "class": "col-12 p-0 d-flex flex-row align-items-center",
96398
+ style: {
96399
+ justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
96400
+ visibility: item.quantavailtype == 'nolimit' ? 'visible' : item.currentquantity > 1 ? 'visible' : 'hidden'
96401
+ }
96402
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
96403
+ "class": "m-0 p-0",
96404
+ style: {
96405
+ width: 8,
96406
+ height: 8,
96407
+ borderRadius: 100,
96408
+ background: 'green'
96409
+ }
96410
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
96411
+ "class": 'm-0 mx-2 p-0',
96412
+ style: {
96413
+ color: 'green',
96414
+ fontSize: 13,
96415
+ fontWeight: 400
96416
+ }
96417
+ }, langdetect == 'en' ? 'In Stock' : 'متوفر')), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
96389
96418
  "class": "col-lg-12 p-0 d-flex align-items-center",
96390
96419
  style: {
96391
96420
  justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'
@@ -96393,8 +96422,8 @@
96393
96422
  }, /*#__PURE__*/React__default["default"].createElement("p", {
96394
96423
  "class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
96395
96424
  onClick: function onClick() {
96396
- var _authdetailsContext$i0;
96397
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '68527dfef348b') {
96425
+ var _authdetailsContext$i1;
96426
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '68527dfef348b') {
96398
96427
  // alert(item.path);
96399
96428
  window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
96400
96429
  } else if (sectionproperties.showvariantscont == 'Show') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1295",
3
+ "version": "0.2.1296",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",