tabexseriescomponents 0.0.255 → 0.0.257

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
@@ -8378,7 +8378,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
8378
8378
  color: sectionproperties.sectionTitleColor,
8379
8379
  fontWeight: sectionproperties.sectionTitleFontWeight
8380
8380
  }
8381
- }, langdetect == 'en' ? 'Subscription end on' : 'الإشتراك ينتهى فى'), /*#__PURE__*/React__default["default"].createElement("p", {
8381
+ }, langdetect == 'en' ? 'Subscription ends on' : 'الإشتراك ينتهى فى'), /*#__PURE__*/React__default["default"].createElement("p", {
8382
8382
  "class": "m-0 p-0",
8383
8383
  style: {
8384
8384
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
@@ -48121,7 +48121,10 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
48121
48121
  }, sectionproperties.generalbtn_content)))))), !(index % 2 == 0) && /*#__PURE__*/React__default["default"].createElement("div", {
48122
48122
  "class": "col-lg-12 p-0"
48123
48123
  }, /*#__PURE__*/React__default["default"].createElement("div", {
48124
- "class": "".concat(card_cssstyles.productcard) + ' cursor-pointer col-lg-12 p-0 w-100 allcentered '
48124
+ "class": "".concat(card_cssstyles.productcard) + ' cursor-pointer col-lg-12 p-0 w-100 allcentered ',
48125
+ onClick: function onClick() {
48126
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
48127
+ }
48125
48128
  }, /*#__PURE__*/React__default["default"].createElement("div", {
48126
48129
  "class": "row m-0 w-100 "
48127
48130
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50867,7 +50870,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
50867
50870
  image_container: glamor.css({
50868
50871
  height: sectionproperties.image_height + 'px',
50869
50872
  background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
50870
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50873
+ border: sectionproperties.image_borderType == 'All' ? sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor : 0,
50874
+ borderBottom: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50871
50875
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
50872
50876
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
50873
50877
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -51191,8 +51195,10 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
51191
51195
  }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
51192
51196
  "class": 'row m-0 w-100 text-center mt-2',
51193
51197
  style: {
51194
- paddingLeft: sectionproperties.paddingLeft + 'px',
51195
- paddingRight: sectionproperties.paddingRight + 'px'
51198
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
51199
+ paddingBottom: sectionproperties.reservation_padding_top + 'px',
51200
+ paddingRight: sectionproperties.reservation_padding_left + 'px',
51201
+ paddingLeft: sectionproperties.reservation_padding_left + 'px'
51196
51202
  }
51197
51203
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
51198
51204
  "class": "col-lg-12 m-0 p-0",
package/dist/index.esm.js CHANGED
@@ -8331,7 +8331,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
8331
8331
  color: sectionproperties.sectionTitleColor,
8332
8332
  fontWeight: sectionproperties.sectionTitleFontWeight
8333
8333
  }
8334
- }, langdetect == 'en' ? 'Subscription end on' : 'الإشتراك ينتهى فى'), /*#__PURE__*/React.createElement("p", {
8334
+ }, langdetect == 'en' ? 'Subscription ends on' : 'الإشتراك ينتهى فى'), /*#__PURE__*/React.createElement("p", {
8335
8335
  "class": "m-0 p-0",
8336
8336
  style: {
8337
8337
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
@@ -48074,7 +48074,10 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
48074
48074
  }, sectionproperties.generalbtn_content)))))), !(index % 2 == 0) && /*#__PURE__*/React.createElement("div", {
48075
48075
  "class": "col-lg-12 p-0"
48076
48076
  }, /*#__PURE__*/React.createElement("div", {
48077
- "class": "".concat(card_cssstyles.productcard) + ' cursor-pointer col-lg-12 p-0 w-100 allcentered '
48077
+ "class": "".concat(card_cssstyles.productcard) + ' cursor-pointer col-lg-12 p-0 w-100 allcentered ',
48078
+ onClick: function onClick() {
48079
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
48080
+ }
48078
48081
  }, /*#__PURE__*/React.createElement("div", {
48079
48082
  "class": "row m-0 w-100 "
48080
48083
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
@@ -50820,7 +50823,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
50820
50823
  image_container: css({
50821
50824
  height: sectionproperties.image_height + 'px',
50822
50825
  background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
50823
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50826
+ border: sectionproperties.image_borderType == 'All' ? sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor : 0,
50827
+ borderBottom: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50824
50828
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
50825
50829
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
50826
50830
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -51144,8 +51148,10 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
51144
51148
  }))))))), /*#__PURE__*/React.createElement("div", {
51145
51149
  "class": 'row m-0 w-100 text-center mt-2',
51146
51150
  style: {
51147
- paddingLeft: sectionproperties.paddingLeft + 'px',
51148
- paddingRight: sectionproperties.paddingRight + 'px'
51151
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
51152
+ paddingBottom: sectionproperties.reservation_padding_top + 'px',
51153
+ paddingRight: sectionproperties.reservation_padding_left + 'px',
51154
+ paddingLeft: sectionproperties.reservation_padding_left + 'px'
51149
51155
  }
51150
51156
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
51151
51157
  "class": "col-lg-12 m-0 p-0",
package/dist/index.umd.js CHANGED
@@ -8230,7 +8230,7 @@
8230
8230
  color: sectionproperties.sectionTitleColor,
8231
8231
  fontWeight: sectionproperties.sectionTitleFontWeight
8232
8232
  }
8233
- }, langdetect == 'en' ? 'Subscription end on' : 'الإشتراك ينتهى فى'), /*#__PURE__*/React__default["default"].createElement("p", {
8233
+ }, langdetect == 'en' ? 'Subscription ends on' : 'الإشتراك ينتهى فى'), /*#__PURE__*/React__default["default"].createElement("p", {
8234
8234
  "class": "m-0 p-0",
8235
8235
  style: {
8236
8236
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
@@ -47973,7 +47973,10 @@
47973
47973
  }, sectionproperties.generalbtn_content)))))), !(index % 2 == 0) && /*#__PURE__*/React__default["default"].createElement("div", {
47974
47974
  "class": "col-lg-12 p-0"
47975
47975
  }, /*#__PURE__*/React__default["default"].createElement("div", {
47976
- "class": "".concat(card_cssstyles.productcard) + ' cursor-pointer col-lg-12 p-0 w-100 allcentered '
47976
+ "class": "".concat(card_cssstyles.productcard) + ' cursor-pointer col-lg-12 p-0 w-100 allcentered ',
47977
+ onClick: function onClick() {
47978
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
47979
+ }
47977
47980
  }, /*#__PURE__*/React__default["default"].createElement("div", {
47978
47981
  "class": "row m-0 w-100 "
47979
47982
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50719,7 +50722,8 @@
50719
50722
  image_container: glamor.css({
50720
50723
  height: sectionproperties.image_height + 'px',
50721
50724
  background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
50722
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50725
+ border: sectionproperties.image_borderType == 'All' ? sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor : 0,
50726
+ borderBottom: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50723
50727
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
50724
50728
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
50725
50729
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -51043,8 +51047,10 @@
51043
51047
  }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
51044
51048
  "class": 'row m-0 w-100 text-center mt-2',
51045
51049
  style: {
51046
- paddingLeft: sectionproperties.paddingLeft + 'px',
51047
- paddingRight: sectionproperties.paddingRight + 'px'
51050
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
51051
+ paddingBottom: sectionproperties.reservation_padding_top + 'px',
51052
+ paddingRight: sectionproperties.reservation_padding_left + 'px',
51053
+ paddingLeft: sectionproperties.reservation_padding_left + 'px'
51048
51054
  }
51049
51055
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
51050
51056
  "class": "col-lg-12 m-0 p-0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.255",
3
+ "version": "0.0.257",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {