tabexseriescomponents 0.0.147 → 0.0.148

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
@@ -33291,23 +33291,15 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
33291
33291
  var routingcountext = props.actions.routingcountext;
33292
33292
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
33293
33293
  React.useEffect(function () {
33294
- if (props.srcfrom == 'addsectionform') {
33295
- var secpropobj = {};
33296
- props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
33297
- secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
33298
- });
33299
- setsectionproperties(_objectSpread$P({}, secpropobj));
33300
- } else {
33301
- var secpropobj = {};
33302
- StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33303
- if (sectionitem.sectionid == props.sectionidprops) {
33304
- sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33305
- secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
33306
- });
33307
- }
33308
- });
33309
- setsectionproperties(_objectSpread$P({}, secpropobj));
33310
- }
33294
+ var secpropobj = {};
33295
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33296
+ if (sectionitem.sectionid == props.sectionidprops) {
33297
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33298
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
33299
+ });
33300
+ }
33301
+ });
33302
+ setsectionproperties(_objectSpread$P({}, secpropobj));
33311
33303
  }, [StatePagePropertiesContext]);
33312
33304
  React.useEffect(function () {
33313
33305
  if (sectionproperties.length != 0) {
@@ -34943,10 +34935,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
34943
34935
  publicKey: IKpublicKey,
34944
34936
  path: imagesarray.length != 0 ? '/tr:w-500/' + imagesarray[0].bgsection_image : '',
34945
34937
  style: {
34946
- objectFit: 'contain',
34938
+ objectFit: sectionproperties.bgcovercontain,
34947
34939
  margin: 0,
34948
34940
  padding: 0,
34949
- height: '400px',
34941
+ height: sectionproperties.image_height + 'px',
34950
34942
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
34951
34943
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
34952
34944
  borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -34955,7 +34947,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
34955
34947
  }));
34956
34948
  };
34957
34949
  return /*#__PURE__*/React__default["default"].createElement("div", {
34958
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center pl-md-3 pr-md-3',
34950
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3',
34959
34951
  style: {
34960
34952
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
34961
34953
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
@@ -35490,12 +35482,13 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
35490
35482
  border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
35491
35483
  }
35492
35484
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35493
- "class": "col-lg-12 allcentered p-0",
35485
+ "class": "col-lg-12 d-flex align-items-center p-0",
35494
35486
  style: {
35495
- marginBottom: sectionproperties.image_mb + 'px'
35487
+ marginBottom: sectionproperties.image_mb + 'px',
35488
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35496
35489
  }
35497
35490
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35498
- "class": "allcentered",
35491
+ "class": "d-flex align-items-center",
35499
35492
  style: {
35500
35493
  width: sectionproperties.image_width + 'px',
35501
35494
  height: sectionproperties.image_height + 'px',
@@ -35503,7 +35496,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
35503
35496
  borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
35504
35497
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
35505
35498
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
35506
- background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
35499
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
35500
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35507
35501
  }
35508
35502
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
35509
35503
  urlEndpoint: IKurlEndpoint,
@@ -35515,25 +35509,31 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
35515
35509
  objectFit: 'contain'
35516
35510
  }
35517
35511
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
35518
- "class": "col-lg-12 d-flex justify-content-center p-0",
35512
+ "class": "col-lg-12 d-flex p-0",
35519
35513
  style: {
35520
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px'
35514
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
35515
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35521
35516
  }
35522
35517
  }, /*#__PURE__*/React__default["default"].createElement("p", {
35523
- "class": "p-0 m-0 wordbreak wordbreak-noellipsis text-center",
35518
+ "class": "p-0 m-0 wordbreak wordbreak-noellipsis",
35524
35519
  style: {
35525
35520
  color: sectionproperties.slideshowText1ContentColor,
35526
35521
  fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
35527
- fontWeight: sectionproperties.slideshowText1ContentFontWeight
35522
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
35523
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
35528
35524
  }
35529
35525
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_titleen : cardsarray[cardinfoindex].cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
35530
- "class": "col-lg-12 d-flex justify-content-center p-0"
35526
+ "class": "col-lg-12 d-flex p-0",
35527
+ style: {
35528
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35529
+ }
35531
35530
  }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
35532
- "class": "m-0 wordbreak text-center",
35531
+ "class": "m-0 wordbreak",
35533
35532
  style: {
35534
35533
  color: sectionproperties.slideshowText2ContentColor,
35535
35534
  fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
35536
- fontWeight: sectionproperties.slideshowText2ContentFontWeight
35535
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
35536
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
35537
35537
  }
35538
35538
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar))));
35539
35539
  })));
package/dist/index.esm.js CHANGED
@@ -33248,23 +33248,15 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
33248
33248
  var routingcountext = props.actions.routingcountext;
33249
33249
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
33250
33250
  useEffect(function () {
33251
- if (props.srcfrom == 'addsectionform') {
33252
- var secpropobj = {};
33253
- props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
33254
- secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
33255
- });
33256
- setsectionproperties(_objectSpread$P({}, secpropobj));
33257
- } else {
33258
- var secpropobj = {};
33259
- StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33260
- if (sectionitem.sectionid == props.sectionidprops) {
33261
- sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33262
- secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
33263
- });
33264
- }
33265
- });
33266
- setsectionproperties(_objectSpread$P({}, secpropobj));
33267
- }
33251
+ var secpropobj = {};
33252
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33253
+ if (sectionitem.sectionid == props.sectionidprops) {
33254
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33255
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
33256
+ });
33257
+ }
33258
+ });
33259
+ setsectionproperties(_objectSpread$P({}, secpropobj));
33268
33260
  }, [StatePagePropertiesContext]);
33269
33261
  useEffect(function () {
33270
33262
  if (sectionproperties.length != 0) {
@@ -34900,10 +34892,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
34900
34892
  publicKey: IKpublicKey,
34901
34893
  path: imagesarray.length != 0 ? '/tr:w-500/' + imagesarray[0].bgsection_image : '',
34902
34894
  style: {
34903
- objectFit: 'contain',
34895
+ objectFit: sectionproperties.bgcovercontain,
34904
34896
  margin: 0,
34905
34897
  padding: 0,
34906
- height: '400px',
34898
+ height: sectionproperties.image_height + 'px',
34907
34899
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
34908
34900
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
34909
34901
  borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -34912,7 +34904,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
34912
34904
  }));
34913
34905
  };
34914
34906
  return /*#__PURE__*/React.createElement("div", {
34915
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center pl-md-3 pr-md-3',
34907
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3',
34916
34908
  style: {
34917
34909
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
34918
34910
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
@@ -35447,12 +35439,13 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
35447
35439
  border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
35448
35440
  }
35449
35441
  }, /*#__PURE__*/React.createElement("div", {
35450
- "class": "col-lg-12 allcentered p-0",
35442
+ "class": "col-lg-12 d-flex align-items-center p-0",
35451
35443
  style: {
35452
- marginBottom: sectionproperties.image_mb + 'px'
35444
+ marginBottom: sectionproperties.image_mb + 'px',
35445
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35453
35446
  }
35454
35447
  }, /*#__PURE__*/React.createElement("div", {
35455
- "class": "allcentered",
35448
+ "class": "d-flex align-items-center",
35456
35449
  style: {
35457
35450
  width: sectionproperties.image_width + 'px',
35458
35451
  height: sectionproperties.image_height + 'px',
@@ -35460,7 +35453,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
35460
35453
  borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
35461
35454
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
35462
35455
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
35463
- background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
35456
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
35457
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35464
35458
  }
35465
35459
  }, /*#__PURE__*/React.createElement(IKImage, {
35466
35460
  urlEndpoint: IKurlEndpoint,
@@ -35472,25 +35466,31 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
35472
35466
  objectFit: 'contain'
35473
35467
  }
35474
35468
  }))), /*#__PURE__*/React.createElement("div", {
35475
- "class": "col-lg-12 d-flex justify-content-center p-0",
35469
+ "class": "col-lg-12 d-flex p-0",
35476
35470
  style: {
35477
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px'
35471
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
35472
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35478
35473
  }
35479
35474
  }, /*#__PURE__*/React.createElement("p", {
35480
- "class": "p-0 m-0 wordbreak wordbreak-noellipsis text-center",
35475
+ "class": "p-0 m-0 wordbreak wordbreak-noellipsis",
35481
35476
  style: {
35482
35477
  color: sectionproperties.slideshowText1ContentColor,
35483
35478
  fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
35484
- fontWeight: sectionproperties.slideshowText1ContentFontWeight
35479
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
35480
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
35485
35481
  }
35486
35482
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_titleen : cardsarray[cardinfoindex].cardobj_titlear)), /*#__PURE__*/React.createElement("div", {
35487
- "class": "col-lg-12 d-flex justify-content-center p-0"
35483
+ "class": "col-lg-12 d-flex p-0",
35484
+ style: {
35485
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35486
+ }
35488
35487
  }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React.createElement("p", {
35489
- "class": "m-0 wordbreak text-center",
35488
+ "class": "m-0 wordbreak",
35490
35489
  style: {
35491
35490
  color: sectionproperties.slideshowText2ContentColor,
35492
35491
  fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
35493
- fontWeight: sectionproperties.slideshowText2ContentFontWeight
35492
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
35493
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
35494
35494
  }
35495
35495
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar))));
35496
35496
  })));
package/dist/index.umd.js CHANGED
@@ -33159,23 +33159,15 @@
33159
33159
  var routingcountext = props.actions.routingcountext;
33160
33160
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
33161
33161
  React.useEffect(function () {
33162
- if (props.srcfrom == 'addsectionform') {
33163
- var secpropobj = {};
33164
- props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
33165
- secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
33166
- });
33167
- setsectionproperties(_objectSpread$P({}, secpropobj));
33168
- } else {
33169
- var secpropobj = {};
33170
- StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33171
- if (sectionitem.sectionid == props.sectionidprops) {
33172
- sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33173
- secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
33174
- });
33175
- }
33176
- });
33177
- setsectionproperties(_objectSpread$P({}, secpropobj));
33178
- }
33162
+ var secpropobj = {};
33163
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33164
+ if (sectionitem.sectionid == props.sectionidprops) {
33165
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33166
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
33167
+ });
33168
+ }
33169
+ });
33170
+ setsectionproperties(_objectSpread$P({}, secpropobj));
33179
33171
  }, [StatePagePropertiesContext]);
33180
33172
  React.useEffect(function () {
33181
33173
  if (sectionproperties.length != 0) {
@@ -34811,10 +34803,10 @@
34811
34803
  publicKey: IKpublicKey,
34812
34804
  path: imagesarray.length != 0 ? '/tr:w-500/' + imagesarray[0].bgsection_image : '',
34813
34805
  style: {
34814
- objectFit: 'contain',
34806
+ objectFit: sectionproperties.bgcovercontain,
34815
34807
  margin: 0,
34816
34808
  padding: 0,
34817
- height: '400px',
34809
+ height: sectionproperties.image_height + 'px',
34818
34810
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
34819
34811
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
34820
34812
  borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -34823,7 +34815,7 @@
34823
34815
  }));
34824
34816
  };
34825
34817
  return /*#__PURE__*/React__default["default"].createElement("div", {
34826
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center pl-md-3 pr-md-3',
34818
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3',
34827
34819
  style: {
34828
34820
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
34829
34821
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
@@ -35358,12 +35350,13 @@
35358
35350
  border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
35359
35351
  }
35360
35352
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35361
- "class": "col-lg-12 allcentered p-0",
35353
+ "class": "col-lg-12 d-flex align-items-center p-0",
35362
35354
  style: {
35363
- marginBottom: sectionproperties.image_mb + 'px'
35355
+ marginBottom: sectionproperties.image_mb + 'px',
35356
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35364
35357
  }
35365
35358
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35366
- "class": "allcentered",
35359
+ "class": "d-flex align-items-center",
35367
35360
  style: {
35368
35361
  width: sectionproperties.image_width + 'px',
35369
35362
  height: sectionproperties.image_height + 'px',
@@ -35371,7 +35364,8 @@
35371
35364
  borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
35372
35365
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
35373
35366
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
35374
- background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
35367
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
35368
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35375
35369
  }
35376
35370
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
35377
35371
  urlEndpoint: IKurlEndpoint,
@@ -35383,25 +35377,31 @@
35383
35377
  objectFit: 'contain'
35384
35378
  }
35385
35379
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
35386
- "class": "col-lg-12 d-flex justify-content-center p-0",
35380
+ "class": "col-lg-12 d-flex p-0",
35387
35381
  style: {
35388
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px'
35382
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
35383
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35389
35384
  }
35390
35385
  }, /*#__PURE__*/React__default["default"].createElement("p", {
35391
- "class": "p-0 m-0 wordbreak wordbreak-noellipsis text-center",
35386
+ "class": "p-0 m-0 wordbreak wordbreak-noellipsis",
35392
35387
  style: {
35393
35388
  color: sectionproperties.slideshowText1ContentColor,
35394
35389
  fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
35395
- fontWeight: sectionproperties.slideshowText1ContentFontWeight
35390
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
35391
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
35396
35392
  }
35397
35393
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_titleen : cardsarray[cardinfoindex].cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
35398
- "class": "col-lg-12 d-flex justify-content-center p-0"
35394
+ "class": "col-lg-12 d-flex p-0",
35395
+ style: {
35396
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
35397
+ }
35399
35398
  }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
35400
- "class": "m-0 wordbreak text-center",
35399
+ "class": "m-0 wordbreak",
35401
35400
  style: {
35402
35401
  color: sectionproperties.slideshowText2ContentColor,
35403
35402
  fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
35404
- fontWeight: sectionproperties.slideshowText2ContentFontWeight
35403
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
35404
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
35405
35405
  }
35406
35406
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar))));
35407
35407
  })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.147",
3
+ "version": "0.0.148",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {