tabexseriescomponents 0.0.626 → 0.0.628

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
@@ -14327,7 +14327,7 @@ var CartSlider = function CartSlider(props) {
14327
14327
  return /*#__PURE__*/React__default["default"].createElement("div", {
14328
14328
  className: cart_cssstyles.canvascontainer + ' col-lg-12 canvascontainer ',
14329
14329
  style: {
14330
- zIndex: 200000
14330
+ zIndex: 1000000
14331
14331
  }
14332
14332
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
14333
14333
  show: OpenCloseCartSlider,
@@ -29591,7 +29591,7 @@ var Simpleheader = function Simpleheader(props) {
29591
29591
  position: 'fixed',
29592
29592
  bottom: 15,
29593
29593
  right: 15,
29594
- zIndex: 999999,
29594
+ zIndex: 2000,
29595
29595
  transition: 'all 0.3s ease-out',
29596
29596
  width: '100%'
29597
29597
  },
@@ -29609,9 +29609,9 @@ var Simpleheader = function Simpleheader(props) {
29609
29609
  target: '_blank',
29610
29610
  style: {
29611
29611
  position: 'fixed',
29612
- bottom: 10,
29612
+ bottom: sectionproperties.whatsappbtnfrombottom + 'px',
29613
29613
  right: 10,
29614
- zIndex: 999999,
29614
+ zIndex: 2000,
29615
29615
  transition: 'all 0.3s ease-out'
29616
29616
  }
29617
29617
  }, /*#__PURE__*/React__default["default"].createElement("img", {
@@ -29628,7 +29628,7 @@ var Simpleheader = function Simpleheader(props) {
29628
29628
  position: 'fixed',
29629
29629
  bottom: 60,
29630
29630
  right: 10,
29631
- zIndex: 999999,
29631
+ zIndex: 2000,
29632
29632
  transition: 'all 0.3s ease-out'
29633
29633
  }
29634
29634
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -51387,7 +51387,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51387
51387
  "class": "row m-0 w-100",
51388
51388
  style: {
51389
51389
  width: '100%',
51390
- height: '80vh'
51390
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh'
51391
51391
  }
51392
51392
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51393
51393
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51441,7 +51441,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51441
51441
  "class": "row m-0 w-100",
51442
51442
  style: {
51443
51443
  width: '100%',
51444
- height: '40vh'
51444
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51445
51445
  }
51446
51446
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51447
51447
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51497,7 +51497,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51497
51497
  "class": "row m-0 w-100",
51498
51498
  style: {
51499
51499
  width: '100%',
51500
- height: '40vh'
51500
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51501
51501
  }
51502
51502
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51503
51503
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51549,7 +51549,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51549
51549
  "class": "row m-0 w-100",
51550
51550
  style: {
51551
51551
  width: '100%',
51552
- height: '39vh'
51552
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51553
51553
  }
51554
51554
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51555
51555
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51609,7 +51609,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51609
51609
  "class": "row m-0 w-100",
51610
51610
  style: {
51611
51611
  width: '100%',
51612
- height: '39vh'
51612
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51613
51613
  }
51614
51614
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51615
51615
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
package/dist/index.esm.js CHANGED
@@ -14278,7 +14278,7 @@ var CartSlider = function CartSlider(props) {
14278
14278
  return /*#__PURE__*/React.createElement("div", {
14279
14279
  className: cart_cssstyles.canvascontainer + ' col-lg-12 canvascontainer ',
14280
14280
  style: {
14281
- zIndex: 200000
14281
+ zIndex: 1000000
14282
14282
  }
14283
14283
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement(Offcanvas, {
14284
14284
  show: OpenCloseCartSlider,
@@ -29542,7 +29542,7 @@ var Simpleheader = function Simpleheader(props) {
29542
29542
  position: 'fixed',
29543
29543
  bottom: 15,
29544
29544
  right: 15,
29545
- zIndex: 999999,
29545
+ zIndex: 2000,
29546
29546
  transition: 'all 0.3s ease-out',
29547
29547
  width: '100%'
29548
29548
  },
@@ -29560,9 +29560,9 @@ var Simpleheader = function Simpleheader(props) {
29560
29560
  target: '_blank',
29561
29561
  style: {
29562
29562
  position: 'fixed',
29563
- bottom: 10,
29563
+ bottom: sectionproperties.whatsappbtnfrombottom + 'px',
29564
29564
  right: 10,
29565
- zIndex: 999999,
29565
+ zIndex: 2000,
29566
29566
  transition: 'all 0.3s ease-out'
29567
29567
  }
29568
29568
  }, /*#__PURE__*/React.createElement("img", {
@@ -29579,7 +29579,7 @@ var Simpleheader = function Simpleheader(props) {
29579
29579
  position: 'fixed',
29580
29580
  bottom: 60,
29581
29581
  right: 10,
29582
- zIndex: 999999,
29582
+ zIndex: 2000,
29583
29583
  transition: 'all 0.3s ease-out'
29584
29584
  }
29585
29585
  }, /*#__PURE__*/React.createElement("i", {
@@ -51338,7 +51338,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51338
51338
  "class": "row m-0 w-100",
51339
51339
  style: {
51340
51340
  width: '100%',
51341
- height: '80vh'
51341
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh'
51342
51342
  }
51343
51343
  }, /*#__PURE__*/React.createElement("div", {
51344
51344
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51392,7 +51392,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51392
51392
  "class": "row m-0 w-100",
51393
51393
  style: {
51394
51394
  width: '100%',
51395
- height: '40vh'
51395
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51396
51396
  }
51397
51397
  }, /*#__PURE__*/React.createElement("div", {
51398
51398
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51448,7 +51448,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51448
51448
  "class": "row m-0 w-100",
51449
51449
  style: {
51450
51450
  width: '100%',
51451
- height: '40vh'
51451
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51452
51452
  }
51453
51453
  }, /*#__PURE__*/React.createElement("div", {
51454
51454
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51500,7 +51500,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51500
51500
  "class": "row m-0 w-100",
51501
51501
  style: {
51502
51502
  width: '100%',
51503
- height: '39vh'
51503
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51504
51504
  }
51505
51505
  }, /*#__PURE__*/React.createElement("div", {
51506
51506
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51560,7 +51560,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51560
51560
  "class": "row m-0 w-100",
51561
51561
  style: {
51562
51562
  width: '100%',
51563
- height: '39vh'
51563
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51564
51564
  }
51565
51565
  }, /*#__PURE__*/React.createElement("div", {
51566
51566
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
package/dist/index.umd.js CHANGED
@@ -14151,7 +14151,7 @@
14151
14151
  return /*#__PURE__*/React__default["default"].createElement("div", {
14152
14152
  className: cart_cssstyles.canvascontainer + ' col-lg-12 canvascontainer ',
14153
14153
  style: {
14154
- zIndex: 200000
14154
+ zIndex: 1000000
14155
14155
  }
14156
14156
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
14157
14157
  show: OpenCloseCartSlider,
@@ -29415,7 +29415,7 @@
29415
29415
  position: 'fixed',
29416
29416
  bottom: 15,
29417
29417
  right: 15,
29418
- zIndex: 999999,
29418
+ zIndex: 2000,
29419
29419
  transition: 'all 0.3s ease-out',
29420
29420
  width: '100%'
29421
29421
  },
@@ -29433,9 +29433,9 @@
29433
29433
  target: '_blank',
29434
29434
  style: {
29435
29435
  position: 'fixed',
29436
- bottom: 10,
29436
+ bottom: sectionproperties.whatsappbtnfrombottom + 'px',
29437
29437
  right: 10,
29438
- zIndex: 999999,
29438
+ zIndex: 2000,
29439
29439
  transition: 'all 0.3s ease-out'
29440
29440
  }
29441
29441
  }, /*#__PURE__*/React__default["default"].createElement("img", {
@@ -29452,7 +29452,7 @@
29452
29452
  position: 'fixed',
29453
29453
  bottom: 60,
29454
29454
  right: 10,
29455
- zIndex: 999999,
29455
+ zIndex: 2000,
29456
29456
  transition: 'all 0.3s ease-out'
29457
29457
  }
29458
29458
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -51211,7 +51211,7 @@
51211
51211
  "class": "row m-0 w-100",
51212
51212
  style: {
51213
51213
  width: '100%',
51214
- height: '80vh'
51214
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh'
51215
51215
  }
51216
51216
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51217
51217
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51265,7 +51265,7 @@
51265
51265
  "class": "row m-0 w-100",
51266
51266
  style: {
51267
51267
  width: '100%',
51268
- height: '40vh'
51268
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51269
51269
  }
51270
51270
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51271
51271
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51321,7 +51321,7 @@
51321
51321
  "class": "row m-0 w-100",
51322
51322
  style: {
51323
51323
  width: '100%',
51324
- height: '40vh'
51324
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51325
51325
  }
51326
51326
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51327
51327
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51373,7 +51373,7 @@
51373
51373
  "class": "row m-0 w-100",
51374
51374
  style: {
51375
51375
  width: '100%',
51376
- height: '39vh'
51376
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51377
51377
  }
51378
51378
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51379
51379
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
@@ -51433,7 +51433,7 @@
51433
51433
  "class": "row m-0 w-100",
51434
51434
  style: {
51435
51435
  width: '100%',
51436
- height: '39vh'
51436
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh'
51437
51437
  }
51438
51438
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51439
51439
  "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.626",
3
+ "version": "0.0.628",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {