tabexseriescomponents 0.0.629 → 0.0.630

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
@@ -10623,7 +10623,7 @@ var Checkout = function Checkout(props) {
10623
10623
  className: langdetect == 'en' ? 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pl-2 pr-0 mb-3' : 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pr-2 pl-0 mb-3',
10624
10624
  style: {
10625
10625
  background: sectionproperties.summary_sectionbgcolor,
10626
- borderRadius: sectionproperties.summary_sectionborderbottomleftradius + 'px',
10626
+ borderRadius: sectionproperties.summary_sectionborderradius + 'px',
10627
10627
  border: sectionproperties.summary_sectionborderwidth + 'px solid ' + sectionproperties.summary_sectionbordercolor
10628
10628
  }
10629
10629
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -57172,10 +57172,7 @@ var VideosSection = function VideosSection(props) {
57172
57172
  width: '100%',
57173
57173
  objectFit: sectionproperties.bgcovercontain
57174
57174
  }
57175
- })), /*#__PURE__*/React__default["default"].createElement("div", {
57176
- "class": bgcssstyles.lau + ' allcentered ',
57177
- style: {}
57178
- }))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
57175
+ })))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
57179
57176
  "class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3',
57180
57177
  style: {
57181
57178
  display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext1_show == 'Hide' ? 'none' : 'flex'
@@ -60920,6 +60917,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
60920
60917
  var langdetect = props.actions.langdetect;
60921
60918
  var ikimagecredcontext = props.actions.ikimagecredcontext;
60922
60919
  var routingcountext = props.actions.routingcountext;
60920
+ var authdetailsContext = props.actions.authdetailsContext;
60923
60921
  React.useEffect(function () {
60924
60922
  var secpropobj = {};
60925
60923
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61160,6 +61158,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61160
61158
  "class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
61161
61159
  style: {}
61162
61160
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61161
+ var _authdetailsContext$i;
61163
61162
  return /*#__PURE__*/React__default["default"].createElement("div", {
61164
61163
  "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
61165
61164
  style: {
@@ -61185,7 +61184,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61185
61184
  // : '',
61186
61185
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61187
61186
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61188
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
61187
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61188
+ height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61189
61189
  },
61190
61190
  onClick: function onClick() {
61191
61191
  // if (cardinfoitem.iscardclickable == 'Yes') {
package/dist/index.esm.js CHANGED
@@ -10574,7 +10574,7 @@ var Checkout = function Checkout(props) {
10574
10574
  className: langdetect == 'en' ? 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pl-2 pr-0 mb-3' : 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pr-2 pl-0 mb-3',
10575
10575
  style: {
10576
10576
  background: sectionproperties.summary_sectionbgcolor,
10577
- borderRadius: sectionproperties.summary_sectionborderbottomleftradius + 'px',
10577
+ borderRadius: sectionproperties.summary_sectionborderradius + 'px',
10578
10578
  border: sectionproperties.summary_sectionborderwidth + 'px solid ' + sectionproperties.summary_sectionbordercolor
10579
10579
  }
10580
10580
  }, /*#__PURE__*/React.createElement("div", {
@@ -57123,10 +57123,7 @@ var VideosSection = function VideosSection(props) {
57123
57123
  width: '100%',
57124
57124
  objectFit: sectionproperties.bgcovercontain
57125
57125
  }
57126
- })), /*#__PURE__*/React.createElement("div", {
57127
- "class": bgcssstyles.lau + ' allcentered ',
57128
- style: {}
57129
- }))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React.createElement("div", {
57126
+ })))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React.createElement("div", {
57130
57127
  "class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3',
57131
57128
  style: {
57132
57129
  display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext1_show == 'Hide' ? 'none' : 'flex'
@@ -60871,6 +60868,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
60871
60868
  var langdetect = props.actions.langdetect;
60872
60869
  var ikimagecredcontext = props.actions.ikimagecredcontext;
60873
60870
  var routingcountext = props.actions.routingcountext;
60871
+ var authdetailsContext = props.actions.authdetailsContext;
60874
60872
  useEffect(function () {
60875
60873
  var secpropobj = {};
60876
60874
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61111,6 +61109,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61111
61109
  "class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
61112
61110
  style: {}
61113
61111
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61112
+ var _authdetailsContext$i;
61114
61113
  return /*#__PURE__*/React.createElement("div", {
61115
61114
  "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
61116
61115
  style: {
@@ -61136,7 +61135,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61136
61135
  // : '',
61137
61136
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61138
61137
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61139
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
61138
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61139
+ height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61140
61140
  },
61141
61141
  onClick: function onClick() {
61142
61142
  // if (cardinfoitem.iscardclickable == 'Yes') {
package/dist/index.umd.js CHANGED
@@ -10447,7 +10447,7 @@
10447
10447
  className: langdetect == 'en' ? 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pl-2 pr-0 mb-3' : 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pr-2 pl-0 mb-3',
10448
10448
  style: {
10449
10449
  background: sectionproperties.summary_sectionbgcolor,
10450
- borderRadius: sectionproperties.summary_sectionborderbottomleftradius + 'px',
10450
+ borderRadius: sectionproperties.summary_sectionborderradius + 'px',
10451
10451
  border: sectionproperties.summary_sectionborderwidth + 'px solid ' + sectionproperties.summary_sectionbordercolor
10452
10452
  }
10453
10453
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -56996,10 +56996,7 @@
56996
56996
  width: '100%',
56997
56997
  objectFit: sectionproperties.bgcovercontain
56998
56998
  }
56999
- })), /*#__PURE__*/React__default["default"].createElement("div", {
57000
- "class": bgcssstyles.lau + ' allcentered ',
57001
- style: {}
57002
- }))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
56999
+ })))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
57003
57000
  "class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3',
57004
57001
  style: {
57005
57002
  display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext1_show == 'Hide' ? 'none' : 'flex'
@@ -60744,6 +60741,7 @@
60744
60741
  var langdetect = props.actions.langdetect;
60745
60742
  var ikimagecredcontext = props.actions.ikimagecredcontext;
60746
60743
  var routingcountext = props.actions.routingcountext;
60744
+ var authdetailsContext = props.actions.authdetailsContext;
60747
60745
  React.useEffect(function () {
60748
60746
  var secpropobj = {};
60749
60747
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -60984,6 +60982,7 @@
60984
60982
  "class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
60985
60983
  style: {}
60986
60984
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
60985
+ var _authdetailsContext$i;
60987
60986
  return /*#__PURE__*/React__default["default"].createElement("div", {
60988
60987
  "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
60989
60988
  style: {
@@ -61009,7 +61008,8 @@
61009
61008
  // : '',
61010
61009
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61011
61010
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61012
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
61011
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61012
+ height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61013
61013
  },
61014
61014
  onClick: function onClick() {
61015
61015
  // if (cardinfoitem.iscardclickable == 'Yes') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.629",
3
+ "version": "0.0.630",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {