tabexseriescomponents 0.0.296 → 0.0.297

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.esm.js CHANGED
@@ -51230,7 +51230,7 @@ var Card23 = function Card23(props) {
51230
51230
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
51231
51231
  }
51232
51232
  }, /*#__PURE__*/React.createElement("div", {
51233
- "class": "".concat(cardsstyles2.card) + ' '
51233
+ "class": "".concat(cardsstyles2.card) + ' w-100 '
51234
51234
  }, /*#__PURE__*/React.createElement("div", {
51235
51235
  "class": item.IsFavExists == true ? "".concat(cardsstyles2.iconsContainer, " ").concat(cardsstyles2.iconsContainer2) + ' iconsContainer d-flex d-md-none ' : "".concat(cardsstyles2.iconsContainer) + ' iconsContainer d-flex d-md-none ',
51236
51236
  style: {
@@ -51308,13 +51308,13 @@ var Card23 = function Card23(props) {
51308
51308
  }, /*#__PURE__*/React.createElement(BsEye, {
51309
51309
  size: sectionproperties.generalbtn_fontsize
51310
51310
  })))), sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
51311
- "class": "col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 pl-sm-2 pr-sm-2",
51311
+ "class": "col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 ",
51312
51312
  style: {
51313
51313
  paddingTop: sectionproperties.paddingTop + 'px',
51314
51314
  paddingBottom: sectionproperties.paddingBottom + 'px'
51315
51315
  }
51316
51316
  }, /*#__PURE__*/React.createElement("div", {
51317
- "class": sectionproperties.hideshowcardtransition == 'Show' ? "".concat(cardsstyles2.productPricestyles, " ").concat(cardstyles$7.imagecontainer) + ' d-flex d-md-none ' : "".concat(cardsstyles2.productPricestyles, " ") + ' d-flex d-md-none ',
51317
+ "class": sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex d-md-none ' : " ".concat(cardsstyles2.imageContainer, " ") + ' d-flex d-md-none ',
51318
51318
  style: {
51319
51319
  height: sectionproperties.image_height + 'px'
51320
51320
  }
@@ -51324,7 +51324,7 @@ var Card23 = function Card23(props) {
51324
51324
  height: sectionproperties.height_responsive + 'px'
51325
51325
  }
51326
51326
  }, Image('responsive')), /*#__PURE__*/React.createElement("div", {
51327
- "class": 'row m-0 w-100 pl-sm-0 pr-sm-0',
51327
+ "class": 'row m-0 w-100 pl-sm-2 pr-sm-2',
51328
51328
  style: {
51329
51329
  paddingLeft: '10px',
51330
51330
  paddingRight: '10px',
@@ -51396,6 +51396,748 @@ var Card23 = function Card23(props) {
51396
51396
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic))))))));
51397
51397
  };
51398
51398
 
51399
+ // import React, { useEffect, useState } from 'react';
51400
+ // import { css } from 'glamor';
51401
+ // import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
51402
+ // import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
51403
+ // import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
51404
+ // import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
51405
+ // import { FaHeart } from '@react-icons/all-files/fa/FaHeart';
51406
+ // import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
51407
+ // import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
51408
+ // import { AiOutlineStar } from '@react-icons/all-files/ai/AiOutlineStar';
51409
+ // import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
51410
+ // import { BsBag } from '@react-icons/all-files/bs/BsBag';
51411
+ // import { RiHandbagLine } from '@react-icons/all-files/ri/RiHandbagLine';
51412
+ // import { BsEye } from '@react-icons/all-files/bs/BsEye';
51413
+
51414
+ // const Card23 = (props) => {
51415
+ // const [sectionproperties, setsectionproperties] = useState('');
51416
+ // const [item, setitem] = useState(props.cardinfoitemprops);
51417
+ // const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
51418
+ // const lang = props.actions.lang;
51419
+ // const langdetect = props.actions.langdetect;
51420
+ // const addtofavoritescontext = props.actions.addtofavoritescontext;
51421
+ // const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
51422
+ // const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
51423
+ // const cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
51424
+ // const ikimagecredcontext = props.actions.ikimagecredcontext;
51425
+ // const [index, setindex] = useState(props.cardinfoindexprops);
51426
+ // useEffect(() => {
51427
+ // var secpropobj = {};
51428
+ // StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
51429
+ // if (sectionitem.sectionid == props.sectionidprops) {
51430
+ // sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
51431
+ // secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
51432
+ // });
51433
+ // }
51434
+ // });
51435
+ // setsectionproperties({ ...secpropobj });
51436
+ // }, [StatePagePropertiesContext]);
51437
+ // useEffect(() => {
51438
+ // setitem(props.cardinfoitemprops);
51439
+ // }, [props.cardinfoitemprops]);
51440
+ // const cardsstyles2 = {
51441
+ // showmodal: css({
51442
+ // backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
51443
+ // borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
51444
+ // borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
51445
+ // borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
51446
+ // borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
51447
+ // height: sectionproperties.generalbtn_height + 'px',
51448
+ // width: sectionproperties.generalbtn_width + 'px',
51449
+ // fontSize: sectionproperties.generalbtn_fontsize + 'px',
51450
+ // color: sectionproperties.generalbtn_textColor,
51451
+ // cursor: 'pointer',
51452
+ // transition: '0.3s',
51453
+ // ':hover': {
51454
+ // backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
51455
+ // color: sectionproperties.generalbtn_textColoronhover,
51456
+ // },
51457
+ // }),
51458
+ // productNameStyles: css({
51459
+ // color: sectionproperties.prodNameColor,
51460
+ // fontSize: sectionproperties.prodNameFontSize + 'px',
51461
+ // textTransform: sectionproperties.prodNameTextTranform,
51462
+ // fontWeight: sectionproperties.prodNameFontWeight,
51463
+ // transition: '.3s',
51464
+ // cursor: 'pointer',
51465
+ // ':hover': {
51466
+ // color: sectionproperties.prodNameColorOnHover,
51467
+ // },
51468
+ // }),
51469
+ // productDescStyles: css({
51470
+ // color: sectionproperties.prodCatColor,
51471
+ // fontSize: sectionproperties.prodCatFontSize + 'px',
51472
+ // textTransform: sectionproperties.prodCatTextTranform,
51473
+ // fontWeight: sectionproperties.prodCatFontWeight,
51474
+ // transition: '.3s',
51475
+ // }),
51476
+ // productPricestyles: css({
51477
+ // color: sectionproperties.prodPriceColor,
51478
+ // fontSize: sectionproperties.prodpriceFontSize + 'px',
51479
+ // fontWeight: sectionproperties.prodPriceFontWeight,
51480
+ // }),
51481
+ // productSalePricestyles: css({
51482
+ // color: sectionproperties.prodsalePriceColor,
51483
+ // fontSize: sectionproperties.prodsalepriceFontSize + 'px',
51484
+ // fontWeight: sectionproperties.prodsalePriceFontWeight,
51485
+ // }),
51486
+ // wishlist_btn: css({
51487
+ // width: sectionproperties.favBtnWidth + 'px',
51488
+ // height: sectionproperties.favBtnHeight + 'px',
51489
+ // background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : item.IsFavExists == true ? sectionproperties.activebgcolor : sectionproperties.favBtnbgColor,
51490
+ // borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
51491
+ // color: item.IsFavExists == true ? sectionproperties.activefaviconcolor : sectionproperties.favBtniconcolor,
51492
+ // fontSize: sectionproperties.favBtnTextfontsize + 'px',
51493
+ // textTransform: sectionproperties.favBtnTexttransform,
51494
+ // fontWeight: sectionproperties.favBtnTextfontweight,
51495
+ // border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
51496
+ // transition: '.3s',
51497
+ // ':hover': {
51498
+ // background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
51499
+ // color: sectionproperties.favBtnTextcoloronhover,
51500
+ // },
51501
+ // ':hover .icon': {
51502
+ // transition: 'all, 0.2s',
51503
+ // transform: ' rotate(360deg)',
51504
+ // },
51505
+ // }),
51506
+ // cart_btn: css({
51507
+ // width: sectionproperties.cartBtnWidth + 'px',
51508
+ // height: sectionproperties.cartBtnHeight + 'px',
51509
+ // background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
51510
+ // borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
51511
+ // color: sectionproperties.cartBtnTextcolor,
51512
+ // fontSize: sectionproperties.cartBtnTextfontsize + 'px',
51513
+ // fontWeight: sectionproperties.cartBtnTextfontweight,
51514
+ // border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
51515
+ // transition: '.3s',
51516
+ // ':hover': {
51517
+ // background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
51518
+ // color: sectionproperties.cartBtnTextcoloronhover,
51519
+ // borderColor: sectionproperties.cartBtnTextcoloronhover,
51520
+ // },
51521
+ // }),
51522
+ // iconsContainer: css({
51523
+ // display: 'flex',
51524
+ // flexDirection: 'column',
51525
+ // position: 'absolute',
51526
+ // top: 10,
51527
+ // right: -15,
51528
+ // opacity: 0,
51529
+ // transform: `translateX(5px)`,
51530
+ // }),
51531
+ // card: css({
51532
+ // marginBottom: sectionproperties.marginBottom + 'px',
51533
+ // marginTop: sectionproperties.marginTop + 'px',
51534
+ // backgroundColor: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
51535
+ // borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
51536
+ // borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
51537
+ // borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
51538
+ // borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
51539
+ // border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
51540
+ // paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
51541
+ // paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
51542
+ // ':hover .iconsContainer': {
51543
+ // opacity: 1,
51544
+ // transition: 'all, 0.4s',
51545
+ // right: 10,
51546
+ // transform: `translateX(0px)`,
51547
+ // },
51548
+ // }),
51549
+ // iconsContainer2: css({
51550
+ // opacity: 1,
51551
+ // transition: 'all, 0.4s',
51552
+ // right: 10,
51553
+ // transform: `translateX(0px)`,
51554
+ // }),
51555
+ // imageContainer: css({
51556
+ // backgroundColor: sectionproperties.image_bgcolor,
51557
+ // borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
51558
+ // borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
51559
+ // borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
51560
+ // borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
51561
+ // }),
51562
+ // };
51563
+
51564
+ // const plainString = (html) => {
51565
+ // var divContainer = document.createElement('div');
51566
+ // divContainer.innerHTML = html;
51567
+ // return divContainer.textContent || divContainer.innerText || '';
51568
+ // };
51569
+ // const Image = () => {
51570
+ // return (
51571
+ // <div class="w-100">
51572
+ // <Imagekitimagecomp
51573
+ // urlEndpoint={ikimagecredcontext?.ikimageendpoint}
51574
+ // publicKey={ikimagecredcontext?.ikimagepublickey}
51575
+ // path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
51576
+ // style={{
51577
+ // width: sectionproperties.imageInnerWidth_Height + '%',
51578
+ // height: sectionproperties.imageInnerWidth_Height + '%',
51579
+ // objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
51580
+ // borderBottomLeftRadius:
51581
+ // sectionproperties.bgcovercontain == 'Cover'
51582
+ // ? langdetect == 'en'
51583
+ // ? sectionproperties.image_borderBottomLeftRadius + 'px'
51584
+ // : sectionproperties.image_borderBottomRightRadius + 'px'
51585
+ // : 0,
51586
+ // borderBottomRightRadius:
51587
+ // sectionproperties.bgcovercontain == 'Cover'
51588
+ // ? langdetect == 'en'
51589
+ // ? sectionproperties.image_borderBottomRightRadius + 'px'
51590
+ // : sectionproperties.image_borderBottomLeftRadius + 'px'
51591
+ // : 0,
51592
+ // borderTopLeftRadius:
51593
+ // sectionproperties.bgcovercontain == 'Cover'
51594
+ // ? langdetect == 'en'
51595
+ // ? sectionproperties.image_bordertopleftradius + 'px'
51596
+ // : sectionproperties.image_bordertoprightradius + 'px'
51597
+ // : 0,
51598
+ // borderTopRightRadius:
51599
+ // sectionproperties.bgcovercontain == 'Cover'
51600
+ // ? langdetect == 'en'
51601
+ // ? sectionproperties.image_bordertoprightradius + 'px'
51602
+ // : sectionproperties.image_bordertopleftradius + 'px'
51603
+ // : 0,
51604
+ // }}
51605
+ // loading="lazy"
51606
+ // onClick={() => {
51607
+ // setShowProductInfoModalContext(true);
51608
+ // setProductIdProdutInfoModalContext(item.productid);
51609
+ // }}
51610
+ // />
51611
+ // {item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
51612
+ // <div
51613
+ // class="row m-0 align-items-center justify-content-center"
51614
+ // style={{
51615
+ // position: 'absolute',
51616
+ // top: 10,
51617
+ // left: 10,
51618
+ // height: sectionproperties.badge_height + 'px',
51619
+ // width: sectionproperties.badge_width + 'px',
51620
+ // backgroundColor: sectionproperties.badge_bgcolor,
51621
+ // borderRadius: sectionproperties.badge_borderradius + 'px',
51622
+ // paddingLeft: '10px',
51623
+ // paddingRight: '10px',
51624
+ // color: sectionproperties.badge_color,
51625
+ // }}
51626
+ // >
51627
+ // <div style={{ fontSize: sectionproperties.badge_fontsize + 'px' }}>{langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}</div>
51628
+ // </div>
51629
+ // )}
51630
+ // {sectionproperties.showpill == 'Show' && item.hassale == 1 && (
51631
+ // <div
51632
+ // class="allcentered"
51633
+ // style={{
51634
+ // position: 'absolute',
51635
+ // top: sectionproperties.pillpositionfromtop + 'px',
51636
+ // left: sectionproperties.pillpositionfromright + 'px',
51637
+ // width: sectionproperties.pillwidth + 'px',
51638
+ // height: sectionproperties.pillheight + 'px',
51639
+ // background: sectionproperties.pillbgcolor,
51640
+ // borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
51641
+ // }}
51642
+ // >
51643
+ // <p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
51644
+ // {'-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%'}
51645
+ // </p>
51646
+ // </div>
51647
+ // )}
51648
+ // </div>
51649
+ // );
51650
+ // };
51651
+ // return (
51652
+ // <div
51653
+ // class={
51654
+ // langdetect == 'en'
51655
+ // ? sectionproperties.card_marginLeft != 0
51656
+ // ? 'row m-0 w-100 pl-sm-2'
51657
+ // : sectionproperties.card_marginRight != 0
51658
+ // ? 'row m-0 w-100 pr-sm-2'
51659
+ // : 'row m-0 w-100'
51660
+ // : langdetect == 'en'
51661
+ // ? sectionproperties.card_marginRight != 0
51662
+ // ? 'row m-0 w-100 pr-sm-2'
51663
+ // : sectionproperties.card_marginLeft != 0
51664
+ // ? 'row m-0 w-100 pl-sm-2'
51665
+ // : 'row m-0 w-100'
51666
+ // : 'row m-0 w-100'
51667
+ // }
51668
+ // style={{
51669
+ // paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
51670
+ // paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
51671
+ // }}
51672
+ // >
51673
+ // <div class={`${cardsstyles2.card}` + ' '}>
51674
+ // <div
51675
+ // class={
51676
+ // item.IsFavExists == true
51677
+ // ? `${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-flex d-md-none '
51678
+ // : `${cardsstyles2.iconsContainer}` + ' iconsContainer d-flex d-md-none '
51679
+ // }
51680
+ // style={{ zIndex: 100 }}
51681
+ // >
51682
+ // {sectionproperties.favBtnShow == 'Show' && (
51683
+ // <button
51684
+ // class={`${cardsstyles2.wishlist_btn}` + ' mb-1 '}
51685
+ // onClick={() => {
51686
+ // addtofavoritescontext(item.productid);
51687
+ // }}
51688
+ // >
51689
+ // {item.IsFavExists && (
51690
+ // <i class="h-100 d-flex align-items-center justify-content-center icon">
51691
+ // {sectionproperties.faviconshape == 'Star Shape' && (
51692
+ // <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
51693
+ // )}
51694
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
51695
+ // </i>
51696
+ // )}
51697
+ // {!item.IsFavExists && (
51698
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51699
+ // {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
51700
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
51701
+ // </i>
51702
+ // )}
51703
+ // </button>
51704
+ // )}
51705
+ // {sectionproperties.generalbtn_show == 'Show' && (
51706
+ // <button
51707
+ // class={` ${cardsstyles2.showmodal}`}
51708
+ // onClick={(e) => {
51709
+ // e.stopPropagation();
51710
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
51711
+ // }}
51712
+ // >
51713
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51714
+ // <BsEye size={sectionproperties.generalbtn_fontsize} />
51715
+ // </i>
51716
+ // </button>
51717
+ // )}
51718
+ // </div>
51719
+ // <div class={`${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-none d-md-flex '} style={{ zIndex: 100 }}>
51720
+ // {sectionproperties.favBtnShow == 'Show' && (
51721
+ // <button
51722
+ // class={` ${cardsstyles2.wishlist_btn}` + ' mb-1 '}
51723
+ // onClick={() => {
51724
+ // addtofavoritescontext(item.productid);
51725
+ // }}
51726
+ // >
51727
+ // {item.IsFavExists && (
51728
+ // <i class="h-100 d-flex align-items-center justify-content-center icon">
51729
+ // {sectionproperties.faviconshape == 'Star Shape' && (
51730
+ // <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
51731
+ // )}
51732
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
51733
+ // </i>
51734
+ // )}
51735
+ // {!item.IsFavExists && (
51736
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51737
+ // {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
51738
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
51739
+ // </i>
51740
+ // )}
51741
+ // </button>
51742
+ // )}
51743
+
51744
+ // {sectionproperties.generalbtn_show == 'Show' && (
51745
+ // <button
51746
+ // class={` ${cardsstyles2.showmodal}`}
51747
+ // onClick={(e) => {
51748
+ // e.stopPropagation();
51749
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
51750
+ // }}
51751
+ // >
51752
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51753
+ // <BsEye size={sectionproperties.generalbtn_fontsize} />
51754
+ // </i>
51755
+ // </button>
51756
+ // )}
51757
+ // </div>
51758
+ // {sectionproperties.length != 0 && (
51759
+ // <div
51760
+ // class="col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 pl-sm-2 pr-sm-2"
51761
+ // style={{
51762
+ // paddingTop: sectionproperties.paddingTop + 'px',
51763
+ // paddingBottom: sectionproperties.paddingBottom + 'px',
51764
+ // }}
51765
+ // >
51766
+ // <div
51767
+ // class={cardsstyles2.imageContainer + ' d-flex d-md-none '}
51768
+ // style={{
51769
+ // height: sectionproperties.image_height + 'px',
51770
+ // }}
51771
+ // >
51772
+ // {Image()}
51773
+ // </div>
51774
+ // <div
51775
+ // class={cardsstyles2.imageContainer + ' d-none d-md-flex '}
51776
+ // style={{
51777
+ // height: sectionproperties.height_responsive + 'px',
51778
+ // }}
51779
+ // >
51780
+ // {Image()}
51781
+ // </div>
51782
+ // <div
51783
+ // class={'row m-0 w-100 pl-sm-0 pr-sm-0'}
51784
+ // style={{
51785
+ // paddingLeft: '10px',
51786
+ // paddingRight: '10px',
51787
+ // paddingTop: '10px',
51788
+ // paddingBottom: '10px',
51789
+ // }}
51790
+ // >
51791
+ // <div class="col-lg-12 p-0">
51792
+ // {sectionproperties.prodCatShow == 'Show' && (
51793
+ // <p
51794
+ // class={`${cardsstyles2.productDescStyles}` + ' col-lg-12 wordbreak wordbreak1 p-0 m-0 '}
51795
+ // style={{
51796
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
51797
+ // }}
51798
+ // >
51799
+ // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
51800
+ // </p>
51801
+ // )}
51802
+
51803
+ // {sectionproperties.prodNameShow == 'Show' && (
51804
+ // <div class="col-lg-12 p-0 " style={{ minHeight: '6vh' }}>
51805
+ // <p
51806
+ // onClick={() => {
51807
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
51808
+ // }}
51809
+ // class={
51810
+ // sectionproperties.wordbreak == '1'
51811
+ // ? `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
51812
+ // : `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
51813
+ // }
51814
+ // style={{
51815
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
51816
+ // }}
51817
+ // >
51818
+ // {item.name}
51819
+ // </p>
51820
+ // </div>
51821
+ // )}
51822
+ // </div>
51823
+ // <div class="row m-0 w-100 align-items-center mt-1 mb-1">
51824
+ // {sectionproperties.prodPriceShow == 'Show' && (
51825
+ // <p
51826
+ // class={
51827
+ // langdetect == 'en'
51828
+ // ? `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left '
51829
+ // : `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
51830
+ // }
51831
+ // >
51832
+ // {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
51833
+ // </p>
51834
+ // )}
51835
+ // {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && <span class={`${cardsstyles2.productSalePricestyles}`}>/</span>}
51836
+ // {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
51837
+ // <p
51838
+ // class={
51839
+ // langdetect == 'en'
51840
+ // ? `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left '
51841
+ // : `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
51842
+ // }
51843
+ // >
51844
+ // {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
51845
+ // </p>
51846
+ // )}
51847
+ // </div>
51848
+ // <div class="d-flex align-items-center m-0">
51849
+ // {sectionproperties.cartBtnShow == 'Show' && (
51850
+ // <button
51851
+ // class={`${cardsstyles2.cart_btn}` + ' allcentered '}
51852
+ // onClick={() => {
51853
+ // setShowProductInfoModalContext(true);
51854
+ // setProductIdProdutInfoModalContext(item.productid);
51855
+ // }}
51856
+ // >
51857
+ // <div class="d-flex align-items-center justify-content-center">
51858
+ // {sectionproperties.cartBtn_iconFontSize != 0 && (
51859
+ // <i class="allcentered mr-2" style={{ color: sectionproperties.cart_iconcolor, fontSize: sectionproperties.cartBtn_iconFontSize }}>
51860
+ // {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
51861
+ // {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
51862
+ // {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
51863
+ // {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
51864
+ // {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
51865
+ // {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
51866
+ // </i>
51867
+ // )}
51868
+ // <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic}</p>
51869
+ // </div>
51870
+ // </button>
51871
+ // )}
51872
+ // </div>
51873
+ // </div>
51874
+ // </div>
51875
+ // )}
51876
+ // </div>
51877
+ // {/* <div
51878
+ // class={props.sectiontypeprops2 == 'vertical' ? `${cardsstyles2.card}` + ' d-none d-md-flex w-100 ' : `${cardsstyles2.card}` + ' d-none d-md-flex '}
51879
+ // style={{
51880
+ // minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
51881
+ // maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + ' px',
51882
+ // }}
51883
+ // >
51884
+ // <div
51885
+ // class={
51886
+ // item.IsFavExists == true
51887
+ // ? `${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-flex d-md-none '
51888
+ // : `${cardsstyles2.iconsContainer}` + ' iconsContainer d-flex d-md-none '
51889
+ // }
51890
+ // style={{ zIndex: 100 }}
51891
+ // >
51892
+ // {sectionproperties.favBtnShow == 'Show' && (
51893
+ // <button
51894
+ // class={`${cardsstyles2.wishlist_btn}` + ' mb-1 '}
51895
+ // onClick={() => {
51896
+ // addtofavoritescontext(item.productid);
51897
+ // }}
51898
+ // >
51899
+ // {item.IsFavExists && (
51900
+ // <i class="h-100 d-flex align-items-center justify-content-center icon">
51901
+ // {sectionproperties.faviconshape == 'Star Shape' && (
51902
+ // <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
51903
+ // )}
51904
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
51905
+ // </i>
51906
+ // )}
51907
+ // {!item.IsFavExists && (
51908
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51909
+ // {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
51910
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
51911
+ // </i>
51912
+ // )}
51913
+ // </button>
51914
+ // )}
51915
+ // {sectionproperties.generalbtn_show == 'Show' && (
51916
+ // <button
51917
+ // class={` ${cardsstyles2.showmodal}`}
51918
+ // onClick={(e) => {
51919
+ // e.stopPropagation();
51920
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
51921
+ // }}
51922
+ // >
51923
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51924
+ // <BsEye size={sectionproperties.generalbtn_fontsize} />
51925
+ // </i>
51926
+ // </button>
51927
+ // )}
51928
+ // </div>
51929
+ // <div class={`${cardsstyles2.iconsContainer} ${cardsstyles2.iconsContainer2}` + ' iconsContainer d-none d-md-flex '} style={{ zIndex: 100 }}>
51930
+ // {sectionproperties.favBtnShow == 'Show' && (
51931
+ // <button
51932
+ // class={` ${cardsstyles2.wishlist_btn}` + ' mb-1 '}
51933
+ // onClick={() => {
51934
+ // addtofavoritescontext(item.productid);
51935
+ // }}
51936
+ // >
51937
+ // {item.IsFavExists && (
51938
+ // <i class="h-100 d-flex align-items-center justify-content-center icon">
51939
+ // {sectionproperties.faviconshape == 'Star Shape' && (
51940
+ // <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
51941
+ // )}
51942
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />}
51943
+ // </i>
51944
+ // )}
51945
+ // {!item.IsFavExists && (
51946
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51947
+ // {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
51948
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
51949
+ // </i>
51950
+ // )}
51951
+ // </button>
51952
+ // )}
51953
+
51954
+ // {sectionproperties.generalbtn_show == 'Show' && (
51955
+ // <button
51956
+ // class={` ${cardsstyles2.showmodal}`}
51957
+ // onClick={(e) => {
51958
+ // e.stopPropagation();
51959
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
51960
+ // }}
51961
+ // >
51962
+ // <i class="h-100 d-flex align-items-center justify-content-center">
51963
+ // <BsEye size={sectionproperties.generalbtn_fontsize} />
51964
+ // </i>
51965
+ // </button>
51966
+ // )}
51967
+ // </div>
51968
+ // {sectionproperties.length != 0 && (
51969
+ // <div
51970
+ // class="col-lg-12 col-md-12 col-sm-12 pl-0 pr-0 pl-sm-2 pr-sm-2"
51971
+ // style={{
51972
+ // paddingTop: sectionproperties.paddingTop + 'px',
51973
+ // paddingBottom: sectionproperties.paddingBottom + 'px',
51974
+ // }}
51975
+ // >
51976
+ // <div
51977
+ // class="cursor-pointer"
51978
+ // style={{
51979
+ // backgroundColor: sectionproperties.image_bgcolor,
51980
+ // height: sectionproperties.image_height + 'px',
51981
+ // borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
51982
+ // borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
51983
+ // borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
51984
+ // borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
51985
+ // }}
51986
+ // >
51987
+
51988
+ // <Imagekitimagecomp
51989
+ // urlEndpoint={ikimagecredcontext?.ikimageendpoint}
51990
+ // publicKey={ikimagecredcontext?.ikimagepublickey}
51991
+ // path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
51992
+ // style={{
51993
+ // width: '100%',
51994
+ // height: '100%',
51995
+ // objectFit: 'contain',
51996
+ // }}
51997
+ // loading="lazy"
51998
+ // onClick={() => {
51999
+ // setShowProductInfoModalContext(true);
52000
+ // setProductIdProdutInfoModalContext(item.productid);
52001
+ // }}
52002
+ // ></IKImage>
52003
+ // {item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
52004
+ // <div
52005
+ // class="row m-0 align-items-center justify-content-center"
52006
+ // style={{
52007
+ // position: 'absolute',
52008
+ // top: 10,
52009
+ // left: 10,
52010
+ // height: sectionproperties.badge_height + 'px',
52011
+ // width: sectionproperties.badge_width + 'px',
52012
+ // backgroundColor: sectionproperties.badge_bgcolor,
52013
+ // borderRadius: sectionproperties.badge_borderradius + 'px',
52014
+ // paddingLeft: '10px',
52015
+ // paddingRight: '10px',
52016
+ // color: sectionproperties.badge_color,
52017
+ // }}
52018
+ // >
52019
+ // <div style={{ fontSize: sectionproperties.badge_fontsize + 'px' }}>{langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}</div>
52020
+ // </div>
52021
+ // )}
52022
+ // {sectionproperties.showpill == 'Show' && item.hassale == 1 && (
52023
+ // <div
52024
+ // class="allcentered"
52025
+ // style={{
52026
+ // position: 'absolute',
52027
+ // top: sectionproperties.pillpositionfromtop + 'px',
52028
+ // left: sectionproperties.pillpositionfromright + 'px',
52029
+ // width: sectionproperties.pillwidth + 'px',
52030
+ // height: sectionproperties.pillheight + 'px',
52031
+ // background: sectionproperties.pillbgcolor,
52032
+ // borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
52033
+ // }}
52034
+ // >
52035
+ // <p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.pillcolor, fontSize: sectionproperties.pillfontSize + 'px', direction: 'ltr' }}>
52036
+ // {'-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%'}
52037
+ // </p>
52038
+ // </div>
52039
+ // )}
52040
+ // </div>
52041
+ // <div
52042
+ // class={'row m-0 w-100 pl-sm-0 pr-sm-0'}
52043
+ // style={{
52044
+ // paddingLeft: '10px',
52045
+ // paddingRight: '10px',
52046
+ // paddingTop: '10px',
52047
+ // paddingBottom: '10px',
52048
+ // }}
52049
+ // >
52050
+ // <div class="col-lg-12 p-0">
52051
+ // {sectionproperties.prodCatShow == 'Show' && (
52052
+ // <p
52053
+ // class={`${cardsstyles2.productDescStyles}` + ' col-lg-12 wordbreak wordbreak1 p-0 m-0 '}
52054
+ // style={{
52055
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
52056
+ // }}
52057
+ // >
52058
+ // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
52059
+ // </p>
52060
+ // )}
52061
+
52062
+ // {sectionproperties.prodNameShow == 'Show' && (
52063
+ // <div class="col-lg-12 p-0 " style={{ minHeight: '6vh' }}>
52064
+ // <p
52065
+ // onClick={() => {
52066
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
52067
+ // }}
52068
+ // class={
52069
+ // sectionproperties.wordbreak == '1'
52070
+ // ? `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
52071
+ // : `${cardsstyles2.productNameStyles}` + ' wordbreak wordbreak2 m-0 '
52072
+ // }
52073
+ // style={{
52074
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
52075
+ // }}
52076
+ // >
52077
+ // {item.name}
52078
+ // </p>
52079
+ // </div>
52080
+ // )}
52081
+ // </div>
52082
+ // <div class="row m-0 w-100 align-items-center mt-1 mb-1">
52083
+ // {sectionproperties.prodPriceShow == 'Show' && (
52084
+ // <p
52085
+ // class={
52086
+ // langdetect == 'en'
52087
+ // ? `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left '
52088
+ // : `${cardsstyles2.productPricestyles}` + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
52089
+ // }
52090
+ // >
52091
+ // {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
52092
+ // </p>
52093
+ // )}
52094
+ // {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && <span class={`${cardsstyles2.productSalePricestyles}`}>/</span>}
52095
+ // {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
52096
+ // <p
52097
+ // class={
52098
+ // langdetect == 'en'
52099
+ // ? `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left '
52100
+ // : `${cardsstyles2.productSalePricestyles}` + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
52101
+ // }
52102
+ // >
52103
+ // {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
52104
+ // </p>
52105
+ // )}
52106
+ // </div>
52107
+ // <div class="d-flex align-items-center m-0">
52108
+ // {sectionproperties.cartBtnShow == 'Show' && (
52109
+ // <button
52110
+ // class={`${cardsstyles2.cart_btn}` + ' allcentered '}
52111
+ // onClick={() => {
52112
+ // setShowProductInfoModalContext(true);
52113
+ // setProductIdProdutInfoModalContext(item.productid);
52114
+ // }}
52115
+ // >
52116
+ // <div class="d-flex align-items-center justify-content-center">
52117
+ // {sectionproperties.cartBtn_iconFontSize != 0 && (
52118
+ // <i class="allcentered mr-2" style={{ color: sectionproperties.cart_iconcolor, fontSize: sectionproperties.cartBtn_iconFontSize }}>
52119
+ // {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
52120
+ // {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
52121
+ // {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
52122
+ // {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtn_iconFontSize} />}
52123
+ // {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
52124
+ // {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
52125
+ // </i>
52126
+ // )}
52127
+ // <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic}</p>
52128
+ // </div>
52129
+ // </button>
52130
+ // )}
52131
+ // </div>
52132
+ // </div>
52133
+ // </div>
52134
+ // )}
52135
+ // </div> */}
52136
+ // </div>
52137
+ // );
52138
+ // };
52139
+ // export default Card23;
52140
+
51399
52141
  function ownKeys$t(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
51400
52142
  function _objectSpread$t(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$t(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$t(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
51401
52143
  var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {