tabexseriescomponents 0.0.327 → 0.0.329

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
@@ -3726,8 +3726,8 @@ var AddReview = function AddReview(props) {
3726
3726
  var ikimagecredcontext = props.actions.ikimagecredcontext;
3727
3727
  var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
3728
3728
  var pageindexcontext = props.actions.pageindexcontext;
3729
- var setpageindexcontext = props.actions.setpageindexcontext;
3730
- var setCurrentPageIdContext = props.actions.setCurrentPageIdContext;
3729
+ props.actions.setpageindexcontext;
3730
+ props.actions.setCurrentPageIdContext;
3731
3731
  var templatepropcontext = props.actions.templatepropcontext;
3732
3732
  var _useState = React.useState(''),
3733
3733
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -3736,7 +3736,7 @@ var AddReview = function AddReview(props) {
3736
3736
  var _useState3 = React.useState(''),
3737
3737
  _useState4 = _slicedToArray__default["default"](_useState3, 2);
3738
3738
  _useState4[0];
3739
- var setCurrentPageId = _useState4[1];
3739
+ _useState4[1];
3740
3740
  var _useState5 = React.useState({
3741
3741
  reviewtitle: '',
3742
3742
  reviewbody: '',
@@ -3747,18 +3747,16 @@ var AddReview = function AddReview(props) {
3747
3747
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
3748
3748
  reviewpayloadobj = _useState6[0],
3749
3749
  setreviewpayloadobj = _useState6[1];
3750
- React.useEffect(function () {
3751
- var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
3752
- return x.staticpageid == '63fcbef36eebe';
3753
- });
3754
- if (cartindex >= 0) {
3755
- setpageindexcontext(cartindex);
3756
- setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
3757
- if (props.srcfromprops != 'templatedraftrouter') {
3758
- setCurrentPageIdContext(templatepropcontext.pagesnprop[cartindex].pageid);
3759
- }
3760
- }
3761
- }, []);
3750
+ // useEffect(() => {
3751
+ // var cartindex = templatepropcontext.pagesnprop.findIndex((x) => x.staticpageid == '63fcbef36eebe');
3752
+ // if (cartindex >= 0) {
3753
+ // setpageindexcontext(cartindex);
3754
+ // setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
3755
+ // if (props.srcfromprops != 'templatedraftrouter') {
3756
+ // setCurrentPageIdContext(templatepropcontext.pagesnprop[cartindex].pageid);
3757
+ // }
3758
+ // }
3759
+ // }, []);
3762
3760
  React.useEffect(function () {
3763
3761
  if (Object.keys(StatePagePropertiesContext).length != 0) {
3764
3762
  var secpropobj = {};
@@ -5628,8 +5626,8 @@ var Productinfo = function Productinfo(props) {
5628
5626
  }, /*#__PURE__*/React__default["default"].createElement("p", {
5629
5627
  className: ' m-0 p-0 wordbreak ',
5630
5628
  style: {
5631
- lineClamp: 10,
5632
- WebkitLineClamp: 10,
5629
+ // lineClamp: 10,
5630
+ // WebkitLineClamp: 10,
5633
5631
  textAlign: langdetect == 'en' ? 'left' : 'right'
5634
5632
  },
5635
5633
  dangerouslySetInnerHTML: {
@@ -5640,8 +5638,8 @@ var Productinfo = function Productinfo(props) {
5640
5638
  }, /*#__PURE__*/React__default["default"].createElement("p", {
5641
5639
  className: ' m-0 p-0 wordbreak ',
5642
5640
  style: {
5643
- lineClamp: 10,
5644
- WebkitLineClamp: 10,
5641
+ // lineClamp: 10,
5642
+ // WebkitLineClamp: 10,
5645
5643
  textAlign: langdetect == 'en' ? 'left' : 'right'
5646
5644
  },
5647
5645
  dangerouslySetInnerHTML: {
@@ -43179,7 +43177,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
43179
43177
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43180
43178
  "class": "row m-0 w-100 allcentered"
43181
43179
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43182
- "class": "col-lg-9 p-0"
43180
+ "class": sectionproperties.showpricerange == 'Show' ? 'col-lg-9 p-0' : 'col-lg-12 p-0'
43183
43181
  }, /*#__PURE__*/React__default["default"].createElement(CustomerAddressForm
43184
43182
  // customeraddressrequierd={customeraddressrequierd}
43185
43183
  // payloadobj={payloadobj}
@@ -43196,7 +43194,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
43196
43194
  fetchTabexCountriesQueryContext: fetchTabexCountriesQueryContext,
43197
43195
  fetchTabexStatesQueryContext: fetchTabexStatesQueryContext,
43198
43196
  fetchTabexCitiesQueryContext: fetchTabexCitiesQueryContext
43199
- })), /*#__PURE__*/React__default["default"].createElement("div", {
43197
+ })), sectionproperties.showpricerange == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43200
43198
  className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
43201
43199
  }, /*#__PURE__*/React__default["default"].createElement("label", {
43202
43200
  className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
@@ -52982,7 +52980,7 @@ var Card22 = function Card22(props) {
52982
52980
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)))));
52983
52981
  };
52984
52982
 
52985
- var css_248z$d = "@-webkit-keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n@keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj {\r\n transition: all 0.4s !important;\r\n position: relative !important;\r\n}\r\n.card23-module_intialimage__Xwi6d {\r\n visibility: visible !important;\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_secondaryimage__bv6EQ {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_intialimage__Xwi6d {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_secondaryimage__bv6EQ {\r\n visibility: visible !important;\r\n\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n";
52983
+ var css_248z$d = "@-webkit-keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n@keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1 !important;\r\n }\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj {\r\n transition: all 0.4s !important;\r\n position: relative !important;\r\n}\r\n.card23-module_intialimage__Xwi6d {\r\n visibility: visible !important;\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_secondaryimage__bv6EQ {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_intialimage__Xwi6d {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_secondaryimage__bv6EQ {\r\n visibility: visible !important;\r\n\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n";
52986
52984
  var cardstyles$7 = {"imagecontainer":"card23-module_imagecontainer__1q7hj","intialimage":"card23-module_intialimage__Xwi6d","secondaryimage":"card23-module_secondaryimage__bv6EQ","fadeIn":"card23-module_fadeIn__uMWGs"};
52987
52985
  styleInject(css_248z$d);
52988
52986
 
package/dist/index.esm.js CHANGED
@@ -3679,8 +3679,8 @@ var AddReview = function AddReview(props) {
3679
3679
  var ikimagecredcontext = props.actions.ikimagecredcontext;
3680
3680
  var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
3681
3681
  var pageindexcontext = props.actions.pageindexcontext;
3682
- var setpageindexcontext = props.actions.setpageindexcontext;
3683
- var setCurrentPageIdContext = props.actions.setCurrentPageIdContext;
3682
+ props.actions.setpageindexcontext;
3683
+ props.actions.setCurrentPageIdContext;
3684
3684
  var templatepropcontext = props.actions.templatepropcontext;
3685
3685
  var _useState = useState(''),
3686
3686
  _useState2 = _slicedToArray(_useState, 2),
@@ -3689,7 +3689,7 @@ var AddReview = function AddReview(props) {
3689
3689
  var _useState3 = useState(''),
3690
3690
  _useState4 = _slicedToArray(_useState3, 2);
3691
3691
  _useState4[0];
3692
- var setCurrentPageId = _useState4[1];
3692
+ _useState4[1];
3693
3693
  var _useState5 = useState({
3694
3694
  reviewtitle: '',
3695
3695
  reviewbody: '',
@@ -3700,18 +3700,16 @@ var AddReview = function AddReview(props) {
3700
3700
  _useState6 = _slicedToArray(_useState5, 2),
3701
3701
  reviewpayloadobj = _useState6[0],
3702
3702
  setreviewpayloadobj = _useState6[1];
3703
- useEffect(function () {
3704
- var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
3705
- return x.staticpageid == '63fcbef36eebe';
3706
- });
3707
- if (cartindex >= 0) {
3708
- setpageindexcontext(cartindex);
3709
- setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
3710
- if (props.srcfromprops != 'templatedraftrouter') {
3711
- setCurrentPageIdContext(templatepropcontext.pagesnprop[cartindex].pageid);
3712
- }
3713
- }
3714
- }, []);
3703
+ // useEffect(() => {
3704
+ // var cartindex = templatepropcontext.pagesnprop.findIndex((x) => x.staticpageid == '63fcbef36eebe');
3705
+ // if (cartindex >= 0) {
3706
+ // setpageindexcontext(cartindex);
3707
+ // setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
3708
+ // if (props.srcfromprops != 'templatedraftrouter') {
3709
+ // setCurrentPageIdContext(templatepropcontext.pagesnprop[cartindex].pageid);
3710
+ // }
3711
+ // }
3712
+ // }, []);
3715
3713
  useEffect(function () {
3716
3714
  if (Object.keys(StatePagePropertiesContext).length != 0) {
3717
3715
  var secpropobj = {};
@@ -5581,8 +5579,8 @@ var Productinfo = function Productinfo(props) {
5581
5579
  }, /*#__PURE__*/React.createElement("p", {
5582
5580
  className: ' m-0 p-0 wordbreak ',
5583
5581
  style: {
5584
- lineClamp: 10,
5585
- WebkitLineClamp: 10,
5582
+ // lineClamp: 10,
5583
+ // WebkitLineClamp: 10,
5586
5584
  textAlign: langdetect == 'en' ? 'left' : 'right'
5587
5585
  },
5588
5586
  dangerouslySetInnerHTML: {
@@ -5593,8 +5591,8 @@ var Productinfo = function Productinfo(props) {
5593
5591
  }, /*#__PURE__*/React.createElement("p", {
5594
5592
  className: ' m-0 p-0 wordbreak ',
5595
5593
  style: {
5596
- lineClamp: 10,
5597
- WebkitLineClamp: 10,
5594
+ // lineClamp: 10,
5595
+ // WebkitLineClamp: 10,
5598
5596
  textAlign: langdetect == 'en' ? 'left' : 'right'
5599
5597
  },
5600
5598
  dangerouslySetInnerHTML: {
@@ -43132,7 +43130,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
43132
43130
  }, /*#__PURE__*/React.createElement("div", {
43133
43131
  "class": "row m-0 w-100 allcentered"
43134
43132
  }, /*#__PURE__*/React.createElement("div", {
43135
- "class": "col-lg-9 p-0"
43133
+ "class": sectionproperties.showpricerange == 'Show' ? 'col-lg-9 p-0' : 'col-lg-12 p-0'
43136
43134
  }, /*#__PURE__*/React.createElement(CustomerAddressForm
43137
43135
  // customeraddressrequierd={customeraddressrequierd}
43138
43136
  // payloadobj={payloadobj}
@@ -43149,7 +43147,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
43149
43147
  fetchTabexCountriesQueryContext: fetchTabexCountriesQueryContext,
43150
43148
  fetchTabexStatesQueryContext: fetchTabexStatesQueryContext,
43151
43149
  fetchTabexCitiesQueryContext: fetchTabexCitiesQueryContext
43152
- })), /*#__PURE__*/React.createElement("div", {
43150
+ })), sectionproperties.showpricerange == 'Show' && /*#__PURE__*/React.createElement("div", {
43153
43151
  className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
43154
43152
  }, /*#__PURE__*/React.createElement("label", {
43155
43153
  className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
@@ -52935,7 +52933,7 @@ var Card22 = function Card22(props) {
52935
52933
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)))));
52936
52934
  };
52937
52935
 
52938
- var css_248z$d = "@-webkit-keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n@keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj {\r\n transition: all 0.4s !important;\r\n position: relative !important;\r\n}\r\n.card23-module_intialimage__Xwi6d {\r\n visibility: visible !important;\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_secondaryimage__bv6EQ {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_intialimage__Xwi6d {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_secondaryimage__bv6EQ {\r\n visibility: visible !important;\r\n\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n";
52936
+ var css_248z$d = "@-webkit-keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n@keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1 !important;\r\n }\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj {\r\n transition: all 0.4s !important;\r\n position: relative !important;\r\n}\r\n.card23-module_intialimage__Xwi6d {\r\n visibility: visible !important;\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_secondaryimage__bv6EQ {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_intialimage__Xwi6d {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_secondaryimage__bv6EQ {\r\n visibility: visible !important;\r\n\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n";
52939
52937
  var cardstyles$7 = {"imagecontainer":"card23-module_imagecontainer__1q7hj","intialimage":"card23-module_intialimage__Xwi6d","secondaryimage":"card23-module_secondaryimage__bv6EQ","fadeIn":"card23-module_fadeIn__uMWGs"};
52940
52938
  styleInject(css_248z$d);
52941
52939
 
package/dist/index.umd.js CHANGED
@@ -3568,8 +3568,8 @@
3568
3568
  var ikimagecredcontext = props.actions.ikimagecredcontext;
3569
3569
  var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
3570
3570
  var pageindexcontext = props.actions.pageindexcontext;
3571
- var setpageindexcontext = props.actions.setpageindexcontext;
3572
- var setCurrentPageIdContext = props.actions.setCurrentPageIdContext;
3571
+ props.actions.setpageindexcontext;
3572
+ props.actions.setCurrentPageIdContext;
3573
3573
  var templatepropcontext = props.actions.templatepropcontext;
3574
3574
  var _useState = React.useState(''),
3575
3575
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -3578,7 +3578,7 @@
3578
3578
  var _useState3 = React.useState(''),
3579
3579
  _useState4 = _slicedToArray__default["default"](_useState3, 2);
3580
3580
  _useState4[0];
3581
- var setCurrentPageId = _useState4[1];
3581
+ _useState4[1];
3582
3582
  var _useState5 = React.useState({
3583
3583
  reviewtitle: '',
3584
3584
  reviewbody: '',
@@ -3589,18 +3589,16 @@
3589
3589
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
3590
3590
  reviewpayloadobj = _useState6[0],
3591
3591
  setreviewpayloadobj = _useState6[1];
3592
- React.useEffect(function () {
3593
- var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
3594
- return x.staticpageid == '63fcbef36eebe';
3595
- });
3596
- if (cartindex >= 0) {
3597
- setpageindexcontext(cartindex);
3598
- setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
3599
- if (props.srcfromprops != 'templatedraftrouter') {
3600
- setCurrentPageIdContext(templatepropcontext.pagesnprop[cartindex].pageid);
3601
- }
3602
- }
3603
- }, []);
3592
+ // useEffect(() => {
3593
+ // var cartindex = templatepropcontext.pagesnprop.findIndex((x) => x.staticpageid == '63fcbef36eebe');
3594
+ // if (cartindex >= 0) {
3595
+ // setpageindexcontext(cartindex);
3596
+ // setCurrentPageId(templatepropcontext.pagesnprop[cartindex].pageid);
3597
+ // if (props.srcfromprops != 'templatedraftrouter') {
3598
+ // setCurrentPageIdContext(templatepropcontext.pagesnprop[cartindex].pageid);
3599
+ // }
3600
+ // }
3601
+ // }, []);
3604
3602
  React.useEffect(function () {
3605
3603
  if (Object.keys(StatePagePropertiesContext).length != 0) {
3606
3604
  var secpropobj = {};
@@ -5470,8 +5468,8 @@
5470
5468
  }, /*#__PURE__*/React__default["default"].createElement("p", {
5471
5469
  className: ' m-0 p-0 wordbreak ',
5472
5470
  style: {
5473
- lineClamp: 10,
5474
- WebkitLineClamp: 10,
5471
+ // lineClamp: 10,
5472
+ // WebkitLineClamp: 10,
5475
5473
  textAlign: langdetect == 'en' ? 'left' : 'right'
5476
5474
  },
5477
5475
  dangerouslySetInnerHTML: {
@@ -5482,8 +5480,8 @@
5482
5480
  }, /*#__PURE__*/React__default["default"].createElement("p", {
5483
5481
  className: ' m-0 p-0 wordbreak ',
5484
5482
  style: {
5485
- lineClamp: 10,
5486
- WebkitLineClamp: 10,
5483
+ // lineClamp: 10,
5484
+ // WebkitLineClamp: 10,
5487
5485
  textAlign: langdetect == 'en' ? 'left' : 'right'
5488
5486
  },
5489
5487
  dangerouslySetInnerHTML: {
@@ -43021,7 +43019,7 @@
43021
43019
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43022
43020
  "class": "row m-0 w-100 allcentered"
43023
43021
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43024
- "class": "col-lg-9 p-0"
43022
+ "class": sectionproperties.showpricerange == 'Show' ? 'col-lg-9 p-0' : 'col-lg-12 p-0'
43025
43023
  }, /*#__PURE__*/React__default["default"].createElement(CustomerAddressForm
43026
43024
  // customeraddressrequierd={customeraddressrequierd}
43027
43025
  // payloadobj={payloadobj}
@@ -43038,7 +43036,7 @@
43038
43036
  fetchTabexCountriesQueryContext: fetchTabexCountriesQueryContext,
43039
43037
  fetchTabexStatesQueryContext: fetchTabexStatesQueryContext,
43040
43038
  fetchTabexCitiesQueryContext: fetchTabexCitiesQueryContext
43041
- })), /*#__PURE__*/React__default["default"].createElement("div", {
43039
+ })), sectionproperties.showpricerange == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43042
43040
  className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
43043
43041
  }, /*#__PURE__*/React__default["default"].createElement("label", {
43044
43042
  className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
@@ -52824,7 +52822,7 @@
52824
52822
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)))));
52825
52823
  };
52826
52824
 
52827
- var css_248z$d = "@-webkit-keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n@keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj {\r\n transition: all 0.4s !important;\r\n position: relative !important;\r\n}\r\n.card23-module_intialimage__Xwi6d {\r\n visibility: visible !important;\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_secondaryimage__bv6EQ {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_intialimage__Xwi6d {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_secondaryimage__bv6EQ {\r\n visibility: visible !important;\r\n\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n";
52825
+ var css_248z$d = "@-webkit-keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n@keyframes card23-module_fadeIn__uMWGs {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1 !important;\r\n }\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj {\r\n transition: all 0.4s !important;\r\n position: relative !important;\r\n}\r\n.card23-module_intialimage__Xwi6d {\r\n visibility: visible !important;\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_secondaryimage__bv6EQ {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_intialimage__Xwi6d {\r\n visibility: hidden !important;\r\n\r\n opacity: 0 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n.card23-module_imagecontainer__1q7hj:hover .card23-module_secondaryimage__bv6EQ {\r\n visibility: visible !important;\r\n\r\n opacity: 1 !important;\r\n transition: visibility 0.4s, opacity 0.4s linear !important;\r\n\r\n position: absolute !important;\r\n top: 0 !important;\r\n left: 0 !important;\r\n}\r\n";
52828
52826
  var cardstyles$7 = {"imagecontainer":"card23-module_imagecontainer__1q7hj","intialimage":"card23-module_intialimage__Xwi6d","secondaryimage":"card23-module_secondaryimage__bv6EQ","fadeIn":"card23-module_fadeIn__uMWGs"};
52829
52827
  styleInject(css_248z$d);
52830
52828
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.327",
3
+ "version": "0.0.329",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {