tabexseriescomponents 0.2.1403 → 0.2.1404

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
@@ -75519,7 +75519,8 @@ var VideosSection = function VideosSection(props) {
75519
75519
  background: sectionproperties.outerbgcolor,
75520
75520
  '@media (max-width: 800px)': {
75521
75521
  paddingLeft: sectionproperties.paddinghorizontalresponsive + 'px',
75522
- paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
75522
+ paddingRight: sectionproperties.paddinghorizontalresponsive + 'px',
75523
+ paddingTop: sectionproperties.marginTopResp + 'px'
75523
75524
  }
75524
75525
  }),
75525
75526
  btnnn: glamor.css({
@@ -92379,7 +92380,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92379
92380
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
92380
92381
  "class": card_cssstyles.cardcontainer + ' col-lg-12 p-0 ',
92381
92382
  onClick: function onClick() {
92382
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92383
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92383
92384
  }
92384
92385
  }, /*#__PURE__*/React__default["default"].createElement("div", {
92385
92386
  "class": " row m-0 w-100 "
@@ -92449,7 +92450,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92449
92450
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92450
92451
  onClick: function onClick(e) {
92451
92452
  e.stopPropagation();
92452
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92453
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92453
92454
  }
92454
92455
  }, /*#__PURE__*/React__default["default"].createElement("span", {
92455
92456
  "class": card_cssstyles.cardbtn + ' allcentered '
@@ -92519,7 +92520,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92519
92520
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92520
92521
  onClick: function onClick(e) {
92521
92522
  e.stopPropagation();
92522
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92523
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92523
92524
  }
92524
92525
  }, /*#__PURE__*/React__default["default"].createElement("span", {
92525
92526
  "class": card_cssstyles.cardbtn + ' allcentered '
@@ -98987,6 +98988,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
98987
98988
  cursor: 'pointer',
98988
98989
  ':hover': {
98989
98990
  color: sectionproperties.prodNameColorOnHover
98991
+ },
98992
+ '@media (max-width: 800px)': {
98993
+ fontSize: sectionproperties.productnamefontsizeresp + 'px'
98990
98994
  }
98991
98995
  }),
98992
98996
  productPricestyles: glamor.css({
@@ -99623,7 +99627,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
99623
99627
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
99624
99628
  }
99625
99629
  },
99626
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
99630
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 ',
99627
99631
  style: {
99628
99632
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99629
99633
  }
@@ -99742,7 +99746,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
99742
99746
  }
99743
99747
  }
99744
99748
  },
99745
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
99749
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
99746
99750
  style: {
99747
99751
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99748
99752
  }
@@ -100156,7 +100160,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
100156
100160
  }
100157
100161
  }
100158
100162
  },
100159
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
100163
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
100160
100164
  style: {
100161
100165
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
100162
100166
  }
package/dist/index.esm.js CHANGED
@@ -75468,7 +75468,8 @@ var VideosSection = function VideosSection(props) {
75468
75468
  background: sectionproperties.outerbgcolor,
75469
75469
  '@media (max-width: 800px)': {
75470
75470
  paddingLeft: sectionproperties.paddinghorizontalresponsive + 'px',
75471
- paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
75471
+ paddingRight: sectionproperties.paddinghorizontalresponsive + 'px',
75472
+ paddingTop: sectionproperties.marginTopResp + 'px'
75472
75473
  }
75473
75474
  }),
75474
75475
  btnnn: css({
@@ -92328,7 +92329,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92328
92329
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
92329
92330
  "class": card_cssstyles.cardcontainer + ' col-lg-12 p-0 ',
92330
92331
  onClick: function onClick() {
92331
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92332
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92332
92333
  }
92333
92334
  }, /*#__PURE__*/React.createElement("div", {
92334
92335
  "class": " row m-0 w-100 "
@@ -92398,7 +92399,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92398
92399
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92399
92400
  onClick: function onClick(e) {
92400
92401
  e.stopPropagation();
92401
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92402
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92402
92403
  }
92403
92404
  }, /*#__PURE__*/React.createElement("span", {
92404
92405
  "class": card_cssstyles.cardbtn + ' allcentered '
@@ -92468,7 +92469,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92468
92469
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92469
92470
  onClick: function onClick(e) {
92470
92471
  e.stopPropagation();
92471
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92472
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92472
92473
  }
92473
92474
  }, /*#__PURE__*/React.createElement("span", {
92474
92475
  "class": card_cssstyles.cardbtn + ' allcentered '
@@ -98936,6 +98937,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
98936
98937
  cursor: 'pointer',
98937
98938
  ':hover': {
98938
98939
  color: sectionproperties.prodNameColorOnHover
98940
+ },
98941
+ '@media (max-width: 800px)': {
98942
+ fontSize: sectionproperties.productnamefontsizeresp + 'px'
98939
98943
  }
98940
98944
  }),
98941
98945
  productPricestyles: css({
@@ -99572,7 +99576,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
99572
99576
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
99573
99577
  }
99574
99578
  },
99575
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
99579
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 ',
99576
99580
  style: {
99577
99581
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99578
99582
  }
@@ -99691,7 +99695,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
99691
99695
  }
99692
99696
  }
99693
99697
  },
99694
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
99698
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
99695
99699
  style: {
99696
99700
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99697
99701
  }
@@ -100105,7 +100109,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
100105
100109
  }
100106
100110
  }
100107
100111
  },
100108
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
100112
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
100109
100113
  style: {
100110
100114
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
100111
100115
  }
package/dist/index.umd.js CHANGED
@@ -75321,7 +75321,8 @@
75321
75321
  background: sectionproperties.outerbgcolor,
75322
75322
  '@media (max-width: 800px)': {
75323
75323
  paddingLeft: sectionproperties.paddinghorizontalresponsive + 'px',
75324
- paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
75324
+ paddingRight: sectionproperties.paddinghorizontalresponsive + 'px',
75325
+ paddingTop: sectionproperties.marginTopResp + 'px'
75325
75326
  }
75326
75327
  }),
75327
75328
  btnnn: glamor.css({
@@ -92181,7 +92182,7 @@
92181
92182
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
92182
92183
  "class": card_cssstyles.cardcontainer + ' col-lg-12 p-0 ',
92183
92184
  onClick: function onClick() {
92184
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92185
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92185
92186
  }
92186
92187
  }, /*#__PURE__*/React__default["default"].createElement("div", {
92187
92188
  "class": " row m-0 w-100 "
@@ -92251,7 +92252,7 @@
92251
92252
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92252
92253
  onClick: function onClick(e) {
92253
92254
  e.stopPropagation();
92254
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92255
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92255
92256
  }
92256
92257
  }, /*#__PURE__*/React__default["default"].createElement("span", {
92257
92258
  "class": card_cssstyles.cardbtn + ' allcentered '
@@ -92321,7 +92322,7 @@
92321
92322
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92322
92323
  onClick: function onClick(e) {
92323
92324
  e.stopPropagation();
92324
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
92325
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92325
92326
  }
92326
92327
  }, /*#__PURE__*/React__default["default"].createElement("span", {
92327
92328
  "class": card_cssstyles.cardbtn + ' allcentered '
@@ -98789,6 +98790,9 @@
98789
98790
  cursor: 'pointer',
98790
98791
  ':hover': {
98791
98792
  color: sectionproperties.prodNameColorOnHover
98793
+ },
98794
+ '@media (max-width: 800px)': {
98795
+ fontSize: sectionproperties.productnamefontsizeresp + 'px'
98792
98796
  }
98793
98797
  }),
98794
98798
  productPricestyles: glamor.css({
@@ -99425,7 +99429,7 @@
99425
99429
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
99426
99430
  }
99427
99431
  },
99428
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
99432
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 ',
99429
99433
  style: {
99430
99434
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99431
99435
  }
@@ -99544,7 +99548,7 @@
99544
99548
  }
99545
99549
  }
99546
99550
  },
99547
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
99551
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
99548
99552
  style: {
99549
99553
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99550
99554
  }
@@ -99958,7 +99962,7 @@
99958
99962
  }
99959
99963
  }
99960
99964
  },
99961
- "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 pname ',
99965
+ "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
99962
99966
  style: {
99963
99967
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
99964
99968
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1403",
3
+ "version": "0.2.1404",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",