tabexseriescomponents 0.0.401 → 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 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", {
@@ -16229,7 +16235,7 @@ var CardsSection = function CardsSection(props) {
16229
16235
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
16230
16236
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
16231
16237
  } else {
16232
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
16238
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
16233
16239
  }
16234
16240
  }
16235
16241
  if (sectionproperties.overallnumberofcards == 0) {
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", {
@@ -16180,7 +16186,7 @@ var CardsSection = function CardsSection(props) {
16180
16186
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
16181
16187
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
16182
16188
  } else {
16183
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
16189
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
16184
16190
  }
16185
16191
  }
16186
16192
  if (sectionproperties.overallnumberofcards == 0) {
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", {
@@ -16061,7 +16067,7 @@
16061
16067
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
16062
16068
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
16063
16069
  } else {
16064
- bootstapclass = ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
16070
+ bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
16065
16071
  }
16066
16072
  }
16067
16073
  if (sectionproperties.overallnumberofcards == 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.401",
3
+ "version": "0.0.403",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {