tabexseriescomponents 0.0.603 → 0.0.604

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
@@ -12134,7 +12134,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
12134
12134
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
12135
12135
  }, /*#__PURE__*/React__default["default"].createElement("label", {
12136
12136
  className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
12137
- }, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
12137
+ }, lang.email), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React__default["default"].createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React__default["default"].createElement("input", {
12138
12138
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
12139
12139
  type: "text",
12140
12140
  textplaceholder: "",
@@ -60313,7 +60313,12 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
60313
60313
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
60314
60314
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
60315
60315
  borderRadius: sectionproperties.reservation_borderradius + 'px',
60316
- border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
60316
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
60317
+ // cardinfoindex != cardsarray.length - 1
60318
+ // ? sectionproperties.innersectionbordertype == 'All'
60319
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
60320
+ // : ''
60321
+ // : '',
60317
60322
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
60318
60323
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
60319
60324
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
package/dist/index.esm.js CHANGED
@@ -12085,7 +12085,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
12085
12085
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
12086
12086
  }, /*#__PURE__*/React.createElement("label", {
12087
12087
  className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
12088
- }, lang.email), /*#__PURE__*/React.createElement("input", {
12088
+ }, lang.email), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React.createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React.createElement("input", {
12089
12089
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
12090
12090
  type: "text",
12091
12091
  textplaceholder: "",
@@ -60264,7 +60264,12 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
60264
60264
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
60265
60265
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
60266
60266
  borderRadius: sectionproperties.reservation_borderradius + 'px',
60267
- border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
60267
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
60268
+ // cardinfoindex != cardsarray.length - 1
60269
+ // ? sectionproperties.innersectionbordertype == 'All'
60270
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
60271
+ // : ''
60272
+ // : '',
60268
60273
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
60269
60274
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
60270
60275
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
package/dist/index.umd.js CHANGED
@@ -11958,7 +11958,7 @@
11958
11958
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
11959
11959
  }, /*#__PURE__*/React__default["default"].createElement("label", {
11960
11960
  className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
11961
- }, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
11961
+ }, lang.email), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React__default["default"].createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React__default["default"].createElement("input", {
11962
11962
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
11963
11963
  type: "text",
11964
11964
  textplaceholder: "",
@@ -60137,7 +60137,12 @@
60137
60137
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
60138
60138
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
60139
60139
  borderRadius: sectionproperties.reservation_borderradius + 'px',
60140
- border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
60140
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
60141
+ // cardinfoindex != cardsarray.length - 1
60142
+ // ? sectionproperties.innersectionbordertype == 'All'
60143
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
60144
+ // : ''
60145
+ // : '',
60141
60146
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
60142
60147
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
60143
60148
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.603",
3
+ "version": "0.0.604",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {