tabexseriescomponents 0.0.185 → 0.0.186

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
@@ -43510,8 +43510,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
43510
43510
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
43511
43511
  paddingTop: sectionproperties.paddingTop + 'px',
43512
43512
  paddingBottom: sectionproperties.paddingBottom + 'px',
43513
- paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
43514
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
43515
43513
  border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
43516
43514
  opacity: sectionproperties.cardbg_opacity,
43517
43515
  transition: '.3s',
@@ -43525,20 +43523,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
43525
43523
  fontSize: sectionproperties.generaltext_fontSize + 'px',
43526
43524
  textTransform: sectionproperties.generaltext_textTransform,
43527
43525
  fontWeight: sectionproperties.generaltext_fontWeight
43528
- }),
43529
- productcard_text_container: glamor.css({
43530
- background: sectionproperties.textcontainer_bgcolor,
43531
- borderRadius: sectionproperties.textcontainer_borderBottomLeftRadius + 'px',
43532
- border: sectionproperties.textcontainer_borderwidth + 'px solid ' + sectionproperties.textcontainer_bordercolor,
43533
- opacity: sectionproperties.textcontainer_opacity,
43534
- paddingLeft: '18px',
43535
- paddingRight: '18px',
43536
- paddingTop: '8px',
43537
- paddingBottom: '8px',
43538
- transition: '.3s',
43539
- ':hover': {
43540
- opacity: sectionproperties.textcontainer_opacityonhover
43541
- }
43542
43526
  })
43543
43527
  };
43544
43528
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43550,10 +43534,10 @@ var Classiccategorycard = function Classiccategorycard(props) {
43550
43534
  "class": sectionproperties.image_height > 550 ? 'h-md-300' : '',
43551
43535
  urlEndpoint: IKurlEndpoint,
43552
43536
  publicKey: IKpublicKey,
43553
- path: item.image,
43537
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
43554
43538
  style: {
43555
43539
  width: '100%',
43556
- objectFit: 'cover',
43540
+ objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
43557
43541
  height: sectionproperties.image_height + 'px',
43558
43542
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
43559
43543
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -43562,15 +43546,17 @@ var Classiccategorycard = function Classiccategorycard(props) {
43562
43546
  },
43563
43547
  loading: "lazy"
43564
43548
  }), /*#__PURE__*/React__default["default"].createElement("div", {
43565
- "class": ' row m-0 w-100 text-center pl-5 pr-5 justify-content-center pl-sm-2 pr-sm-2 ',
43549
+ "class": ' row m-0 w-100 text-center justify-content-center pl-sm-2 pr-sm-2 ',
43566
43550
  style: {
43567
43551
  position: 'absolute',
43568
43552
  justifyContent: 'center',
43569
43553
  width: '100%',
43570
- bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%'
43554
+ bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
43555
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
43556
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
43571
43557
  }
43572
43558
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43573
- "class": "".concat(card_cssstyles.productcard, " ") + ' p-0 allcentered pl-2 pr-2 '
43559
+ "class": "".concat(card_cssstyles.productcard, " ") + ' allcentered pl-2 pr-2 '
43574
43560
  }, /*#__PURE__*/React__default["default"].createElement("p", {
43575
43561
  onClick: function onClick(e) {
43576
43562
  e.stopPropagation();
package/dist/index.esm.js CHANGED
@@ -43466,8 +43466,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
43466
43466
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
43467
43467
  paddingTop: sectionproperties.paddingTop + 'px',
43468
43468
  paddingBottom: sectionproperties.paddingBottom + 'px',
43469
- paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
43470
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
43471
43469
  border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
43472
43470
  opacity: sectionproperties.cardbg_opacity,
43473
43471
  transition: '.3s',
@@ -43481,20 +43479,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
43481
43479
  fontSize: sectionproperties.generaltext_fontSize + 'px',
43482
43480
  textTransform: sectionproperties.generaltext_textTransform,
43483
43481
  fontWeight: sectionproperties.generaltext_fontWeight
43484
- }),
43485
- productcard_text_container: css({
43486
- background: sectionproperties.textcontainer_bgcolor,
43487
- borderRadius: sectionproperties.textcontainer_borderBottomLeftRadius + 'px',
43488
- border: sectionproperties.textcontainer_borderwidth + 'px solid ' + sectionproperties.textcontainer_bordercolor,
43489
- opacity: sectionproperties.textcontainer_opacity,
43490
- paddingLeft: '18px',
43491
- paddingRight: '18px',
43492
- paddingTop: '8px',
43493
- paddingBottom: '8px',
43494
- transition: '.3s',
43495
- ':hover': {
43496
- opacity: sectionproperties.textcontainer_opacityonhover
43497
- }
43498
43482
  })
43499
43483
  };
43500
43484
  return /*#__PURE__*/React.createElement("div", {
@@ -43506,10 +43490,10 @@ var Classiccategorycard = function Classiccategorycard(props) {
43506
43490
  "class": sectionproperties.image_height > 550 ? 'h-md-300' : '',
43507
43491
  urlEndpoint: IKurlEndpoint,
43508
43492
  publicKey: IKpublicKey,
43509
- path: item.image,
43493
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
43510
43494
  style: {
43511
43495
  width: '100%',
43512
- objectFit: 'cover',
43496
+ objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
43513
43497
  height: sectionproperties.image_height + 'px',
43514
43498
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
43515
43499
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -43518,15 +43502,17 @@ var Classiccategorycard = function Classiccategorycard(props) {
43518
43502
  },
43519
43503
  loading: "lazy"
43520
43504
  }), /*#__PURE__*/React.createElement("div", {
43521
- "class": ' row m-0 w-100 text-center pl-5 pr-5 justify-content-center pl-sm-2 pr-sm-2 ',
43505
+ "class": ' row m-0 w-100 text-center justify-content-center pl-sm-2 pr-sm-2 ',
43522
43506
  style: {
43523
43507
  position: 'absolute',
43524
43508
  justifyContent: 'center',
43525
43509
  width: '100%',
43526
- bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%'
43510
+ bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
43511
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
43512
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
43527
43513
  }
43528
43514
  }, /*#__PURE__*/React.createElement("div", {
43529
- "class": "".concat(card_cssstyles.productcard, " ") + ' p-0 allcentered pl-2 pr-2 '
43515
+ "class": "".concat(card_cssstyles.productcard, " ") + ' allcentered pl-2 pr-2 '
43530
43516
  }, /*#__PURE__*/React.createElement("p", {
43531
43517
  onClick: function onClick(e) {
43532
43518
  e.stopPropagation();
package/dist/index.umd.js CHANGED
@@ -43368,8 +43368,6 @@
43368
43368
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
43369
43369
  paddingTop: sectionproperties.paddingTop + 'px',
43370
43370
  paddingBottom: sectionproperties.paddingBottom + 'px',
43371
- paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
43372
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
43373
43371
  border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
43374
43372
  opacity: sectionproperties.cardbg_opacity,
43375
43373
  transition: '.3s',
@@ -43383,20 +43381,6 @@
43383
43381
  fontSize: sectionproperties.generaltext_fontSize + 'px',
43384
43382
  textTransform: sectionproperties.generaltext_textTransform,
43385
43383
  fontWeight: sectionproperties.generaltext_fontWeight
43386
- }),
43387
- productcard_text_container: glamor.css({
43388
- background: sectionproperties.textcontainer_bgcolor,
43389
- borderRadius: sectionproperties.textcontainer_borderBottomLeftRadius + 'px',
43390
- border: sectionproperties.textcontainer_borderwidth + 'px solid ' + sectionproperties.textcontainer_bordercolor,
43391
- opacity: sectionproperties.textcontainer_opacity,
43392
- paddingLeft: '18px',
43393
- paddingRight: '18px',
43394
- paddingTop: '8px',
43395
- paddingBottom: '8px',
43396
- transition: '.3s',
43397
- ':hover': {
43398
- opacity: sectionproperties.textcontainer_opacityonhover
43399
- }
43400
43384
  })
43401
43385
  };
43402
43386
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43408,10 +43392,10 @@
43408
43392
  "class": sectionproperties.image_height > 550 ? 'h-md-300' : '',
43409
43393
  urlEndpoint: IKurlEndpoint,
43410
43394
  publicKey: IKpublicKey,
43411
- path: item.image,
43395
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
43412
43396
  style: {
43413
43397
  width: '100%',
43414
- objectFit: 'cover',
43398
+ objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
43415
43399
  height: sectionproperties.image_height + 'px',
43416
43400
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
43417
43401
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
@@ -43420,15 +43404,17 @@
43420
43404
  },
43421
43405
  loading: "lazy"
43422
43406
  }), /*#__PURE__*/React__default["default"].createElement("div", {
43423
- "class": ' row m-0 w-100 text-center pl-5 pr-5 justify-content-center pl-sm-2 pr-sm-2 ',
43407
+ "class": ' row m-0 w-100 text-center justify-content-center pl-sm-2 pr-sm-2 ',
43424
43408
  style: {
43425
43409
  position: 'absolute',
43426
43410
  justifyContent: 'center',
43427
43411
  width: '100%',
43428
- bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%'
43412
+ bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
43413
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
43414
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
43429
43415
  }
43430
43416
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43431
- "class": "".concat(card_cssstyles.productcard, " ") + ' p-0 allcentered pl-2 pr-2 '
43417
+ "class": "".concat(card_cssstyles.productcard, " ") + ' allcentered pl-2 pr-2 '
43432
43418
  }, /*#__PURE__*/React__default["default"].createElement("p", {
43433
43419
  onClick: function onClick(e) {
43434
43420
  e.stopPropagation();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.185",
3
+ "version": "0.0.186",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {