tabexseriescomponents 0.0.363 → 0.0.364

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
@@ -18404,6 +18404,7 @@ var DownloadApp = function DownloadApp(props) {
18404
18404
  props.actions.lang;
18405
18405
  var langdetect = props.actions.langdetect;
18406
18406
  props.actions.StatePagePropertiesContext;
18407
+ var authdetailsContext = props.actions.authdetailsContext;
18407
18408
  var _useState = React.useState({}),
18408
18409
  _useState2 = _slicedToArray__default["default"](_useState, 2),
18409
18410
  sectionproperties = _useState2[0],
@@ -18460,8 +18461,8 @@ var DownloadApp = function DownloadApp(props) {
18460
18461
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
18461
18462
  "class": header_cssstyles.storeimage + ' cursor-pointer mx-2 mx-sm-2 ',
18462
18463
  onClick: function onClick() {
18463
- var _authdetailsContext;
18464
- window.open((_authdetailsContext = authdetailsContext) === null || _authdetailsContext === void 0 || (_authdetailsContext = _authdetailsContext.instinfo) === null || _authdetailsContext === void 0 ? void 0 : _authdetailsContext.mobileapplink_appstore, '_blank');
18464
+ var _authdetailsContext$i;
18465
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.mobileapplink_appstore, '_blank');
18465
18466
  }
18466
18467
  }), /*#__PURE__*/React__default["default"].createElement("img", {
18467
18468
  "class": header_cssstyles.storeimage + ' cursor-pointer mx-sm-0 '
@@ -18469,8 +18470,8 @@ var DownloadApp = function DownloadApp(props) {
18469
18470
  ,
18470
18471
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
18471
18472
  onClick: function onClick() {
18472
- var _authdetailsContext2;
18473
- window.open((_authdetailsContext2 = authdetailsContext) === null || _authdetailsContext2 === void 0 || (_authdetailsContext2 = _authdetailsContext2.instinfo) === null || _authdetailsContext2 === void 0 ? void 0 : _authdetailsContext2.mobileapplink_playstore, '_blank');
18473
+ var _authdetailsContext$i2;
18474
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobileapplink_playstore, '_blank');
18474
18475
  }
18475
18476
  }))));
18476
18477
  };
@@ -41802,6 +41803,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
41802
41803
  return policyobj;
41803
41804
  };
41804
41805
  var footerStyles = {
41806
+ payimgcont: glamor.css({
41807
+ marginLeft: '10px',
41808
+ marginRight: '10px'
41809
+ }),
41810
+ payimg: glamor.css({
41811
+ width: '100%',
41812
+ height: '100%',
41813
+ objectFit: 'contain'
41814
+ }),
41805
41815
  footerContainer: glamor.css({
41806
41816
  background: sectionproperties.footerbgcolor,
41807
41817
  paddingTop: sectionproperties.footer_paddingTop + 'px',
@@ -42207,7 +42217,31 @@ var Newsletterfooter = function Newsletterfooter(props) {
42207
42217
  }
42208
42218
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
42209
42219
  size: sectionproperties.youtubebtniconfontsize
42210
- })))))));
42220
+ })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
42221
+ "class": "col-lg-12 p-0 d-block my-3"
42222
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
42223
+ "class": "m-0 p-0"
42224
+ })), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
42225
+ "class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
42226
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
42227
+ className: "".concat(footerStyles.payimgcont),
42228
+ style: {
42229
+ width: '50px',
42230
+ height: '40px'
42231
+ }
42232
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
42233
+ src: 'https://tabex-co.com/storage/StaticImages/visa.png',
42234
+ className: "".concat(footerStyles.payimg)
42235
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
42236
+ className: "".concat(footerStyles.payimgcont),
42237
+ style: {
42238
+ width: '50px',
42239
+ height: '40px'
42240
+ }
42241
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
42242
+ src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
42243
+ className: "".concat(footerStyles.payimg)
42244
+ }))))));
42211
42245
  };
42212
42246
 
42213
42247
  function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/dist/index.esm.js CHANGED
@@ -18355,6 +18355,7 @@ var DownloadApp = function DownloadApp(props) {
18355
18355
  props.actions.lang;
18356
18356
  var langdetect = props.actions.langdetect;
18357
18357
  props.actions.StatePagePropertiesContext;
18358
+ var authdetailsContext = props.actions.authdetailsContext;
18358
18359
  var _useState = useState({}),
18359
18360
  _useState2 = _slicedToArray(_useState, 2),
18360
18361
  sectionproperties = _useState2[0],
@@ -18411,8 +18412,8 @@ var DownloadApp = function DownloadApp(props) {
18411
18412
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
18412
18413
  "class": header_cssstyles.storeimage + ' cursor-pointer mx-2 mx-sm-2 ',
18413
18414
  onClick: function onClick() {
18414
- var _authdetailsContext;
18415
- window.open((_authdetailsContext = authdetailsContext) === null || _authdetailsContext === void 0 || (_authdetailsContext = _authdetailsContext.instinfo) === null || _authdetailsContext === void 0 ? void 0 : _authdetailsContext.mobileapplink_appstore, '_blank');
18415
+ var _authdetailsContext$i;
18416
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.mobileapplink_appstore, '_blank');
18416
18417
  }
18417
18418
  }), /*#__PURE__*/React.createElement("img", {
18418
18419
  "class": header_cssstyles.storeimage + ' cursor-pointer mx-sm-0 '
@@ -18420,8 +18421,8 @@ var DownloadApp = function DownloadApp(props) {
18420
18421
  ,
18421
18422
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
18422
18423
  onClick: function onClick() {
18423
- var _authdetailsContext2;
18424
- window.open((_authdetailsContext2 = authdetailsContext) === null || _authdetailsContext2 === void 0 || (_authdetailsContext2 = _authdetailsContext2.instinfo) === null || _authdetailsContext2 === void 0 ? void 0 : _authdetailsContext2.mobileapplink_playstore, '_blank');
18424
+ var _authdetailsContext$i2;
18425
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobileapplink_playstore, '_blank');
18425
18426
  }
18426
18427
  }))));
18427
18428
  };
@@ -41753,6 +41754,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
41753
41754
  return policyobj;
41754
41755
  };
41755
41756
  var footerStyles = {
41757
+ payimgcont: css({
41758
+ marginLeft: '10px',
41759
+ marginRight: '10px'
41760
+ }),
41761
+ payimg: css({
41762
+ width: '100%',
41763
+ height: '100%',
41764
+ objectFit: 'contain'
41765
+ }),
41756
41766
  footerContainer: css({
41757
41767
  background: sectionproperties.footerbgcolor,
41758
41768
  paddingTop: sectionproperties.footer_paddingTop + 'px',
@@ -42158,7 +42168,31 @@ var Newsletterfooter = function Newsletterfooter(props) {
42158
42168
  }
42159
42169
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
42160
42170
  size: sectionproperties.youtubebtniconfontsize
42161
- })))))));
42171
+ })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
42172
+ "class": "col-lg-12 p-0 d-block my-3"
42173
+ }, /*#__PURE__*/React.createElement("hr", {
42174
+ "class": "m-0 p-0"
42175
+ })), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
42176
+ "class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
42177
+ }, /*#__PURE__*/React.createElement("div", {
42178
+ className: "".concat(footerStyles.payimgcont),
42179
+ style: {
42180
+ width: '50px',
42181
+ height: '40px'
42182
+ }
42183
+ }, /*#__PURE__*/React.createElement("img", {
42184
+ src: 'https://tabex-co.com/storage/StaticImages/visa.png',
42185
+ className: "".concat(footerStyles.payimg)
42186
+ })), /*#__PURE__*/React.createElement("div", {
42187
+ className: "".concat(footerStyles.payimgcont),
42188
+ style: {
42189
+ width: '50px',
42190
+ height: '40px'
42191
+ }
42192
+ }, /*#__PURE__*/React.createElement("img", {
42193
+ src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
42194
+ className: "".concat(footerStyles.payimg)
42195
+ }))))));
42162
42196
  };
42163
42197
 
42164
42198
  function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/dist/index.umd.js CHANGED
@@ -18237,6 +18237,7 @@
18237
18237
  props.actions.lang;
18238
18238
  var langdetect = props.actions.langdetect;
18239
18239
  props.actions.StatePagePropertiesContext;
18240
+ var authdetailsContext = props.actions.authdetailsContext;
18240
18241
  var _useState = React.useState({}),
18241
18242
  _useState2 = _slicedToArray__default["default"](_useState, 2),
18242
18243
  sectionproperties = _useState2[0],
@@ -18293,8 +18294,8 @@
18293
18294
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
18294
18295
  "class": header_cssstyles.storeimage + ' cursor-pointer mx-2 mx-sm-2 ',
18295
18296
  onClick: function onClick() {
18296
- var _authdetailsContext;
18297
- window.open((_authdetailsContext = authdetailsContext) === null || _authdetailsContext === void 0 || (_authdetailsContext = _authdetailsContext.instinfo) === null || _authdetailsContext === void 0 ? void 0 : _authdetailsContext.mobileapplink_appstore, '_blank');
18297
+ var _authdetailsContext$i;
18298
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.mobileapplink_appstore, '_blank');
18298
18299
  }
18299
18300
  }), /*#__PURE__*/React__default["default"].createElement("img", {
18300
18301
  "class": header_cssstyles.storeimage + ' cursor-pointer mx-sm-0 '
@@ -18302,8 +18303,8 @@
18302
18303
  ,
18303
18304
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
18304
18305
  onClick: function onClick() {
18305
- var _authdetailsContext2;
18306
- window.open((_authdetailsContext2 = authdetailsContext) === null || _authdetailsContext2 === void 0 || (_authdetailsContext2 = _authdetailsContext2.instinfo) === null || _authdetailsContext2 === void 0 ? void 0 : _authdetailsContext2.mobileapplink_playstore, '_blank');
18306
+ var _authdetailsContext$i2;
18307
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobileapplink_playstore, '_blank');
18307
18308
  }
18308
18309
  }))));
18309
18310
  };
@@ -41635,6 +41636,15 @@
41635
41636
  return policyobj;
41636
41637
  };
41637
41638
  var footerStyles = {
41639
+ payimgcont: glamor.css({
41640
+ marginLeft: '10px',
41641
+ marginRight: '10px'
41642
+ }),
41643
+ payimg: glamor.css({
41644
+ width: '100%',
41645
+ height: '100%',
41646
+ objectFit: 'contain'
41647
+ }),
41638
41648
  footerContainer: glamor.css({
41639
41649
  background: sectionproperties.footerbgcolor,
41640
41650
  paddingTop: sectionproperties.footer_paddingTop + 'px',
@@ -42040,7 +42050,31 @@
42040
42050
  }
42041
42051
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
42042
42052
  size: sectionproperties.youtubebtniconfontsize
42043
- })))))));
42053
+ })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
42054
+ "class": "col-lg-12 p-0 d-block my-3"
42055
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
42056
+ "class": "m-0 p-0"
42057
+ })), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
42058
+ "class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
42059
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
42060
+ className: "".concat(footerStyles.payimgcont),
42061
+ style: {
42062
+ width: '50px',
42063
+ height: '40px'
42064
+ }
42065
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
42066
+ src: 'https://tabex-co.com/storage/StaticImages/visa.png',
42067
+ className: "".concat(footerStyles.payimg)
42068
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
42069
+ className: "".concat(footerStyles.payimgcont),
42070
+ style: {
42071
+ width: '50px',
42072
+ height: '40px'
42073
+ }
42074
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
42075
+ src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
42076
+ className: "".concat(footerStyles.payimg)
42077
+ }))))));
42044
42078
  };
42045
42079
 
42046
42080
  function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.363",
3
+ "version": "0.0.364",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {