tabexseriescomponents 0.0.255 → 0.0.256

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',
@@ -50867,7 +50867,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
50867
50867
  image_container: glamor.css({
50868
50868
  height: sectionproperties.image_height + 'px',
50869
50869
  background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
50870
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50870
+ border: sectionproperties.image_borderType == 'All' ? sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor : 0,
50871
+ borderBottom: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50871
50872
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
50872
50873
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
50873
50874
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -51191,8 +51192,10 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
51191
51192
  }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
51192
51193
  "class": 'row m-0 w-100 text-center mt-2',
51193
51194
  style: {
51194
- paddingLeft: sectionproperties.paddingLeft + 'px',
51195
- paddingRight: sectionproperties.paddingRight + 'px'
51195
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
51196
+ paddingBottom: sectionproperties.reservation_padding_top + 'px',
51197
+ paddingRight: sectionproperties.reservation_padding_left + 'px',
51198
+ paddingLeft: sectionproperties.reservation_padding_left + 'px'
51196
51199
  }
51197
51200
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
51198
51201
  "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',
@@ -50820,7 +50820,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
50820
50820
  image_container: css({
50821
50821
  height: sectionproperties.image_height + 'px',
50822
50822
  background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
50823
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50823
+ border: sectionproperties.image_borderType == 'All' ? sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor : 0,
50824
+ borderBottom: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50824
50825
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
50825
50826
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
50826
50827
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -51144,8 +51145,10 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
51144
51145
  }))))))), /*#__PURE__*/React.createElement("div", {
51145
51146
  "class": 'row m-0 w-100 text-center mt-2',
51146
51147
  style: {
51147
- paddingLeft: sectionproperties.paddingLeft + 'px',
51148
- paddingRight: sectionproperties.paddingRight + 'px'
51148
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
51149
+ paddingBottom: sectionproperties.reservation_padding_top + 'px',
51150
+ paddingRight: sectionproperties.reservation_padding_left + 'px',
51151
+ paddingLeft: sectionproperties.reservation_padding_left + 'px'
51149
51152
  }
51150
51153
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
51151
51154
  "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',
@@ -50719,7 +50719,8 @@
50719
50719
  image_container: glamor.css({
50720
50720
  height: sectionproperties.image_height + 'px',
50721
50721
  background: sectionproperties.image_bgtransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
50722
- border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50722
+ border: sectionproperties.image_borderType == 'All' ? sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor : 0,
50723
+ borderBottom: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
50723
50724
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
50724
50725
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
50725
50726
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
@@ -51043,8 +51044,10 @@
51043
51044
  }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
51044
51045
  "class": 'row m-0 w-100 text-center mt-2',
51045
51046
  style: {
51046
- paddingLeft: sectionproperties.paddingLeft + 'px',
51047
- paddingRight: sectionproperties.paddingRight + 'px'
51047
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
51048
+ paddingBottom: sectionproperties.reservation_padding_top + 'px',
51049
+ paddingRight: sectionproperties.reservation_padding_left + 'px',
51050
+ paddingLeft: sectionproperties.reservation_padding_left + 'px'
51048
51051
  }
51049
51052
  }, sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
51050
51053
  "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.256",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {