tabexseriescomponents 0.0.129 → 0.0.130

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
@@ -48,6 +48,7 @@ var HiOutlineChevronRight = require('@react-icons/all-files/hi/HiOutlineChevronR
48
48
  var HiOutlineChevronLeft = require('@react-icons/all-files/hi/HiOutlineChevronLeft');
49
49
  var GoGlobe = require('@react-icons/all-files/go/GoGlobe');
50
50
  var VscGlobe = require('@react-icons/all-files/vsc/VscGlobe');
51
+ var FiLayers = require('@react-icons/all-files/fi/FiLayers');
51
52
  var HiOutlineTrash = require('@react-icons/all-files/hi/HiOutlineTrash');
52
53
  var BiSad = require('@react-icons/all-files/bi/BiSad');
53
54
  var TextareaAutosize = require('react-textarea-autosize');
@@ -71,7 +72,6 @@ var reactHorizontalScrollingMenu = require('react-horizontal-scrolling-menu');
71
72
  var FaArrowAltCircleRight = require('@react-icons/all-files/fa/FaArrowAltCircleRight');
72
73
  var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLeft');
73
74
  var FiFilter = require('@react-icons/all-files/fi/FiFilter');
74
- var FiLayers = require('@react-icons/all-files/fi/FiLayers');
75
75
  var BiLogOutCircle = require('@react-icons/all-files/bi/BiLogOutCircle');
76
76
  var BiChevronDown = require('@react-icons/all-files/bi/BiChevronDown');
77
77
  var BiUser = require('@react-icons/all-files/bi/BiUser');
@@ -3445,7 +3445,7 @@ var Ordershistory = function Ordershistory(props) {
3445
3445
  }), /*#__PURE__*/React__default["default"].createElement("div", {
3446
3446
  className: "col-lg-12 p-0"
3447
3447
  }, !fetchorderhistoryQueryContext.isFetching && fetchorderhistoryQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement("div", {
3448
- className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
3448
+ className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
3449
3449
  style: {
3450
3450
  marginTop: sectionproperties.marginTop + 'px',
3451
3451
  marginBottom: sectionproperties.marginBottom + 'px',
@@ -3564,7 +3564,8 @@ var Ordershistory = function Ordershistory(props) {
3564
3564
  className: "w-100",
3565
3565
  style: {
3566
3566
  background: 'white',
3567
- padding: '20px'
3567
+ padding: '20px',
3568
+ minHeight: '70vh'
3568
3569
  }
3569
3570
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3570
3571
  className: "".concat(generalstyles.table_responsive) + ' col-lg-12 '
@@ -3724,7 +3725,7 @@ var Ordershistory = function Ordershistory(props) {
3724
3725
  className: "row m-0 w-100"
3725
3726
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3726
3727
  className: ' col-lg-12 col-md-12 d-flex p-0'
3727
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3728
+ }, item.mainproductimage != undefined && item.mainproductimage != '' && item.mainproductimage != null && /*#__PURE__*/React__default["default"].createElement("div", {
3728
3729
  className: "".concat(orderhistory_cssstyles.tableimagecont)
3729
3730
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
3730
3731
  urlEndpoint: IKurlEndpoint,
@@ -3733,9 +3734,16 @@ var Ordershistory = function Ordershistory(props) {
3733
3734
  style: {
3734
3735
  width: '100%',
3735
3736
  height: '100%',
3736
- objectFit: 'cover'
3737
+ objectFit: 'contain'
3737
3738
  },
3738
3739
  loading: "lazy"
3740
+ })), item.mainproductimage == '' && /*#__PURE__*/React__default["default"].createElement("div", {
3741
+ className: "".concat(orderhistory_cssstyles.tableimagecont) + ' allcentered ',
3742
+ style: {
3743
+ background: '#eee'
3744
+ }
3745
+ }, /*#__PURE__*/React__default["default"].createElement(FiLayers.FiLayers, {
3746
+ color: "#ccc"
3739
3747
  })), /*#__PURE__*/React__default["default"].createElement("div", {
3740
3748
  className: " pl-2 pr-2 ",
3741
3749
  style: {
@@ -3746,12 +3754,18 @@ var Ordershistory = function Ordershistory(props) {
3746
3754
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3747
3755
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-start"
3748
3756
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3749
- className: orderhistory_cssstyles.productNameStyles + ' p-0 m-0 wordbreak '
3757
+ className: orderhistory_cssstyles.productNameStyles + ' p-0 m-0 wordbreak wordbreak3 ',
3758
+ style: {
3759
+ textAlign: langdetect == 'en' ? 'left' : 'right'
3760
+ }
3750
3761
  }, item.productname)), /*#__PURE__*/React__default["default"].createElement("div", {
3751
3762
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center"
3752
3763
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3753
- className: orderhistory_cssstyles.productPricestyles + ' m-0 p-0 wordbreak '
3754
- }, langdetect == 'en' ? 'EGP' : '', " ", item.finalprice, " x ", item.quantity, ' ', langdetect == 'en' ? '' : 'ج.م')), /*#__PURE__*/React__default["default"].createElement("div", {
3764
+ className: orderhistory_cssstyles.productPricestyles + ' m-0 p-0 wordbreak d-flex flex-row ',
3765
+ style: {
3766
+ direction: 'ltr'
3767
+ }
3768
+ }, /*#__PURE__*/React__default["default"].createElement("div", null, item.quantity, " x ", item.finalprice, " ", langdetect == 'en' ? 'EGP' : 'ج.م'))), /*#__PURE__*/React__default["default"].createElement("div", {
3755
3769
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center"
3756
3770
  }, item.isvariant == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
3757
3771
  className: "row m-0 w-100"
@@ -4185,7 +4199,7 @@ var Wishlist = function Wishlist(props) {
4185
4199
  }, lang.mywishlist)))), /*#__PURE__*/React__default["default"].createElement("div", {
4186
4200
  className: "col-lg-12 p-0"
4187
4201
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4188
- className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
4202
+ className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
4189
4203
  style: {
4190
4204
  width: sectionproperties.width + 'vw',
4191
4205
  marginTop: sectionproperties.marginTop + 'px',
@@ -4761,7 +4775,7 @@ var Viewcart = function Viewcart(props) {
4761
4775
  }, lang.mycart)))), /*#__PURE__*/React__default["default"].createElement("div", {
4762
4776
  className: "col-lg-12 p-0"
4763
4777
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4764
- className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
4778
+ className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
4765
4779
  style: {
4766
4780
  marginTop: sectionproperties.marginTop + 'px',
4767
4781
  marginBottom: sectionproperties.marginBottom + 'px',
@@ -4836,13 +4850,16 @@ var Viewcart = function Viewcart(props) {
4836
4850
  style: {
4837
4851
  width: '100%',
4838
4852
  height: '100%',
4839
- objectFit: 'cover'
4853
+ objectFit: 'contain'
4840
4854
  },
4841
4855
  loading: "lazy"
4842
4856
  })), /*#__PURE__*/React__default["default"].createElement("div", {
4843
4857
  className: "col-lg-8 col-sm-8 col-md-8"
4844
4858
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4845
- className: "".concat(viewcart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak d-flex justify-content-start '
4859
+ className: "".concat(viewcart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak wordbreak3 d-flex justify-content-start ',
4860
+ style: {
4861
+ textAlign: langdetect == 'en' ? 'left' : 'right'
4862
+ }
4846
4863
  }, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar), item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
4847
4864
  return /*#__PURE__*/React__default["default"].createElement("div", {
4848
4865
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
@@ -7072,7 +7089,7 @@ var AccountInformation = function AccountInformation(props) {
7072
7089
  }, lang.accountinformation)))), /*#__PURE__*/React__default["default"].createElement("div", {
7073
7090
  className: "col-lg-12 p-0"
7074
7091
  }, /*#__PURE__*/React__default["default"].createElement("div", {
7075
- className: "row m-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
7092
+ className: "row m-0 w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
7076
7093
  style: {
7077
7094
  marginTop: sectionproperties.marginTop + 'px',
7078
7095
  marginBottom: sectionproperties.marginBottom + 'px',
@@ -7290,9 +7307,12 @@ var Policies = function Policies(props) {
7290
7307
  fontWeight: sectionproperties.imagetextfontWeight
7291
7308
  }
7292
7309
  }, lang.policies)))), /*#__PURE__*/React__default["default"].createElement("div", {
7293
- className: "col-lg-12 p-0"
7310
+ className: "col-lg-12 p-0",
7311
+ style: {
7312
+ minHeight: '70vh'
7313
+ }
7294
7314
  }, /*#__PURE__*/React__default["default"].createElement("div", {
7295
- className: "row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
7315
+ className: "row ml-0 mr-0 w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
7296
7316
  style: {
7297
7317
  marginTop: sectionproperties.marginTop + 'px',
7298
7318
  marginBottom: sectionproperties.marginBottom + 'px',
@@ -7707,7 +7727,10 @@ var CartSlider = function CartSlider(props) {
7707
7727
  }, /*#__PURE__*/React__default["default"].createElement("div", {
7708
7728
  className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
7709
7729
  }, /*#__PURE__*/React__default["default"].createElement("p", {
7710
- className: "".concat(cart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak d-flex align-items-start '
7730
+ className: "".concat(cart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak wordbreak3 d-flex align-items-start ',
7731
+ style: {
7732
+ textAlign: langdetect == 'en' ? 'left' : 'right'
7733
+ }
7711
7734
  }, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
7712
7735
  className: "".concat(cart_cssstyles.productPricestyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex '
7713
7736
  }, item.quantity, " x", /*#__PURE__*/React__default["default"].createElement("span", {
@@ -22513,8 +22536,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
22513
22536
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
22514
22537
  "class": "col-xl-3 col-lg-4 plr-1025-1",
22515
22538
  style: {
22516
- paddingLeft: langdetect == 'en' ? '5rem' : 0,
22517
- paddingRight: langdetect == 'ar' ? '5rem' : 0
22539
+ paddingLeft: langdetect == 'en' ? '3rem' : 0,
22540
+ paddingRight: langdetect == 'ar' ? '3rem' : 0
22518
22541
  }
22519
22542
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22520
22543
  "class": "row m-0 w-100 d-flex align-items-center justify-content-between h-100"
@@ -36647,8 +36670,8 @@ var NewProductcard = function NewProductcard(props) {
36647
36670
  setsectionproperties = _useState2[1];
36648
36671
  var _useState3 = React.useState(props.cardinfoitemprops),
36649
36672
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
36650
- item = _useState4[0];
36651
- _useState4[1];
36673
+ item = _useState4[0],
36674
+ setitem = _useState4[1];
36652
36675
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
36653
36676
  props.actions.lang;
36654
36677
  var langdetect = props.actions.langdetect;
@@ -36679,6 +36702,9 @@ var NewProductcard = function NewProductcard(props) {
36679
36702
  setsectionproperties(_objectSpread$x({}, secpropobj));
36680
36703
  }
36681
36704
  }, [StatePagePropertiesContext]);
36705
+ React.useEffect(function () {
36706
+ setitem(props.cardinfoitemprops);
36707
+ }, [props.cardinfoitemprops]);
36682
36708
  var card_cssstyles = {
36683
36709
  colorvariantcontainer: glamor.css({
36684
36710
  width: sectionproperties.variantcontainer_minwidth + 'vh',
@@ -37042,8 +37068,8 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
37042
37068
  setsectionproperties = _useState2[1];
37043
37069
  var _useState3 = React.useState(props.cardinfoitemprops),
37044
37070
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
37045
- item = _useState4[0];
37046
- _useState4[1];
37071
+ item = _useState4[0],
37072
+ setitem = _useState4[1];
37047
37073
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
37048
37074
  var langdetect = props.actions.langdetect;
37049
37075
  props.actions.StaticPagesLinksContext;
@@ -37060,6 +37086,9 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
37060
37086
  });
37061
37087
  setsectionproperties(_objectSpread$w({}, secpropobj));
37062
37088
  }, [StatePagePropertiesContext]);
37089
+ React.useEffect(function () {
37090
+ setitem(props.cardinfoitemprops);
37091
+ }, [props.cardinfoitemprops]);
37063
37092
  var card_cssstyles = {
37064
37093
  productcard: glamor.css({
37065
37094
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -37210,8 +37239,8 @@ var Card20 = function Card20(props) {
37210
37239
  setsectionproperties = _useState2[1];
37211
37240
  var _useState3 = React.useState(props.cardinfoitemprops),
37212
37241
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
37213
- item = _useState4[0];
37214
- _useState4[1];
37242
+ item = _useState4[0],
37243
+ setitem = _useState4[1];
37215
37244
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
37216
37245
  props.actions.lang;
37217
37246
  var langdetect = props.actions.langdetect;
@@ -37236,6 +37265,9 @@ var Card20 = function Card20(props) {
37236
37265
  });
37237
37266
  setsectionproperties(_objectSpread$v({}, secpropobj));
37238
37267
  }, [StatePagePropertiesContext]);
37268
+ React.useEffect(function () {
37269
+ setitem(props.cardinfoitemprops);
37270
+ }, [props.cardinfoitemprops]);
37239
37271
  var cardstyles = {
37240
37272
  productcard: glamor.css({
37241
37273
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -37452,8 +37484,8 @@ var Card21 = function Card21(props) {
37452
37484
  setsectionproperties = _useState2[1];
37453
37485
  var _useState3 = React.useState(props.cardinfoitemprops),
37454
37486
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
37455
- item = _useState4[0];
37456
- _useState4[1];
37487
+ item = _useState4[0],
37488
+ setitem = _useState4[1];
37457
37489
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
37458
37490
  props.actions.lang;
37459
37491
  var langdetect = props.actions.langdetect;
@@ -37486,6 +37518,9 @@ var Card21 = function Card21(props) {
37486
37518
  setsectionproperties(_objectSpread$u({}, secpropobj));
37487
37519
  }
37488
37520
  }, [StatePagePropertiesContext]);
37521
+ React.useEffect(function () {
37522
+ setitem(props.cardinfoitemprops);
37523
+ }, [props.cardinfoitemprops]);
37489
37524
  var cardsstyles2 = {
37490
37525
  productcard: glamor.css({
37491
37526
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -37780,8 +37815,8 @@ var Card22 = function Card22(props) {
37780
37815
  setsectionproperties = _useState2[1];
37781
37816
  var _useState3 = React.useState(props.cardinfoitemprops),
37782
37817
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
37783
- item = _useState4[0];
37784
- _useState4[1];
37818
+ item = _useState4[0],
37819
+ setitem = _useState4[1];
37785
37820
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
37786
37821
  props.actions.lang;
37787
37822
  var langdetect = props.actions.langdetect;
@@ -37814,6 +37849,9 @@ var Card22 = function Card22(props) {
37814
37849
  setsectionproperties(_objectSpread$t({}, secpropobj));
37815
37850
  }
37816
37851
  }, [StatePagePropertiesContext]);
37852
+ React.useEffect(function () {
37853
+ setitem(props.cardinfoitemprops);
37854
+ }, [props.cardinfoitemprops]);
37817
37855
  var cardsstyles2 = {
37818
37856
  productcard: glamor.css({
37819
37857
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -38008,8 +38046,8 @@ var Card23 = function Card23(props) {
38008
38046
  setsectionproperties = _useState2[1];
38009
38047
  var _useState3 = React.useState(props.cardinfoitemprops),
38010
38048
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
38011
- item = _useState4[0];
38012
- _useState4[1];
38049
+ item = _useState4[0],
38050
+ setitem = _useState4[1];
38013
38051
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
38014
38052
  props.actions.lang;
38015
38053
  var langdetect = props.actions.langdetect;
@@ -38042,6 +38080,9 @@ var Card23 = function Card23(props) {
38042
38080
  setsectionproperties(_objectSpread$s({}, secpropobj));
38043
38081
  }
38044
38082
  }, [StatePagePropertiesContext]);
38083
+ React.useEffect(function () {
38084
+ setitem(props.cardinfoitemprops);
38085
+ }, [props.cardinfoitemprops]);
38045
38086
  var cardsstyles2 = {
38046
38087
  showmodal: glamor.css({
38047
38088
  backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
@@ -38302,12 +38343,15 @@ var Card23 = function Card23(props) {
38302
38343
  textAlign: langdetect == 'en' ? 'left' : 'right'
38303
38344
  }
38304
38345
  }, plainString(langdetect == 'en' ? item.description_en : item.description_ar)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
38305
- "class": "col-lg-12 p-0 "
38346
+ "class": "col-lg-12 p-0 ",
38347
+ style: {
38348
+ minHeight: '6vh'
38349
+ }
38306
38350
  }, /*#__PURE__*/React__default["default"].createElement("p", {
38307
38351
  onClick: function onClick() {
38308
38352
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
38309
38353
  },
38310
- "class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ',
38354
+ "class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ',
38311
38355
  style: {
38312
38356
  textAlign: langdetect == 'en' ? 'left' : 'right'
38313
38357
  }
@@ -38364,8 +38408,8 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
38364
38408
  setsectionproperties = _useState2[1];
38365
38409
  var _useState3 = React.useState(props.cardinfoitemprops),
38366
38410
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
38367
- item = _useState4[0];
38368
- _useState4[1];
38411
+ item = _useState4[0],
38412
+ setitem = _useState4[1];
38369
38413
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
38370
38414
  props.actions.lang;
38371
38415
  var langdetect = props.actions.langdetect;
@@ -38398,6 +38442,9 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
38398
38442
  setsectionproperties(_objectSpread$r({}, secpropobj));
38399
38443
  }
38400
38444
  }, [StatePagePropertiesContext]);
38445
+ React.useEffect(function () {
38446
+ setitem(props.cardinfoitemprops);
38447
+ }, [props.cardinfoitemprops]);
38401
38448
  var cardsstyles2 = {
38402
38449
  productcard: glamor.css({
38403
38450
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -38739,9 +38786,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
38739
38786
  }
38740
38787
  }, [StatePagePropertiesContext]);
38741
38788
  React.useEffect(function () {
38742
- if (props.cardinfoitemprops != undefined) {
38743
- setitem(props.cardinfoitemprops);
38744
- }
38789
+ setitem(props.cardinfoitemprops);
38745
38790
  }, [props.cardinfoitemprops]);
38746
38791
  var updatequantity = function updatequantity(type) {
38747
38792
  var tempitem = _objectSpread$q({}, item);
@@ -39210,8 +39255,8 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
39210
39255
  setsectionproperties = _useState2[1];
39211
39256
  var _useState3 = React.useState(props.cardinfoitemprops),
39212
39257
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
39213
- item = _useState4[0];
39214
- _useState4[1];
39258
+ item = _useState4[0],
39259
+ setitem = _useState4[1];
39215
39260
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
39216
39261
  var langdetect = props.actions.langdetect;
39217
39262
  props.actions.routingcountext;
@@ -39240,6 +39285,9 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
39240
39285
  setsectionproperties(_objectSpread$p({}, secpropobj));
39241
39286
  }
39242
39287
  }, [StatePagePropertiesContext]);
39288
+ React.useEffect(function () {
39289
+ setitem(props.cardinfoitemprops);
39290
+ }, [props.cardinfoitemprops]);
39243
39291
  var plainString = function plainString(html) {
39244
39292
  var divContainer = document.createElement('div');
39245
39293
  divContainer.innerHTML = html;
@@ -39387,8 +39435,8 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
39387
39435
  setsectionproperties = _useState2[1];
39388
39436
  var _useState3 = React.useState(props.cardinfoitemprops),
39389
39437
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
39390
- item = _useState4[0];
39391
- _useState4[1];
39438
+ item = _useState4[0],
39439
+ setitem = _useState4[1];
39392
39440
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
39393
39441
  props.actions.lang;
39394
39442
  var langdetect = props.actions.langdetect;
@@ -39421,6 +39469,9 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
39421
39469
  setsectionproperties(_objectSpread$o({}, secpropobj));
39422
39470
  }
39423
39471
  }, [StatePagePropertiesContext]);
39472
+ React.useEffect(function () {
39473
+ setitem(props.cardinfoitemprops);
39474
+ }, [props.cardinfoitemprops]);
39424
39475
  var card_cssstyles = {
39425
39476
  productcard: glamor.css({
39426
39477
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -39586,8 +39637,8 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
39586
39637
  setsectionproperties = _useState2[1];
39587
39638
  var _useState3 = React.useState(props.cardinfoitemprops),
39588
39639
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
39589
- item = _useState4[0];
39590
- _useState4[1];
39640
+ item = _useState4[0],
39641
+ setitem = _useState4[1];
39591
39642
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
39592
39643
  props.actions.lang;
39593
39644
  var langdetect = props.actions.langdetect;
@@ -39616,6 +39667,9 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
39616
39667
  setsectionproperties(_objectSpread$n({}, secpropobj));
39617
39668
  }
39618
39669
  }, [StatePagePropertiesContext]);
39670
+ React.useEffect(function () {
39671
+ setitem(props.cardinfoitemprops);
39672
+ }, [props.cardinfoitemprops]);
39619
39673
  var categorycard_cssstyles = {
39620
39674
  categoryCard: glamor.css({
39621
39675
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
@@ -39765,8 +39819,8 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
39765
39819
  setsectionproperties = _useState2[1];
39766
39820
  var _useState3 = React.useState(props.cardinfoitemprops),
39767
39821
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
39768
- item = _useState4[0];
39769
- _useState4[1];
39822
+ item = _useState4[0],
39823
+ setitem = _useState4[1];
39770
39824
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
39771
39825
  props.actions.lang;
39772
39826
  var langdetect = props.actions.langdetect;
@@ -39795,6 +39849,9 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
39795
39849
  setsectionproperties(_objectSpread$m({}, secpropobj));
39796
39850
  }
39797
39851
  }, [StatePagePropertiesContext]);
39852
+ React.useEffect(function () {
39853
+ setitem(props.cardinfoitemprops);
39854
+ }, [props.cardinfoitemprops]);
39798
39855
  var categorycard_cssstyles = {
39799
39856
  cardcontainer: glamor.css({
39800
39857
  position: 'relative',
@@ -39924,8 +39981,8 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
39924
39981
  setsectionproperties = _useState2[1];
39925
39982
  var _useState3 = React.useState(props.cardinfoitemprops),
39926
39983
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
39927
- item = _useState4[0];
39928
- _useState4[1];
39984
+ item = _useState4[0],
39985
+ setitem = _useState4[1];
39929
39986
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
39930
39987
  props.actions.lang;
39931
39988
  props.actions.langdetect;
@@ -39958,6 +40015,9 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
39958
40015
  setsectionproperties(_objectSpread$l({}, secpropobj));
39959
40016
  }
39960
40017
  }, [StatePagePropertiesContext]);
40018
+ React.useEffect(function () {
40019
+ setitem(props.cardinfoitemprops);
40020
+ }, [props.cardinfoitemprops]);
39961
40021
  var card_cssstyles = {
39962
40022
  categoryCard: glamor.css((_css = {
39963
40023
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
@@ -40078,8 +40138,8 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
40078
40138
  setsectionproperties = _useState2[1];
40079
40139
  var _useState3 = React.useState(props.cardinfoitemprops),
40080
40140
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
40081
- item = _useState4[0];
40082
- _useState4[1];
40141
+ item = _useState4[0],
40142
+ setitem = _useState4[1];
40083
40143
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
40084
40144
  props.actions.lang;
40085
40145
  var langdetect = props.actions.langdetect;
@@ -40112,6 +40172,9 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
40112
40172
  setsectionproperties(_objectSpread$k({}, secpropobj));
40113
40173
  }
40114
40174
  }, [StatePagePropertiesContext]);
40175
+ React.useEffect(function () {
40176
+ setitem(props.cardinfoitemprops);
40177
+ }, [props.cardinfoitemprops]);
40115
40178
  var categorycard_cssstyles = {
40116
40179
  categorycard: glamor.css({
40117
40180
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -40254,8 +40317,8 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
40254
40317
  setsectionproperties = _useState2[1];
40255
40318
  var _useState3 = React.useState(props.cardinfoitemprops),
40256
40319
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
40257
- item = _useState4[0];
40258
- _useState4[1];
40320
+ item = _useState4[0],
40321
+ setitem = _useState4[1];
40259
40322
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
40260
40323
  props.actions.lang;
40261
40324
  var langdetect = props.actions.langdetect;
@@ -40288,6 +40351,9 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
40288
40351
  setsectionproperties(_objectSpread$j({}, secpropobj));
40289
40352
  }
40290
40353
  }, [StatePagePropertiesContext]);
40354
+ React.useEffect(function () {
40355
+ setitem(props.cardinfoitemprops);
40356
+ }, [props.cardinfoitemprops]);
40291
40357
  var card_cssstyles = {
40292
40358
  cardcontainer: glamor.css({
40293
40359
  marginTop: sectionproperties.marginTop + 'px',
@@ -40421,8 +40487,8 @@ var Classiccategorycard = function Classiccategorycard(props) {
40421
40487
  setsectionproperties = _useState2[1];
40422
40488
  var _useState3 = React.useState(props.cardinfoitemprops),
40423
40489
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
40424
- item = _useState4[0];
40425
- _useState4[1];
40490
+ item = _useState4[0],
40491
+ setitem = _useState4[1];
40426
40492
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
40427
40493
  props.actions.lang;
40428
40494
  var langdetect = props.actions.langdetect;
@@ -40448,6 +40514,9 @@ var Classiccategorycard = function Classiccategorycard(props) {
40448
40514
  setsectionproperties(_objectSpread$i({}, secpropobj));
40449
40515
  }
40450
40516
  }, [StatePagePropertiesContext]);
40517
+ React.useEffect(function () {
40518
+ setitem(props.cardinfoitemprops);
40519
+ }, [props.cardinfoitemprops]);
40451
40520
  var card_cssstyles = {
40452
40521
  imagestyle: glamor.css({
40453
40522
  width: sectionproperties.image_width + 'px',
@@ -40551,8 +40620,8 @@ var Horizontalcard = function Horizontalcard(props) {
40551
40620
  setsectionproperties = _useState2[1];
40552
40621
  var _useState3 = React.useState(props.cardinfoitemprops),
40553
40622
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
40554
- item = _useState4[0];
40555
- _useState4[1];
40623
+ item = _useState4[0],
40624
+ setitem = _useState4[1];
40556
40625
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
40557
40626
  var lang = props.actions.lang;
40558
40627
  var langdetect = props.actions.langdetect;
@@ -40581,6 +40650,9 @@ var Horizontalcard = function Horizontalcard(props) {
40581
40650
  setsectionproperties(_objectSpread$h({}, secpropobj));
40582
40651
  }
40583
40652
  }, [StatePagePropertiesContext]);
40653
+ React.useEffect(function () {
40654
+ setitem(props.cardinfoitemprops);
40655
+ }, [props.cardinfoitemprops]);
40584
40656
  var card_cssstyles = {
40585
40657
  productcard: glamor.css({
40586
40658
  marginTop: sectionproperties.marginTop + 'px',
@@ -40826,6 +40898,9 @@ var MenuCard = function MenuCard(props) {
40826
40898
  setsectionproperties(_objectSpread$g({}, secpropobj));
40827
40899
  }
40828
40900
  }, [StatePagePropertiesContext]);
40901
+ React.useEffect(function () {
40902
+ setitem(props.cardinfoitemprops);
40903
+ }, [props.cardinfoitemprops]);
40829
40904
  var plainString = function plainString(html) {
40830
40905
  var divContainer = document.createElement('div');
40831
40906
  divContainer.innerHTML = html;
@@ -41286,6 +41361,9 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
41286
41361
  setsectionproperties(_objectSpread$f({}, secpropobj));
41287
41362
  }
41288
41363
  }, [StatePagePropertiesContext]);
41364
+ React.useEffect(function () {
41365
+ setitem(props.cardinfoitemprops);
41366
+ }, [props.cardinfoitemprops]);
41289
41367
  React.useEffect(function () {
41290
41368
  if (props.cardinfoitemprops != undefined) {
41291
41369
  setitem(props.cardinfoitemprops);
@@ -41722,6 +41800,9 @@ var ModernProductCard = function ModernProductCard(props) {
41722
41800
  setsectionproperties(_objectSpread$e({}, secpropobj));
41723
41801
  }
41724
41802
  }, [StatePagePropertiesContext]);
41803
+ React.useEffect(function () {
41804
+ setitem(props.cardinfoitemprops);
41805
+ }, [props.cardinfoitemprops]);
41725
41806
  var plainString = function plainString(html) {
41726
41807
  var divContainer = document.createElement('div');
41727
41808
  divContainer.innerHTML = html;
@@ -42086,8 +42167,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
42086
42167
  setsectionproperties = _useState2[1];
42087
42168
  var _useState3 = React.useState(props.cardinfoitemprops),
42088
42169
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
42089
- item = _useState4[0];
42090
- _useState4[1];
42170
+ item = _useState4[0],
42171
+ setitem = _useState4[1];
42091
42172
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
42092
42173
  props.actions.lang;
42093
42174
  var langdetect = props.actions.langdetect;
@@ -42118,6 +42199,9 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
42118
42199
  setsectionproperties(_objectSpread$d({}, secpropobj));
42119
42200
  }
42120
42201
  }, [StatePagePropertiesContext]);
42202
+ React.useEffect(function () {
42203
+ setitem(props.cardinfoitemprops);
42204
+ }, [props.cardinfoitemprops]);
42121
42205
  var card_cssstyles = {
42122
42206
  productcard: glamor.css({
42123
42207
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -42359,8 +42443,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
42359
42443
  setsectionproperties = _useState2[1];
42360
42444
  var _useState3 = React.useState(props.cardinfoitemprops),
42361
42445
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
42362
- item = _useState4[0];
42363
- _useState4[1];
42446
+ item = _useState4[0],
42447
+ setitem = _useState4[1];
42364
42448
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
42365
42449
  var lang = props.actions.lang;
42366
42450
  var langdetect = props.actions.langdetect;
@@ -42395,6 +42479,9 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
42395
42479
  setsectionproperties(_objectSpread$c({}, secpropobj));
42396
42480
  }
42397
42481
  }, [StatePagePropertiesContext]);
42482
+ React.useEffect(function () {
42483
+ setitem(props.cardinfoitemprops);
42484
+ }, [props.cardinfoitemprops]);
42398
42485
  var card_cssstyles = {
42399
42486
  productCard: glamor.css({
42400
42487
  position: 'relative',
@@ -42597,8 +42684,8 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
42597
42684
  setsectionproperties = _useState2[1];
42598
42685
  var _useState3 = React.useState(props.cardinfoitemprops),
42599
42686
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
42600
- item = _useState4[0];
42601
- _useState4[1];
42687
+ item = _useState4[0],
42688
+ setitem = _useState4[1];
42602
42689
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
42603
42690
  var lang = props.actions.lang;
42604
42691
  var langdetect = props.actions.langdetect;
@@ -42629,6 +42716,9 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
42629
42716
  setsectionproperties(_objectSpread$b({}, secpropobj));
42630
42717
  }
42631
42718
  }, [StatePagePropertiesContext]);
42719
+ React.useEffect(function () {
42720
+ setitem(props.cardinfoitemprops);
42721
+ }, [props.cardinfoitemprops]);
42632
42722
  var card_cssstyles = {
42633
42723
  cardContainer: glamor.css({
42634
42724
  // minHeight: 600,
@@ -42867,8 +42957,8 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
42867
42957
  setsectionproperties = _useState2[1];
42868
42958
  var _useState3 = React.useState(props.cardinfoitemprops),
42869
42959
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
42870
- item = _useState4[0];
42871
- _useState4[1];
42960
+ item = _useState4[0],
42961
+ setitem = _useState4[1];
42872
42962
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
42873
42963
  var lang = props.actions.lang;
42874
42964
  var langdetect = props.actions.langdetect;
@@ -42899,6 +42989,9 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
42899
42989
  setsectionproperties(_objectSpread$a({}, secpropobj));
42900
42990
  }
42901
42991
  }, [StatePagePropertiesContext]);
42992
+ React.useEffect(function () {
42993
+ setitem(props.cardinfoitemprops);
42994
+ }, [props.cardinfoitemprops]);
42902
42995
  var card_cssstyles = {
42903
42996
  productcard: glamor.css({
42904
42997
  position: 'relative',
@@ -43118,8 +43211,8 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
43118
43211
  setsectionproperties = _useState2[1];
43119
43212
  var _useState3 = React.useState(props.cardinfoitemprops),
43120
43213
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
43121
- item = _useState4[0];
43122
- _useState4[1];
43214
+ item = _useState4[0],
43215
+ setitem = _useState4[1];
43123
43216
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
43124
43217
  props.actions.lang;
43125
43218
  var langdetect = props.actions.langdetect;
@@ -43150,6 +43243,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
43150
43243
  setsectionproperties(_objectSpread$9({}, secpropobj));
43151
43244
  }
43152
43245
  }, [StatePagePropertiesContext]);
43246
+ React.useEffect(function () {
43247
+ setitem(props.cardinfoitemprops);
43248
+ }, [props.cardinfoitemprops]);
43153
43249
  var card_cssstyles = {
43154
43250
  colorvariantcontainer: glamor.css({
43155
43251
  width: sectionproperties.variantcontainer_minwidth + 'vh',
@@ -43463,8 +43559,8 @@ var Productcard6 = function Productcard6(props) {
43463
43559
  setsectionproperties = _useState2[1];
43464
43560
  var _useState3 = React.useState(props.cardinfoitemprops),
43465
43561
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
43466
- item = _useState4[0];
43467
- _useState4[1];
43562
+ item = _useState4[0],
43563
+ setitem = _useState4[1];
43468
43564
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
43469
43565
  var lang = props.actions.lang;
43470
43566
  var langdetect = props.actions.langdetect;
@@ -43495,6 +43591,9 @@ var Productcard6 = function Productcard6(props) {
43495
43591
  setsectionproperties(_objectSpread$8({}, secpropobj));
43496
43592
  }
43497
43593
  }, [StatePagePropertiesContext]);
43594
+ React.useEffect(function () {
43595
+ setitem(props.cardinfoitemprops);
43596
+ }, [props.cardinfoitemprops]);
43498
43597
  var card_cssstyles = {
43499
43598
  productcard: glamor.css((_css = {
43500
43599
  position: 'relative',
@@ -43682,8 +43781,8 @@ var Productcard7 = function Productcard7(props) {
43682
43781
  setsectionproperties = _useState2[1];
43683
43782
  var _useState3 = React.useState(props.cardinfoitemprops),
43684
43783
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
43685
- item = _useState4[0];
43686
- _useState4[1];
43784
+ item = _useState4[0],
43785
+ setitem = _useState4[1];
43687
43786
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
43688
43787
  props.actions.lang;
43689
43788
  var langdetect = props.actions.langdetect;
@@ -43714,6 +43813,9 @@ var Productcard7 = function Productcard7(props) {
43714
43813
  setsectionproperties(_objectSpread$7({}, secpropobj));
43715
43814
  }
43716
43815
  }, [StatePagePropertiesContext]);
43816
+ React.useEffect(function () {
43817
+ setitem(props.cardinfoitemprops);
43818
+ }, [props.cardinfoitemprops]);
43717
43819
  var card_cssstyles = {
43718
43820
  productcard: glamor.css({
43719
43821
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -43928,8 +44030,8 @@ var Productcarddefault = function Productcarddefault(props) {
43928
44030
  setsectionproperties = _useState2[1];
43929
44031
  var _useState3 = React.useState(props.cardinfoitemprops),
43930
44032
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
43931
- item = _useState4[0];
43932
- _useState4[1];
44033
+ item = _useState4[0],
44034
+ setitem = _useState4[1];
43933
44035
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
43934
44036
  props.actions.lang;
43935
44037
  var langdetect = props.actions.langdetect;
@@ -43960,6 +44062,9 @@ var Productcarddefault = function Productcarddefault(props) {
43960
44062
  setsectionproperties(_objectSpread$6({}, secpropobj));
43961
44063
  }
43962
44064
  }, [StatePagePropertiesContext]);
44065
+ React.useEffect(function () {
44066
+ setitem(props.cardinfoitemprops);
44067
+ }, [props.cardinfoitemprops]);
43963
44068
  var card_cssstyles = {
43964
44069
  productcard: glamor.css({
43965
44070
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -44205,6 +44310,9 @@ var Productccard_with_imageontopleft = function Productccard_with_imageontopleft
44205
44310
  setsectionproperties(_objectSpread$5({}, secpropobj));
44206
44311
  }
44207
44312
  }, [StatePagePropertiesContext]);
44313
+ React.useEffect(function () {
44314
+ setitem(props.cardinfoitemprops);
44315
+ }, [props.cardinfoitemprops]);
44208
44316
  React.useEffect(function () {
44209
44317
  if (props.cardinfoitemprops != undefined) {
44210
44318
  setitem(props.cardinfoitemprops);
@@ -44470,6 +44578,9 @@ var Prouductcard_with_zoomhover = function Prouductcard_with_zoomhover(props) {
44470
44578
  setsectionproperties(_objectSpread$4({}, secpropobj));
44471
44579
  }
44472
44580
  }, [StatePagePropertiesContext]);
44581
+ React.useEffect(function () {
44582
+ setitem(props.cardinfoitemprops);
44583
+ }, [props.cardinfoitemprops]);
44473
44584
  React.useEffect(function () {
44474
44585
  if (props.cardinfoitemprops != undefined) {
44475
44586
  setitem(props.cardinfoitemprops);
@@ -44566,8 +44677,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
44566
44677
  setsectionproperties = _useState2[1];
44567
44678
  var _useState3 = React.useState(props.cardinfoitemprops),
44568
44679
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
44569
- item = _useState4[0];
44570
- _useState4[1];
44680
+ item = _useState4[0],
44681
+ setitem = _useState4[1];
44571
44682
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
44572
44683
  var langdetect = props.actions.langdetect;
44573
44684
  var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
@@ -44586,6 +44697,9 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
44586
44697
  });
44587
44698
  setsectionproperties(_objectSpread$3({}, secpropobj));
44588
44699
  }, [StatePagePropertiesContext]);
44700
+ React.useEffect(function () {
44701
+ setitem(props.cardinfoitemprops);
44702
+ }, [props.cardinfoitemprops]);
44589
44703
  var plainString = function plainString(html) {
44590
44704
  var divContainer = document.createElement('div');
44591
44705
  divContainer.innerHTML = html;
@@ -44709,8 +44823,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
44709
44823
  setsectionproperties = _useState2[1];
44710
44824
  var _useState3 = React.useState(props.cardinfoitemprops),
44711
44825
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
44712
- item = _useState4[0];
44713
- _useState4[1];
44826
+ item = _useState4[0],
44827
+ setitem = _useState4[1];
44714
44828
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
44715
44829
  var lang = props.actions.lang;
44716
44830
  var langdetect = props.actions.langdetect;
@@ -44745,6 +44859,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
44745
44859
  setsectionproperties(_objectSpread$2({}, secpropobj));
44746
44860
  }
44747
44861
  }, [StatePagePropertiesContext]);
44862
+ React.useEffect(function () {
44863
+ setitem(props.cardinfoitemprops);
44864
+ }, [props.cardinfoitemprops]);
44748
44865
  var card_cssstyles = {
44749
44866
  productcard: glamor.css({
44750
44867
  background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
@@ -44962,8 +45079,8 @@ var StylishProductCard = function StylishProductCard(props) {
44962
45079
  setsectionproperties = _useState2[1];
44963
45080
  var _useState3 = React.useState(props.cardinfoitemprops),
44964
45081
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
44965
- item = _useState4[0];
44966
- _useState4[1];
45082
+ item = _useState4[0],
45083
+ setitem = _useState4[1];
44967
45084
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
44968
45085
  props.actions.lang;
44969
45086
  var langdetect = props.actions.langdetect;
@@ -44994,6 +45111,9 @@ var StylishProductCard = function StylishProductCard(props) {
44994
45111
  setsectionproperties(_objectSpread$1({}, secpropobj));
44995
45112
  }
44996
45113
  }, [StatePagePropertiesContext]);
45114
+ React.useEffect(function () {
45115
+ setitem(props.cardinfoitemprops);
45116
+ }, [props.cardinfoitemprops]);
44997
45117
  var card_cssstyles = {
44998
45118
  productcard: glamor.css({
44999
45119
  marginTop: sectionproperties.marginTop + 'px',
@@ -45316,6 +45436,9 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
45316
45436
  setsectionproperties(_objectSpread({}, secpropobj));
45317
45437
  }
45318
45438
  }, [StatePagePropertiesContext]);
45439
+ React.useEffect(function () {
45440
+ setitem(props.cardinfoitemprops);
45441
+ }, [props.cardinfoitemprops]);
45319
45442
  React.useEffect(function () {
45320
45443
  if (sectionproperties.length != 0 && sectionproperties.arrayofobjectimagesonly != undefined) {
45321
45444
  var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);