tabexseriescomponents 0.50.136 → 0.50.137

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
@@ -39044,7 +39044,7 @@ var Header8 = function Header8(props) {
39044
39044
  fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
39045
39045
  fontWeight: sectionproperties.footerinfotext_secondaryfontweight
39046
39046
  }
39047
- }, langdetect != 'ar' ? sectionproperties.footerinfotext_en : sectionproperties.footerinfotext_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
39047
+ }, langdetect == 'en' ? sectionproperties.footerinfotext_en : langdetect == 'chin' ? '全天候支持' : sectionproperties.footerinfotext_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
39048
39048
  "class": sectionproperties.showfooterphonenumber == 'Show' ? sectionproperties.btninsearch == 'Show' ? 'col-xl-3 col-lg-3 d-flex align-items-center p-0 pr-0' : langdetect != 'ar' ? 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pl-0' : 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pr-0' : 'col-lg-4 d-flex align-items-center'
39049
39049
  }, /*#__PURE__*/React__default["default"].createElement("div", {
39050
39050
  "class": sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Hide' ? 'row w-100 m-0 align-items-center justify-content-end plr-1025-0' : 'row w-100 m-0 align-items-center justify-content-between plr-1025-0',
package/dist/index.esm.js CHANGED
@@ -38992,7 +38992,7 @@ var Header8 = function Header8(props) {
38992
38992
  fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
38993
38993
  fontWeight: sectionproperties.footerinfotext_secondaryfontweight
38994
38994
  }
38995
- }, langdetect != 'ar' ? sectionproperties.footerinfotext_en : sectionproperties.footerinfotext_ar)))), /*#__PURE__*/React.createElement("div", {
38995
+ }, langdetect == 'en' ? sectionproperties.footerinfotext_en : langdetect == 'chin' ? '全天候支持' : sectionproperties.footerinfotext_ar)))), /*#__PURE__*/React.createElement("div", {
38996
38996
  "class": sectionproperties.showfooterphonenumber == 'Show' ? sectionproperties.btninsearch == 'Show' ? 'col-xl-3 col-lg-3 d-flex align-items-center p-0 pr-0' : langdetect != 'ar' ? 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pl-0' : 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pr-0' : 'col-lg-4 d-flex align-items-center'
38997
38997
  }, /*#__PURE__*/React.createElement("div", {
38998
38998
  "class": sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Hide' ? 'row w-100 m-0 align-items-center justify-content-end plr-1025-0' : 'row w-100 m-0 align-items-center justify-content-between plr-1025-0',
package/dist/index.umd.js CHANGED
@@ -38851,7 +38851,7 @@
38851
38851
  fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
38852
38852
  fontWeight: sectionproperties.footerinfotext_secondaryfontweight
38853
38853
  }
38854
- }, langdetect != 'ar' ? sectionproperties.footerinfotext_en : sectionproperties.footerinfotext_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
38854
+ }, langdetect == 'en' ? sectionproperties.footerinfotext_en : langdetect == 'chin' ? '全天候支持' : sectionproperties.footerinfotext_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
38855
38855
  "class": sectionproperties.showfooterphonenumber == 'Show' ? sectionproperties.btninsearch == 'Show' ? 'col-xl-3 col-lg-3 d-flex align-items-center p-0 pr-0' : langdetect != 'ar' ? 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pl-0' : 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pr-0' : 'col-lg-4 d-flex align-items-center'
38856
38856
  }, /*#__PURE__*/React__default["default"].createElement("div", {
38857
38857
  "class": sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Hide' ? 'row w-100 m-0 align-items-center justify-content-end plr-1025-0' : 'row w-100 m-0 align-items-center justify-content-between plr-1025-0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.50.136",
3
+ "version": "0.50.137",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",