tabexseriescomponents 0.2.985 → 0.2.986

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
@@ -53579,7 +53579,7 @@ var Footer2 = function Footer2(props) {
53579
53579
  onClick: function onClick() {
53580
53580
  routingcountext(StaticPagesLinksContext.Wishlist);
53581
53581
  }
53582
- }, lang.wishlist), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
53582
+ }, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
53583
53583
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 mx-2 ',
53584
53584
  onClick: function onClick() {
53585
53585
  routingcountext(StaticPagesLinksContext.Ordershistory);
package/dist/index.esm.js CHANGED
@@ -53528,7 +53528,7 @@ var Footer2 = function Footer2(props) {
53528
53528
  onClick: function onClick() {
53529
53529
  routingcountext(StaticPagesLinksContext.Wishlist);
53530
53530
  }
53531
- }, lang.wishlist), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React.createElement("p", {
53531
+ }, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React.createElement("p", {
53532
53532
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 mx-2 ',
53533
53533
  onClick: function onClick() {
53534
53534
  routingcountext(StaticPagesLinksContext.Ordershistory);
package/dist/index.umd.js CHANGED
@@ -53388,7 +53388,7 @@
53388
53388
  onClick: function onClick() {
53389
53389
  routingcountext(StaticPagesLinksContext.Wishlist);
53390
53390
  }
53391
- }, lang.wishlist), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
53391
+ }, langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar), authdetailsContext.loggedin && sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
53392
53392
  "class": "".concat(footerStyles.footersubtitlestyles) + ' mb-md-0 mx-2 ',
53393
53393
  onClick: function onClick() {
53394
53394
  routingcountext(StaticPagesLinksContext.Ordershistory);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.985",
3
+ "version": "0.2.986",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",