tabexseriescomponents 0.0.385 → 0.0.387

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
@@ -5167,8 +5167,17 @@ var Productinfo = function Productinfo(props) {
5167
5167
  "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 '
5168
5168
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
5169
5169
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
5170
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
5171
- path: '/tr:w-' + sectionproperties.relatedProductDimWidth + ',h-' + sectionproperties.galleryHeightDimension + '/' + item.productinfo.productmainimage,
5170
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
5171
+ // path={
5172
+ // '/tr:w-' +
5173
+ // sectionproperties.relatedProductDimWidth +
5174
+ // ',h-' +
5175
+ // sectionproperties.galleryHeightDimension +
5176
+ // '/' +
5177
+ // item.productinfo.productmainimage
5178
+ // }
5179
+ ,
5180
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
5172
5181
  loading: "lazy",
5173
5182
  style: {
5174
5183
  width: '100%',
@@ -18765,7 +18774,7 @@ var Headerresponsive = function Headerresponsive(props) {
18765
18774
  transition: '.3s',
18766
18775
  color: '#000'
18767
18776
  }
18768
- }, langdetect == 'en' ? 'COLLECTIONS' : 'المجموعات'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18777
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18769
18778
  className: ' row m-0 w-100 anim '
18770
18779
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18771
18780
  className: "col-lg-12 p-0"
@@ -53204,7 +53213,13 @@ var Servicesection = function Servicesection(props) {
53204
53213
  border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53205
53214
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
53206
53215
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53207
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
53216
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
53217
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
53218
+ },
53219
+ onClick: function onClick() {
53220
+ if (cardinfoitem.iscardclickable == 'Yes') {
53221
+ window.open(cardinfoitem.btnlink, '_blank');
53222
+ }
53208
53223
  }
53209
53224
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53210
53225
  "class": "d-flex d-sm-none",
package/dist/index.esm.js CHANGED
@@ -5118,8 +5118,17 @@ var Productinfo = function Productinfo(props) {
5118
5118
  "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 '
5119
5119
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
5120
5120
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
5121
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
5122
- path: '/tr:w-' + sectionproperties.relatedProductDimWidth + ',h-' + sectionproperties.galleryHeightDimension + '/' + item.productinfo.productmainimage,
5121
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
5122
+ // path={
5123
+ // '/tr:w-' +
5124
+ // sectionproperties.relatedProductDimWidth +
5125
+ // ',h-' +
5126
+ // sectionproperties.galleryHeightDimension +
5127
+ // '/' +
5128
+ // item.productinfo.productmainimage
5129
+ // }
5130
+ ,
5131
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
5123
5132
  loading: "lazy",
5124
5133
  style: {
5125
5134
  width: '100%',
@@ -18716,7 +18725,7 @@ var Headerresponsive = function Headerresponsive(props) {
18716
18725
  transition: '.3s',
18717
18726
  color: '#000'
18718
18727
  }
18719
- }, langdetect == 'en' ? 'COLLECTIONS' : 'المجموعات'))))), /*#__PURE__*/React.createElement(Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React.createElement("div", {
18728
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React.createElement(Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React.createElement("div", {
18720
18729
  className: ' row m-0 w-100 anim '
18721
18730
  }, /*#__PURE__*/React.createElement("div", {
18722
18731
  className: "col-lg-12 p-0"
@@ -53155,7 +53164,13 @@ var Servicesection = function Servicesection(props) {
53155
53164
  border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53156
53165
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
53157
53166
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53158
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
53167
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
53168
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
53169
+ },
53170
+ onClick: function onClick() {
53171
+ if (cardinfoitem.iscardclickable == 'Yes') {
53172
+ window.open(cardinfoitem.btnlink, '_blank');
53173
+ }
53159
53174
  }
53160
53175
  }, /*#__PURE__*/React.createElement("div", {
53161
53176
  "class": "d-flex d-sm-none",
package/dist/index.umd.js CHANGED
@@ -4999,8 +4999,17 @@
4999
4999
  "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 '
5000
5000
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
5001
5001
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
5002
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
5003
- path: '/tr:w-' + sectionproperties.relatedProductDimWidth + ',h-' + sectionproperties.galleryHeightDimension + '/' + item.productinfo.productmainimage,
5002
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
5003
+ // path={
5004
+ // '/tr:w-' +
5005
+ // sectionproperties.relatedProductDimWidth +
5006
+ // ',h-' +
5007
+ // sectionproperties.galleryHeightDimension +
5008
+ // '/' +
5009
+ // item.productinfo.productmainimage
5010
+ // }
5011
+ ,
5012
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
5004
5013
  loading: "lazy",
5005
5014
  style: {
5006
5015
  width: '100%',
@@ -18597,7 +18606,7 @@
18597
18606
  transition: '.3s',
18598
18607
  color: '#000'
18599
18608
  }
18600
- }, langdetect == 'en' ? 'COLLECTIONS' : 'المجموعات'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18609
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18601
18610
  className: ' row m-0 w-100 anim '
18602
18611
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18603
18612
  className: "col-lg-12 p-0"
@@ -53036,7 +53045,13 @@
53036
53045
  border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53037
53046
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
53038
53047
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53039
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
53048
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
53049
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
53050
+ },
53051
+ onClick: function onClick() {
53052
+ if (cardinfoitem.iscardclickable == 'Yes') {
53053
+ window.open(cardinfoitem.btnlink, '_blank');
53054
+ }
53040
53055
  }
53041
53056
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53042
53057
  "class": "d-flex d-sm-none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.385",
3
+ "version": "0.0.387",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {