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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
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: '
|
|
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: '
|
|
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: '
|
|
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) {
|