tabexseriescomponents 0.2.1109 → 0.2.1110

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
@@ -12001,7 +12001,7 @@ var Checkout = function Checkout(props) {
12001
12001
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.hasaffiliate) != undefined) {
12002
12002
  var _timer = setTimeout(function () {
12003
12003
  Pixel_EventsContext('InitiateCheckout', {
12004
- currency: authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en
12004
+ currency: 'EGP'
12005
12005
  });
12006
12006
  }, 2000);
12007
12007
  return function () {
@@ -14390,7 +14390,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
14390
14390
  "class": "text-danger ml-1 mr-1"
14391
14391
  }, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
14392
14392
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
14393
- country: sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
14393
+ country: sectionproperties.countrycode == 'AE' ? 'ae' : sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
14394
14394
  enableSearch: true,
14395
14395
  autoFormat: true,
14396
14396
  value: payloadobj.mobile,
package/dist/index.esm.js CHANGED
@@ -11950,7 +11950,7 @@ var Checkout = function Checkout(props) {
11950
11950
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.hasaffiliate) != undefined) {
11951
11951
  var _timer = setTimeout(function () {
11952
11952
  Pixel_EventsContext('InitiateCheckout', {
11953
- currency: authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en
11953
+ currency: 'EGP'
11954
11954
  });
11955
11955
  }, 2000);
11956
11956
  return function () {
@@ -14339,7 +14339,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
14339
14339
  "class": "text-danger ml-1 mr-1"
14340
14340
  }, "*")), /*#__PURE__*/React.createElement(PhoneInput, {
14341
14341
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
14342
- country: sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
14342
+ country: sectionproperties.countrycode == 'AE' ? 'ae' : sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
14343
14343
  enableSearch: true,
14344
14344
  autoFormat: true,
14345
14345
  value: payloadobj.mobile,
package/dist/index.umd.js CHANGED
@@ -11809,7 +11809,7 @@
11809
11809
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.hasaffiliate) != undefined) {
11810
11810
  var _timer = setTimeout(function () {
11811
11811
  Pixel_EventsContext('InitiateCheckout', {
11812
- currency: authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en
11812
+ currency: 'EGP'
11813
11813
  });
11814
11814
  }, 2000);
11815
11815
  return function () {
@@ -14198,7 +14198,7 @@
14198
14198
  "class": "text-danger ml-1 mr-1"
14199
14199
  }, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
14200
14200
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
14201
- country: sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
14201
+ country: sectionproperties.countrycode == 'AE' ? 'ae' : sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
14202
14202
  enableSearch: true,
14203
14203
  autoFormat: true,
14204
14204
  value: payloadobj.mobile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1109",
3
+ "version": "0.2.1110",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",