tabexseriescomponents 0.0.701 → 0.0.702

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
@@ -11283,7 +11283,7 @@ var Checkout = function Checkout(props) {
11283
11283
  }, /*#__PURE__*/React__default["default"].createElement("label", {
11284
11284
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11285
11285
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
11286
- type: 'text',
11286
+ type: 'number',
11287
11287
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11288
11288
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue62 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue62 === void 0 || (_fetchcustomercartQue62 = _fetchcustomercartQue62.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.mobile,
11289
11289
  onChange: function onChange(event) {
package/dist/index.esm.js CHANGED
@@ -11235,7 +11235,7 @@ var Checkout = function Checkout(props) {
11235
11235
  }, /*#__PURE__*/React.createElement("label", {
11236
11236
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11237
11237
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React.createElement("input", {
11238
- type: 'text',
11238
+ type: 'number',
11239
11239
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11240
11240
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue62 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue62 === void 0 || (_fetchcustomercartQue62 = _fetchcustomercartQue62.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.mobile,
11241
11241
  onChange: function onChange(event) {
package/dist/index.umd.js CHANGED
@@ -11108,7 +11108,7 @@
11108
11108
  }, /*#__PURE__*/React__default["default"].createElement("label", {
11109
11109
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11110
11110
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
11111
- type: 'text',
11111
+ type: 'number',
11112
11112
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11113
11113
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue62 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue62 === void 0 || (_fetchcustomercartQue62 = _fetchcustomercartQue62.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.mobile,
11114
11114
  onChange: function onChange(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.701",
3
+ "version": "0.0.702",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {