tabexseriescomponents 0.0.806 → 0.0.807

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
@@ -11719,7 +11719,7 @@ var Checkout = function Checkout(props) {
11719
11719
  }, /*#__PURE__*/React__default["default"].createElement("label", {
11720
11720
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11721
11721
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
11722
- type: 'number',
11722
+ type: 'text',
11723
11723
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11724
11724
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue66 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue66 === void 0 || (_fetchcustomercartQue66 = _fetchcustomercartQue66.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : _fetchcustomercartQue66.customercart.mobile,
11725
11725
  onChange: function onChange(event) {
package/dist/index.esm.js CHANGED
@@ -11670,7 +11670,7 @@ var Checkout = function Checkout(props) {
11670
11670
  }, /*#__PURE__*/React.createElement("label", {
11671
11671
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11672
11672
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React.createElement("input", {
11673
- type: 'number',
11673
+ type: 'text',
11674
11674
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11675
11675
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue66 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue66 === void 0 || (_fetchcustomercartQue66 = _fetchcustomercartQue66.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : _fetchcustomercartQue66.customercart.mobile,
11676
11676
  onChange: function onChange(event) {
package/dist/index.umd.js CHANGED
@@ -11535,7 +11535,7 @@
11535
11535
  }, /*#__PURE__*/React__default["default"].createElement("label", {
11536
11536
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11537
11537
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
11538
- type: 'number',
11538
+ type: 'text',
11539
11539
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11540
11540
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue66 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue66 === void 0 || (_fetchcustomercartQue66 = _fetchcustomercartQue66.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : _fetchcustomercartQue66.customercart.mobile,
11541
11541
  onChange: function onChange(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.806",
3
+ "version": "0.0.807",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {