tabexseriescomponents 0.0.480 → 0.0.481

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
@@ -6521,19 +6521,66 @@ var Productinfo = function Productinfo(props) {
6521
6521
  };
6522
6522
  return /*#__PURE__*/React__default["default"].createElement("div", {
6523
6523
  className: productinfo_cssstyles.containerstyles + ' row w-100 ml-0 mr-0 '
6524
- }, fetchProductInfoQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
6525
- className: 'row ml-0 mr-0 w-100 allcentered',
6524
+ }, Object.keys(sectionproperties).length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
6525
+ className: "col-lg-12 p-0",
6526
6526
  style: {
6527
- height: 200
6527
+ minHeight: '80vh'
6528
6528
  }
6529
- }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.Messaging, {
6530
- color: "#ccc",
6531
- width: "10px",
6532
- height: "10px",
6533
- duration: "1s"
6534
- })), Object.keys(sectionproperties).length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
6535
- className: "col-lg-12 p-0"
6536
- }, !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React__default["default"].createElement("div", {
6529
+ }, fetchProductInfoQueryContextProps.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
6530
+ className: 'row ml-0 mr-0 w-100 px-5 py-5'
6531
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
6532
+ "class": "col-lg-6 col-md-12 is-loading mb-md-4"
6533
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
6534
+ "class": "image",
6535
+ style: {
6536
+ width: '100%',
6537
+ height: 400
6538
+ }
6539
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
6540
+ "class": "col-lg-6 col-md-12 mb-md-4"
6541
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
6542
+ "class": "is-loading"
6543
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6544
+ "class": "is-loading",
6545
+ style: {
6546
+ width: '40%'
6547
+ }
6548
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6549
+ "class": "is-loading",
6550
+ style: {
6551
+ width: '40%'
6552
+ }
6553
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6554
+ "class": "is-loading",
6555
+ style: {
6556
+ width: '40%'
6557
+ }
6558
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6559
+ "class": "is-loading",
6560
+ style: {
6561
+ width: '40%'
6562
+ }
6563
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6564
+ "class": "is-loading",
6565
+ style: {
6566
+ width: '40%'
6567
+ }
6568
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6569
+ "class": "is-loading",
6570
+ style: {
6571
+ width: '40%'
6572
+ }
6573
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6574
+ "class": "is-loading",
6575
+ style: {
6576
+ width: '40%'
6577
+ }
6578
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6579
+ "class": "is-loading",
6580
+ style: {
6581
+ width: '40%'
6582
+ }
6583
+ }))), !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React__default["default"].createElement("div", {
6537
6584
  className: sectionproperties.card_marginLeft != 0 ? ' row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' row m-0 w-100 p-sm-0 ',
6538
6585
  style: {
6539
6586
  paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
@@ -16918,6 +16965,9 @@ var CardsSection = function CardsSection(props) {
16918
16965
  ':hover': {
16919
16966
  color: sectionproperties.paginationColoronHover,
16920
16967
  borderColor: sectionproperties.paginationColoronHover
16968
+ },
16969
+ '@media (max-width: 800px)': {
16970
+ minWidth: '4vh'
16921
16971
  }
16922
16972
  }),
16923
16973
  activeClassName: glamor.css({
@@ -16941,6 +16991,9 @@ var CardsSection = function CardsSection(props) {
16941
16991
  ':hover': {
16942
16992
  color: sectionproperties.paginationColoronHover,
16943
16993
  borderColor: sectionproperties.paginationColoronHover
16994
+ },
16995
+ '@media (max-width: 800px)': {
16996
+ // minWidth: '20px',
16944
16997
  }
16945
16998
  }),
16946
16999
  nextClassName: glamor.css({
@@ -16956,6 +17009,9 @@ var CardsSection = function CardsSection(props) {
16956
17009
  ':hover': {
16957
17010
  color: sectionproperties.paginationColoronHover,
16958
17011
  borderColor: sectionproperties.paginationColoronHover
17012
+ },
17013
+ '@media (max-width: 800px)': {
17014
+ // minWidth: '20px',
16959
17015
  }
16960
17016
  }),
16961
17017
  previousLinkClassName: glamor.css({
package/dist/index.esm.js CHANGED
@@ -6472,19 +6472,66 @@ var Productinfo = function Productinfo(props) {
6472
6472
  };
6473
6473
  return /*#__PURE__*/React.createElement("div", {
6474
6474
  className: productinfo_cssstyles.containerstyles + ' row w-100 ml-0 mr-0 '
6475
- }, fetchProductInfoQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
6476
- className: 'row ml-0 mr-0 w-100 allcentered',
6475
+ }, Object.keys(sectionproperties).length != 0 && /*#__PURE__*/React.createElement("div", {
6476
+ className: "col-lg-12 p-0",
6477
6477
  style: {
6478
- height: 200
6478
+ minHeight: '80vh'
6479
6479
  }
6480
- }, /*#__PURE__*/React.createElement(Messaging, {
6481
- color: "#ccc",
6482
- width: "10px",
6483
- height: "10px",
6484
- duration: "1s"
6485
- })), Object.keys(sectionproperties).length != 0 && /*#__PURE__*/React.createElement("div", {
6486
- className: "col-lg-12 p-0"
6487
- }, !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React.createElement("div", {
6480
+ }, fetchProductInfoQueryContextProps.isFetching && /*#__PURE__*/React.createElement("div", {
6481
+ className: 'row ml-0 mr-0 w-100 px-5 py-5'
6482
+ }, /*#__PURE__*/React.createElement("div", {
6483
+ "class": "col-lg-6 col-md-12 is-loading mb-md-4"
6484
+ }, /*#__PURE__*/React.createElement("div", {
6485
+ "class": "image",
6486
+ style: {
6487
+ width: '100%',
6488
+ height: 400
6489
+ }
6490
+ })), /*#__PURE__*/React.createElement("div", {
6491
+ "class": "col-lg-6 col-md-12 mb-md-4"
6492
+ }, /*#__PURE__*/React.createElement("p", {
6493
+ "class": "is-loading"
6494
+ }), /*#__PURE__*/React.createElement("p", {
6495
+ "class": "is-loading",
6496
+ style: {
6497
+ width: '40%'
6498
+ }
6499
+ }), /*#__PURE__*/React.createElement("p", {
6500
+ "class": "is-loading",
6501
+ style: {
6502
+ width: '40%'
6503
+ }
6504
+ }), /*#__PURE__*/React.createElement("p", {
6505
+ "class": "is-loading",
6506
+ style: {
6507
+ width: '40%'
6508
+ }
6509
+ }), /*#__PURE__*/React.createElement("p", {
6510
+ "class": "is-loading",
6511
+ style: {
6512
+ width: '40%'
6513
+ }
6514
+ }), /*#__PURE__*/React.createElement("p", {
6515
+ "class": "is-loading",
6516
+ style: {
6517
+ width: '40%'
6518
+ }
6519
+ }), /*#__PURE__*/React.createElement("p", {
6520
+ "class": "is-loading",
6521
+ style: {
6522
+ width: '40%'
6523
+ }
6524
+ }), /*#__PURE__*/React.createElement("p", {
6525
+ "class": "is-loading",
6526
+ style: {
6527
+ width: '40%'
6528
+ }
6529
+ }), /*#__PURE__*/React.createElement("p", {
6530
+ "class": "is-loading",
6531
+ style: {
6532
+ width: '40%'
6533
+ }
6534
+ }))), !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React.createElement("div", {
6488
6535
  className: sectionproperties.card_marginLeft != 0 ? ' row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' row m-0 w-100 p-sm-0 ',
6489
6536
  style: {
6490
6537
  paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
@@ -16869,6 +16916,9 @@ var CardsSection = function CardsSection(props) {
16869
16916
  ':hover': {
16870
16917
  color: sectionproperties.paginationColoronHover,
16871
16918
  borderColor: sectionproperties.paginationColoronHover
16919
+ },
16920
+ '@media (max-width: 800px)': {
16921
+ minWidth: '4vh'
16872
16922
  }
16873
16923
  }),
16874
16924
  activeClassName: css({
@@ -16892,6 +16942,9 @@ var CardsSection = function CardsSection(props) {
16892
16942
  ':hover': {
16893
16943
  color: sectionproperties.paginationColoronHover,
16894
16944
  borderColor: sectionproperties.paginationColoronHover
16945
+ },
16946
+ '@media (max-width: 800px)': {
16947
+ // minWidth: '20px',
16895
16948
  }
16896
16949
  }),
16897
16950
  nextClassName: css({
@@ -16907,6 +16960,9 @@ var CardsSection = function CardsSection(props) {
16907
16960
  ':hover': {
16908
16961
  color: sectionproperties.paginationColoronHover,
16909
16962
  borderColor: sectionproperties.paginationColoronHover
16963
+ },
16964
+ '@media (max-width: 800px)': {
16965
+ // minWidth: '20px',
16910
16966
  }
16911
16967
  }),
16912
16968
  previousLinkClassName: css({
package/dist/index.umd.js CHANGED
@@ -6347,19 +6347,66 @@
6347
6347
  };
6348
6348
  return /*#__PURE__*/React__default["default"].createElement("div", {
6349
6349
  className: productinfo_cssstyles.containerstyles + ' row w-100 ml-0 mr-0 '
6350
- }, fetchProductInfoQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
6351
- className: 'row ml-0 mr-0 w-100 allcentered',
6350
+ }, Object.keys(sectionproperties).length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
6351
+ className: "col-lg-12 p-0",
6352
6352
  style: {
6353
- height: 200
6353
+ minHeight: '80vh'
6354
6354
  }
6355
- }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.Messaging, {
6356
- color: "#ccc",
6357
- width: "10px",
6358
- height: "10px",
6359
- duration: "1s"
6360
- })), Object.keys(sectionproperties).length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
6361
- className: "col-lg-12 p-0"
6362
- }, !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React__default["default"].createElement("div", {
6355
+ }, fetchProductInfoQueryContextProps.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
6356
+ className: 'row ml-0 mr-0 w-100 px-5 py-5'
6357
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
6358
+ "class": "col-lg-6 col-md-12 is-loading mb-md-4"
6359
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
6360
+ "class": "image",
6361
+ style: {
6362
+ width: '100%',
6363
+ height: 400
6364
+ }
6365
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
6366
+ "class": "col-lg-6 col-md-12 mb-md-4"
6367
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
6368
+ "class": "is-loading"
6369
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6370
+ "class": "is-loading",
6371
+ style: {
6372
+ width: '40%'
6373
+ }
6374
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6375
+ "class": "is-loading",
6376
+ style: {
6377
+ width: '40%'
6378
+ }
6379
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6380
+ "class": "is-loading",
6381
+ style: {
6382
+ width: '40%'
6383
+ }
6384
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6385
+ "class": "is-loading",
6386
+ style: {
6387
+ width: '40%'
6388
+ }
6389
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6390
+ "class": "is-loading",
6391
+ style: {
6392
+ width: '40%'
6393
+ }
6394
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6395
+ "class": "is-loading",
6396
+ style: {
6397
+ width: '40%'
6398
+ }
6399
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6400
+ "class": "is-loading",
6401
+ style: {
6402
+ width: '40%'
6403
+ }
6404
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
6405
+ "class": "is-loading",
6406
+ style: {
6407
+ width: '40%'
6408
+ }
6409
+ }))), !fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && fetchProductInfoQueryContext.data.data.productinfo != null && /*#__PURE__*/React__default["default"].createElement("div", {
6363
6410
  className: sectionproperties.card_marginLeft != 0 ? ' row m-0 w-100 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' row m-0 w-100 p-sm-0 ',
6364
6411
  style: {
6365
6412
  paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
@@ -16744,6 +16791,9 @@
16744
16791
  ':hover': {
16745
16792
  color: sectionproperties.paginationColoronHover,
16746
16793
  borderColor: sectionproperties.paginationColoronHover
16794
+ },
16795
+ '@media (max-width: 800px)': {
16796
+ minWidth: '4vh'
16747
16797
  }
16748
16798
  }),
16749
16799
  activeClassName: glamor.css({
@@ -16767,6 +16817,9 @@
16767
16817
  ':hover': {
16768
16818
  color: sectionproperties.paginationColoronHover,
16769
16819
  borderColor: sectionproperties.paginationColoronHover
16820
+ },
16821
+ '@media (max-width: 800px)': {
16822
+ // minWidth: '20px',
16770
16823
  }
16771
16824
  }),
16772
16825
  nextClassName: glamor.css({
@@ -16782,6 +16835,9 @@
16782
16835
  ':hover': {
16783
16836
  color: sectionproperties.paginationColoronHover,
16784
16837
  borderColor: sectionproperties.paginationColoronHover
16838
+ },
16839
+ '@media (max-width: 800px)': {
16840
+ // minWidth: '20px',
16785
16841
  }
16786
16842
  }),
16787
16843
  previousLinkClassName: glamor.css({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.480",
3
+ "version": "0.0.481",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {