tabexseriescomponents 0.2.1304 → 0.2.1306

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
@@ -42115,7 +42115,8 @@ var Modernheader = function Modernheader(props) {
42115
42115
  style: {
42116
42116
  position: sectionproperties.headerstyles_position,
42117
42117
  zIndex: 1000,
42118
- left: 0
42118
+ left: 0,
42119
+ top: 0
42119
42120
  }
42120
42121
  }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
42121
42122
  sectionpropertiesprops: sectionproperties,
@@ -73537,23 +73538,25 @@ var VideosSection = function VideosSection(props) {
73537
73538
  "class": "row m-0 w-100 d-flex"
73538
73539
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React__default["default"].createElement("div", {
73539
73540
  "class": "col-lg-12 p-0"
73540
- }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
73541
- transitionBehavior: 'auto',
73542
- wrapperClassName: '',
73543
- itemClassName: '',
73544
- scrollContainerClassName: 'scrollmenuclasssubscrollbar'
73541
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
73542
+ "class": ' scrollhorizontalwithscrollbar w-100 align-items-center justify-content- '
73545
73543
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
73546
73544
  return /*#__PURE__*/React__default["default"].createElement("div", {
73547
- className: 'd-flex align-items-stretch col-md-6 col-sm-12 col-lg-12',
73545
+ "class": 'w-sm-85 mx-2 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
73548
73546
  style: {
73549
- marginBottom: sectionproperties.image_mb + 'px'
73547
+ width: 400,
73548
+ height: 400
73550
73549
  }
73551
73550
  }, /*#__PURE__*/React__default["default"].createElement("div", {
73552
- className: bgcssstyles.innercard + ' row ml-0 mr-0 d-flex '
73551
+ className: ' row ml-0 mr-0 d-flex ',
73552
+ style: {
73553
+ width: '100%',
73554
+ height: 400
73555
+ }
73553
73556
  }, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
73554
73557
  "class": "col-lg-12 p-0"
73555
73558
  }, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
73556
- className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
73559
+ className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto h-100 ',
73557
73560
  style: {}
73558
73561
  }, item.linkclicked == true && item.linktype != 'External Link ' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
73559
73562
  url: item.url,
package/dist/index.esm.js CHANGED
@@ -42064,7 +42064,8 @@ var Modernheader = function Modernheader(props) {
42064
42064
  style: {
42065
42065
  position: sectionproperties.headerstyles_position,
42066
42066
  zIndex: 1000,
42067
- left: 0
42067
+ left: 0,
42068
+ top: 0
42068
42069
  }
42069
42070
  }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React.createElement(DownloadApp, {
42070
42071
  sectionpropertiesprops: sectionproperties,
@@ -73486,23 +73487,25 @@ var VideosSection = function VideosSection(props) {
73486
73487
  "class": "row m-0 w-100 d-flex"
73487
73488
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React.createElement("div", {
73488
73489
  "class": "col-lg-12 p-0"
73489
- }, /*#__PURE__*/React.createElement(ScrollMenu, {
73490
- transitionBehavior: 'auto',
73491
- wrapperClassName: '',
73492
- itemClassName: '',
73493
- scrollContainerClassName: 'scrollmenuclasssubscrollbar'
73490
+ }, /*#__PURE__*/React.createElement("div", {
73491
+ "class": ' scrollhorizontalwithscrollbar w-100 align-items-center justify-content- '
73494
73492
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
73495
73493
  return /*#__PURE__*/React.createElement("div", {
73496
- className: 'd-flex align-items-stretch col-md-6 col-sm-12 col-lg-12',
73494
+ "class": 'w-sm-85 mx-2 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
73497
73495
  style: {
73498
- marginBottom: sectionproperties.image_mb + 'px'
73496
+ width: 400,
73497
+ height: 400
73499
73498
  }
73500
73499
  }, /*#__PURE__*/React.createElement("div", {
73501
- className: bgcssstyles.innercard + ' row ml-0 mr-0 d-flex '
73500
+ className: ' row ml-0 mr-0 d-flex ',
73501
+ style: {
73502
+ width: '100%',
73503
+ height: 400
73504
+ }
73502
73505
  }, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React.createElement("div", {
73503
73506
  "class": "col-lg-12 p-0"
73504
73507
  }, ImageContent(item)), /*#__PURE__*/React.createElement("div", {
73505
- className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
73508
+ className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto h-100 ',
73506
73509
  style: {}
73507
73510
  }, item.linkclicked == true && item.linktype != 'External Link ' && /*#__PURE__*/React.createElement(ReactPlayer, {
73508
73511
  url: item.url,
package/dist/index.umd.js CHANGED
@@ -41920,7 +41920,8 @@
41920
41920
  style: {
41921
41921
  position: sectionproperties.headerstyles_position,
41922
41922
  zIndex: 1000,
41923
- left: 0
41923
+ left: 0,
41924
+ top: 0
41924
41925
  }
41925
41926
  }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
41926
41927
  sectionpropertiesprops: sectionproperties,
@@ -73342,23 +73343,25 @@
73342
73343
  "class": "row m-0 w-100 d-flex"
73343
73344
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React__default["default"].createElement("div", {
73344
73345
  "class": "col-lg-12 p-0"
73345
- }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
73346
- transitionBehavior: 'auto',
73347
- wrapperClassName: '',
73348
- itemClassName: '',
73349
- scrollContainerClassName: 'scrollmenuclasssubscrollbar'
73346
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
73347
+ "class": ' scrollhorizontalwithscrollbar w-100 align-items-center justify-content- '
73350
73348
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
73351
73349
  return /*#__PURE__*/React__default["default"].createElement("div", {
73352
- className: 'd-flex align-items-stretch col-md-6 col-sm-12 col-lg-12',
73350
+ "class": 'w-sm-85 mx-2 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
73353
73351
  style: {
73354
- marginBottom: sectionproperties.image_mb + 'px'
73352
+ width: 400,
73353
+ height: 400
73355
73354
  }
73356
73355
  }, /*#__PURE__*/React__default["default"].createElement("div", {
73357
- className: bgcssstyles.innercard + ' row ml-0 mr-0 d-flex '
73356
+ className: ' row ml-0 mr-0 d-flex ',
73357
+ style: {
73358
+ width: '100%',
73359
+ height: 400
73360
+ }
73358
73361
  }, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
73359
73362
  "class": "col-lg-12 p-0"
73360
73363
  }, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
73361
- className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
73364
+ className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto h-100 ',
73362
73365
  style: {}
73363
73366
  }, item.linkclicked == true && item.linktype != 'External Link ' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
73364
73367
  url: item.url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1304",
3
+ "version": "0.2.1306",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",