tabexseriescomponents 0.2.877 → 0.2.878

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
@@ -24480,6 +24480,7 @@ var Resetpassword = function Resetpassword(props) {
24480
24480
  })))
24481
24481
  };
24482
24482
  var LoginContent = function LoginContent() {
24483
+ var _authdetailsContext;
24483
24484
  return /*#__PURE__*/React__default["default"].createElement("div", {
24484
24485
  "class": "col-lg-12 p-0"
24485
24486
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -24535,7 +24536,7 @@ var Resetpassword = function Resetpassword(props) {
24535
24536
  className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
24536
24537
  }, /*#__PURE__*/React__default["default"].createElement("label", {
24537
24538
  className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
24538
- }, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
24539
+ }, ((_authdetailsContext = authdetailsContext) === null || _authdetailsContext === void 0 || (_authdetailsContext = _authdetailsContext.instinfo) === null || _authdetailsContext === void 0 ? void 0 : _authdetailsContext.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Mobile Number' : 'رقم الهاتف' : langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
24539
24540
  type: "text",
24540
24541
  className: "".concat(loginstyles2.form_control),
24541
24542
  value: forgotpasswordpayload.email,
package/dist/index.esm.js CHANGED
@@ -24430,6 +24430,7 @@ var Resetpassword = function Resetpassword(props) {
24430
24430
  })))
24431
24431
  };
24432
24432
  var LoginContent = function LoginContent() {
24433
+ var _authdetailsContext;
24433
24434
  return /*#__PURE__*/React.createElement("div", {
24434
24435
  "class": "col-lg-12 p-0"
24435
24436
  }, /*#__PURE__*/React.createElement("div", {
@@ -24485,7 +24486,7 @@ var Resetpassword = function Resetpassword(props) {
24485
24486
  className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
24486
24487
  }, /*#__PURE__*/React.createElement("label", {
24487
24488
  className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
24488
- }, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React.createElement("input", {
24489
+ }, ((_authdetailsContext = authdetailsContext) === null || _authdetailsContext === void 0 || (_authdetailsContext = _authdetailsContext.instinfo) === null || _authdetailsContext === void 0 ? void 0 : _authdetailsContext.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Mobile Number' : 'رقم الهاتف' : langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React.createElement("input", {
24489
24490
  type: "text",
24490
24491
  className: "".concat(loginstyles2.form_control),
24491
24492
  value: forgotpasswordpayload.email,
package/dist/index.umd.js CHANGED
@@ -24290,6 +24290,7 @@
24290
24290
  })))
24291
24291
  };
24292
24292
  var LoginContent = function LoginContent() {
24293
+ var _authdetailsContext;
24293
24294
  return /*#__PURE__*/React__default["default"].createElement("div", {
24294
24295
  "class": "col-lg-12 p-0"
24295
24296
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -24345,7 +24346,7 @@
24345
24346
  className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
24346
24347
  }, /*#__PURE__*/React__default["default"].createElement("label", {
24347
24348
  className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
24348
- }, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
24349
+ }, ((_authdetailsContext = authdetailsContext) === null || _authdetailsContext === void 0 || (_authdetailsContext = _authdetailsContext.instinfo) === null || _authdetailsContext === void 0 ? void 0 : _authdetailsContext.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Mobile Number' : 'رقم الهاتف' : langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
24349
24350
  type: "text",
24350
24351
  className: "".concat(loginstyles2.form_control),
24351
24352
  value: forgotpasswordpayload.email,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.877",
3
+ "version": "0.2.878",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",