tabexseriescomponents 0.0.325 → 0.0.326
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 +5 -3
- package/dist/index.esm.js +5 -3
- package/dist/index.umd.js +5 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -822,6 +822,8 @@ var Login = function Login(props) {
|
|
|
822
822
|
};
|
|
823
823
|
var LoginContent = function LoginContent() {
|
|
824
824
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
825
|
+
"class": "col-lg-12 p-0"
|
|
826
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
825
827
|
"class": "row m-0 w-100"
|
|
826
828
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
827
829
|
className: 'row m-0 w-100 pl-5 pr-5 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
@@ -846,7 +848,7 @@ var Login = function Login(props) {
|
|
|
846
848
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
847
849
|
className: " row m-0 w-100 "
|
|
848
850
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
849
|
-
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' :
|
|
851
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' : ' col-lg-6 mx-auto col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ',
|
|
850
852
|
style: {
|
|
851
853
|
background: sectionproperties.formLeftbgColor,
|
|
852
854
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertoprightradius + 'px' : sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
@@ -977,7 +979,7 @@ var Login = function Login(props) {
|
|
|
977
979
|
type: "hidden",
|
|
978
980
|
name: "password",
|
|
979
981
|
value: payloadobj.password
|
|
980
|
-
}))));
|
|
982
|
+
})))));
|
|
981
983
|
};
|
|
982
984
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
983
985
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
@@ -10377,7 +10379,7 @@ var Signup = function Signup(props) {
|
|
|
10377
10379
|
style: {
|
|
10378
10380
|
background: sectionproperties.backgroundColor,
|
|
10379
10381
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
10380
|
-
|
|
10382
|
+
minHeight: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
10381
10383
|
}
|
|
10382
10384
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10383
10385
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|
package/dist/index.esm.js
CHANGED
|
@@ -775,6 +775,8 @@ var Login = function Login(props) {
|
|
|
775
775
|
};
|
|
776
776
|
var LoginContent = function LoginContent() {
|
|
777
777
|
return /*#__PURE__*/React.createElement("div", {
|
|
778
|
+
"class": "col-lg-12 p-0"
|
|
779
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
778
780
|
"class": "row m-0 w-100"
|
|
779
781
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
780
782
|
className: 'row m-0 w-100 pl-5 pr-5 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
@@ -799,7 +801,7 @@ var Login = function Login(props) {
|
|
|
799
801
|
}, /*#__PURE__*/React.createElement("div", {
|
|
800
802
|
className: " row m-0 w-100 "
|
|
801
803
|
}, /*#__PURE__*/React.createElement("div", {
|
|
802
|
-
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' :
|
|
804
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' : ' col-lg-6 mx-auto col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ',
|
|
803
805
|
style: {
|
|
804
806
|
background: sectionproperties.formLeftbgColor,
|
|
805
807
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertoprightradius + 'px' : sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
@@ -930,7 +932,7 @@ var Login = function Login(props) {
|
|
|
930
932
|
type: "hidden",
|
|
931
933
|
name: "password",
|
|
932
934
|
value: payloadobj.password
|
|
933
|
-
}))));
|
|
935
|
+
})))));
|
|
934
936
|
};
|
|
935
937
|
return /*#__PURE__*/React.createElement("div", {
|
|
936
938
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
@@ -10330,7 +10332,7 @@ var Signup = function Signup(props) {
|
|
|
10330
10332
|
style: {
|
|
10331
10333
|
background: sectionproperties.backgroundColor,
|
|
10332
10334
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
10333
|
-
|
|
10335
|
+
minHeight: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
10334
10336
|
}
|
|
10335
10337
|
}, /*#__PURE__*/React.createElement("div", {
|
|
10336
10338
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|
package/dist/index.umd.js
CHANGED
|
@@ -664,6 +664,8 @@
|
|
|
664
664
|
};
|
|
665
665
|
var LoginContent = function LoginContent() {
|
|
666
666
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
667
|
+
"class": "col-lg-12 p-0"
|
|
668
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
667
669
|
"class": "row m-0 w-100"
|
|
668
670
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
669
671
|
className: 'row m-0 w-100 pl-5 pr-5 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
@@ -688,7 +690,7 @@
|
|
|
688
690
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
689
691
|
className: " row m-0 w-100 "
|
|
690
692
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
691
|
-
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' :
|
|
693
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' : ' col-lg-6 mx-auto col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ',
|
|
692
694
|
style: {
|
|
693
695
|
background: sectionproperties.formLeftbgColor,
|
|
694
696
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertoprightradius + 'px' : sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
@@ -819,7 +821,7 @@
|
|
|
819
821
|
type: "hidden",
|
|
820
822
|
name: "password",
|
|
821
823
|
value: payloadobj.password
|
|
822
|
-
}))));
|
|
824
|
+
})))));
|
|
823
825
|
};
|
|
824
826
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
825
827
|
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
@@ -10219,7 +10221,7 @@
|
|
|
10219
10221
|
style: {
|
|
10220
10222
|
background: sectionproperties.backgroundColor,
|
|
10221
10223
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
10222
|
-
|
|
10224
|
+
minHeight: sectionproperties.height != null ? sectionproperties.height + 'vh' : 'auto'
|
|
10223
10225
|
}
|
|
10224
10226
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10225
10227
|
"class": "row ml-0 mr-0 w-100 d-flex d-md-none",
|