tabexseriescomponents 0.0.402 → 0.0.403
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 +7 -1
- package/dist/index.esm.js +7 -1
- package/dist/index.umd.js +7 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -10688,7 +10688,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10688
10688
|
style: {
|
|
10689
10689
|
background: 'transparent'
|
|
10690
10690
|
}
|
|
10691
|
-
}))
|
|
10691
|
+
})), sectionproperties.showpassworddisclaimer == 'Show' && props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10692
|
+
"class": "col-lg-12 text-start text-danger"
|
|
10693
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10694
|
+
style: {
|
|
10695
|
+
fontSize: 14
|
|
10696
|
+
}
|
|
10697
|
+
}, langdetect == 'en' ? " Password shouldn't be lessthan 8 characters" : 'الرقم السرى لا يقل عن 8 حروف او ارقام')));
|
|
10692
10698
|
};
|
|
10693
10699
|
var Otherinformation = function Otherinformation() {
|
|
10694
10700
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -10639,7 +10639,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10639
10639
|
style: {
|
|
10640
10640
|
background: 'transparent'
|
|
10641
10641
|
}
|
|
10642
|
-
}))
|
|
10642
|
+
})), sectionproperties.showpassworddisclaimer == 'Show' && props.srcfromprops == 'signup' && /*#__PURE__*/React.createElement("div", {
|
|
10643
|
+
"class": "col-lg-12 text-start text-danger"
|
|
10644
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
10645
|
+
style: {
|
|
10646
|
+
fontSize: 14
|
|
10647
|
+
}
|
|
10648
|
+
}, langdetect == 'en' ? " Password shouldn't be lessthan 8 characters" : 'الرقم السرى لا يقل عن 8 حروف او ارقام')));
|
|
10643
10649
|
};
|
|
10644
10650
|
var Otherinformation = function Otherinformation() {
|
|
10645
10651
|
return /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -10520,7 +10520,13 @@
|
|
|
10520
10520
|
style: {
|
|
10521
10521
|
background: 'transparent'
|
|
10522
10522
|
}
|
|
10523
|
-
}))
|
|
10523
|
+
})), sectionproperties.showpassworddisclaimer == 'Show' && props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10524
|
+
"class": "col-lg-12 text-start text-danger"
|
|
10525
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
10526
|
+
style: {
|
|
10527
|
+
fontSize: 14
|
|
10528
|
+
}
|
|
10529
|
+
}, langdetect == 'en' ? " Password shouldn't be lessthan 8 characters" : 'الرقم السرى لا يقل عن 8 حروف او ارقام')));
|
|
10524
10530
|
};
|
|
10525
10531
|
var Otherinformation = function Otherinformation() {
|
|
10526
10532
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|