tabexseriescomponents 0.2.755 → 0.2.757

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
@@ -5218,7 +5218,8 @@ var Service_itemtype = function Service_itemtype(props) {
5218
5218
  thumbnailPosition: sectionproperties.thumbnailposition == 'Bottom' ? 'bottom' : 'left',
5219
5219
  showNav: false,
5220
5220
  showPlayButton: false,
5221
- showFullscreenButton: true,
5221
+ showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
5222
+ showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
5222
5223
  startIndex: currentshowingimageindex
5223
5224
  })), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
5224
5225
  "class": sectionproperties.thumbnailposition == 'Bottom' ? 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-5' : 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-2'
@@ -51009,7 +51010,7 @@ var Footer8 = function Footer8(props) {
51009
51010
  background: '#818181'
51010
51011
  }
51011
51012
  })), /*#__PURE__*/React__default["default"].createElement("div", {
51012
- "class": "col-12 mb-2 mt-2"
51013
+ "class": "col-12 mb-2 mt-2 text-start"
51013
51014
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51014
51015
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
51015
51016
  }, /*#__PURE__*/React__default["default"].createElement("p", {
package/dist/index.esm.js CHANGED
@@ -5169,7 +5169,8 @@ var Service_itemtype = function Service_itemtype(props) {
5169
5169
  thumbnailPosition: sectionproperties.thumbnailposition == 'Bottom' ? 'bottom' : 'left',
5170
5170
  showNav: false,
5171
5171
  showPlayButton: false,
5172
- showFullscreenButton: true,
5172
+ showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
5173
+ showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
5173
5174
  startIndex: currentshowingimageindex
5174
5175
  })), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React.createElement("div", {
5175
5176
  "class": sectionproperties.thumbnailposition == 'Bottom' ? 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-5' : 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-2'
@@ -50960,7 +50961,7 @@ var Footer8 = function Footer8(props) {
50960
50961
  background: '#818181'
50961
50962
  }
50962
50963
  })), /*#__PURE__*/React.createElement("div", {
50963
- "class": "col-12 mb-2 mt-2"
50964
+ "class": "col-12 mb-2 mt-2 text-start"
50964
50965
  }, /*#__PURE__*/React.createElement("div", {
50965
50966
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
50966
50967
  }, /*#__PURE__*/React.createElement("p", {
package/dist/index.umd.js CHANGED
@@ -5033,7 +5033,8 @@
5033
5033
  thumbnailPosition: sectionproperties.thumbnailposition == 'Bottom' ? 'bottom' : 'left',
5034
5034
  showNav: false,
5035
5035
  showPlayButton: false,
5036
- showFullscreenButton: true,
5036
+ showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
5037
+ showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
5037
5038
  startIndex: currentshowingimageindex
5038
5039
  })), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
5039
5040
  "class": sectionproperties.thumbnailposition == 'Bottom' ? 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-5' : 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-2'
@@ -50824,7 +50825,7 @@
50824
50825
  background: '#818181'
50825
50826
  }
50826
50827
  })), /*#__PURE__*/React__default["default"].createElement("div", {
50827
- "class": "col-12 mb-2 mt-2"
50828
+ "class": "col-12 mb-2 mt-2 text-start"
50828
50829
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50829
50830
  "class": "scrollhorizontalcard d-md-flex justify-content-md-start w-md-100"
50830
50831
  }, /*#__PURE__*/React__default["default"].createElement("p", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.755",
3
+ "version": "0.2.757",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",