tabexseriescomponents 0.0.166 → 0.0.167
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
|
@@ -6795,7 +6795,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
6795
6795
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6796
6796
|
className: "col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0"
|
|
6797
6797
|
}, item.inputtype != 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6798
|
-
className: formstyles.input_label_name
|
|
6798
|
+
className: formstyles.input_label_name + ' m-0 d-flex align-items-start '
|
|
6799
6799
|
}, langdetect == 'en' ? item.inputname_en : item.inputname_ar, " ", item.optional == 1 ? '*' : ''), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6800
6800
|
className: loginstyles.wrap_input100
|
|
6801
6801
|
}, item.inputtype == 'input' && /*#__PURE__*/React__default["default"].createElement("input", {
|
package/dist/index.esm.js
CHANGED
|
@@ -6752,7 +6752,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
6752
6752
|
return /*#__PURE__*/React.createElement("div", {
|
|
6753
6753
|
className: "col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0"
|
|
6754
6754
|
}, item.inputtype != 'checkbox' && /*#__PURE__*/React.createElement("label", {
|
|
6755
|
-
className: formstyles.input_label_name
|
|
6755
|
+
className: formstyles.input_label_name + ' m-0 d-flex align-items-start '
|
|
6756
6756
|
}, langdetect == 'en' ? item.inputname_en : item.inputname_ar, " ", item.optional == 1 ? '*' : ''), /*#__PURE__*/React.createElement("div", {
|
|
6757
6757
|
className: loginstyles.wrap_input100
|
|
6758
6758
|
}, item.inputtype == 'input' && /*#__PURE__*/React.createElement("input", {
|
package/dist/index.umd.js
CHANGED
|
@@ -6659,7 +6659,7 @@
|
|
|
6659
6659
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6660
6660
|
className: "col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0"
|
|
6661
6661
|
}, item.inputtype != 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6662
|
-
className: formstyles.input_label_name
|
|
6662
|
+
className: formstyles.input_label_name + ' m-0 d-flex align-items-start '
|
|
6663
6663
|
}, langdetect == 'en' ? item.inputname_en : item.inputname_ar, " ", item.optional == 1 ? '*' : ''), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6664
6664
|
className: loginstyles.wrap_input100
|
|
6665
6665
|
}, item.inputtype == 'input' && /*#__PURE__*/React__default["default"].createElement("input", {
|