tabexseriescomponents 0.2.1108 → 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
@@ -12000,7 +12000,9 @@ var Checkout = function Checkout(props) {
12000
12000
  var _authdetailsContext$i4;
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
- Pixel_EventsContext('InitiateCheckout', {});
12003
+ Pixel_EventsContext('InitiateCheckout', {
12004
+ currency: 'EGP'
12005
+ });
12004
12006
  }, 2000);
12005
12007
  return function () {
12006
12008
  return clearTimeout(_timer);
@@ -14388,7 +14390,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
14388
14390
  "class": "text-danger ml-1 mr-1"
14389
14391
  }, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
14390
14392
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
14391
- 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',
14392
14394
  enableSearch: true,
14393
14395
  autoFormat: true,
14394
14396
  value: payloadobj.mobile,
package/dist/index.esm.js CHANGED
@@ -11949,7 +11949,9 @@ var Checkout = function Checkout(props) {
11949
11949
  var _authdetailsContext$i4;
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
- Pixel_EventsContext('InitiateCheckout', {});
11952
+ Pixel_EventsContext('InitiateCheckout', {
11953
+ currency: 'EGP'
11954
+ });
11953
11955
  }, 2000);
11954
11956
  return function () {
11955
11957
  return clearTimeout(_timer);
@@ -14337,7 +14339,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
14337
14339
  "class": "text-danger ml-1 mr-1"
14338
14340
  }, "*")), /*#__PURE__*/React.createElement(PhoneInput, {
14339
14341
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
14340
- 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',
14341
14343
  enableSearch: true,
14342
14344
  autoFormat: true,
14343
14345
  value: payloadobj.mobile,
package/dist/index.umd.js CHANGED
@@ -11808,7 +11808,9 @@
11808
11808
  var _authdetailsContext$i4;
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
- Pixel_EventsContext('InitiateCheckout', {});
11811
+ Pixel_EventsContext('InitiateCheckout', {
11812
+ currency: 'EGP'
11813
+ });
11812
11814
  }, 2000);
11813
11815
  return function () {
11814
11816
  return clearTimeout(_timer);
@@ -14196,7 +14198,7 @@
14196
14198
  "class": "text-danger ml-1 mr-1"
14197
14199
  }, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
14198
14200
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
14199
- 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',
14200
14202
  enableSearch: true,
14201
14203
  autoFormat: true,
14202
14204
  value: payloadobj.mobile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1108",
3
+ "version": "0.2.1110",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",