tabexseriescomponents 0.0.643 → 0.0.645

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
@@ -44954,6 +44954,12 @@ var Footer5 = function Footer5(props) {
44954
44954
  googleplay: glamor.css({
44955
44955
  width: '100%',
44956
44956
  objectFit: 'contain'
44957
+ }),
44958
+ footercon: glamor.css({
44959
+ width: sectionproperties.footerwidth + 'vw',
44960
+ '@media (max-width: 800px)': {
44961
+ width: sectionproperties.footerwidthresp + 'vw'
44962
+ }
44957
44963
  })
44958
44964
  };
44959
44965
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -44962,6 +44968,8 @@ var Footer5 = function Footer5(props) {
44962
44968
  position: 'relative',
44963
44969
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
44964
44970
  }
44971
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
44972
+ "class": footerStyles.footercon + ' row m-0 '
44965
44973
  }, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
44966
44974
  className: footerStyles.imgcontainer
44967
44975
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
@@ -45393,7 +45401,7 @@ var Footer5 = function Footer5(props) {
45393
45401
  className: "h-100 allcentered"
45394
45402
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45395
45403
  size: sectionproperties.instgrambtniconfontsize
45396
- }))))));
45404
+ })))))));
45397
45405
  };
45398
45406
 
45399
45407
  function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -56817,6 +56825,12 @@ var Twobgimages = function Twobgimages(props) {
56817
56825
  }
56818
56826
  }, [sectionproperties]);
56819
56827
  var bgcssstyles = {
56828
+ outercontainer: glamor.css({
56829
+ width: sectionproperties.width + 'vw',
56830
+ '@media (max-width: 800px)': {
56831
+ width: sectionproperties.widthresponsive + 'vw'
56832
+ }
56833
+ }),
56820
56834
  bgImageContainer: glamor.css({
56821
56835
  height: sectionproperties.height + 'vh',
56822
56836
  backgroundPosition: 'center',
@@ -57204,10 +57218,8 @@ var Twobgimages = function Twobgimages(props) {
57204
57218
  })))));
57205
57219
  };
57206
57220
  return /*#__PURE__*/React__default["default"].createElement("div", {
57207
- className: "row m-0 w-md-100",
57208
- style: {
57209
- width: sectionproperties.width + 'vw'
57210
- }
57221
+ className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
57222
+ style: {}
57211
57223
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57212
57224
  className: "col-lg-12 p-0 d-flex d-md-none",
57213
57225
  style: {
package/dist/index.esm.js CHANGED
@@ -44905,6 +44905,12 @@ var Footer5 = function Footer5(props) {
44905
44905
  googleplay: css({
44906
44906
  width: '100%',
44907
44907
  objectFit: 'contain'
44908
+ }),
44909
+ footercon: css({
44910
+ width: sectionproperties.footerwidth + 'vw',
44911
+ '@media (max-width: 800px)': {
44912
+ width: sectionproperties.footerwidthresp + 'vw'
44913
+ }
44908
44914
  })
44909
44915
  };
44910
44916
  return /*#__PURE__*/React.createElement("div", {
@@ -44913,6 +44919,8 @@ var Footer5 = function Footer5(props) {
44913
44919
  position: 'relative',
44914
44920
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
44915
44921
  }
44922
+ }, /*#__PURE__*/React.createElement("div", {
44923
+ "class": footerStyles.footercon + ' row m-0 '
44916
44924
  }, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React.createElement("div", {
44917
44925
  className: footerStyles.imgcontainer
44918
44926
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
@@ -45344,7 +45352,7 @@ var Footer5 = function Footer5(props) {
45344
45352
  className: "h-100 allcentered"
45345
45353
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
45346
45354
  size: sectionproperties.instgrambtniconfontsize
45347
- }))))));
45355
+ })))))));
45348
45356
  };
45349
45357
 
45350
45358
  function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -56768,6 +56776,12 @@ var Twobgimages = function Twobgimages(props) {
56768
56776
  }
56769
56777
  }, [sectionproperties]);
56770
56778
  var bgcssstyles = {
56779
+ outercontainer: css({
56780
+ width: sectionproperties.width + 'vw',
56781
+ '@media (max-width: 800px)': {
56782
+ width: sectionproperties.widthresponsive + 'vw'
56783
+ }
56784
+ }),
56771
56785
  bgImageContainer: css({
56772
56786
  height: sectionproperties.height + 'vh',
56773
56787
  backgroundPosition: 'center',
@@ -57155,10 +57169,8 @@ var Twobgimages = function Twobgimages(props) {
57155
57169
  })))));
57156
57170
  };
57157
57171
  return /*#__PURE__*/React.createElement("div", {
57158
- className: "row m-0 w-md-100",
57159
- style: {
57160
- width: sectionproperties.width + 'vw'
57161
- }
57172
+ className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
57173
+ style: {}
57162
57174
  }, /*#__PURE__*/React.createElement("div", {
57163
57175
  className: "col-lg-12 p-0 d-flex d-md-none",
57164
57176
  style: {
package/dist/index.umd.js CHANGED
@@ -44778,6 +44778,12 @@
44778
44778
  googleplay: glamor.css({
44779
44779
  width: '100%',
44780
44780
  objectFit: 'contain'
44781
+ }),
44782
+ footercon: glamor.css({
44783
+ width: sectionproperties.footerwidth + 'vw',
44784
+ '@media (max-width: 800px)': {
44785
+ width: sectionproperties.footerwidthresp + 'vw'
44786
+ }
44781
44787
  })
44782
44788
  };
44783
44789
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -44786,6 +44792,8 @@
44786
44792
  position: 'relative',
44787
44793
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
44788
44794
  }
44795
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
44796
+ "class": footerStyles.footercon + ' row m-0 '
44789
44797
  }, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
44790
44798
  className: footerStyles.imgcontainer
44791
44799
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
@@ -45217,7 +45225,7 @@
45217
45225
  className: "h-100 allcentered"
45218
45226
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45219
45227
  size: sectionproperties.instgrambtniconfontsize
45220
- }))))));
45228
+ })))))));
45221
45229
  };
45222
45230
 
45223
45231
  function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -56641,6 +56649,12 @@
56641
56649
  }
56642
56650
  }, [sectionproperties]);
56643
56651
  var bgcssstyles = {
56652
+ outercontainer: glamor.css({
56653
+ width: sectionproperties.width + 'vw',
56654
+ '@media (max-width: 800px)': {
56655
+ width: sectionproperties.widthresponsive + 'vw'
56656
+ }
56657
+ }),
56644
56658
  bgImageContainer: glamor.css({
56645
56659
  height: sectionproperties.height + 'vh',
56646
56660
  backgroundPosition: 'center',
@@ -57028,10 +57042,8 @@
57028
57042
  })))));
57029
57043
  };
57030
57044
  return /*#__PURE__*/React__default["default"].createElement("div", {
57031
- className: "row m-0 w-md-100",
57032
- style: {
57033
- width: sectionproperties.width + 'vw'
57034
- }
57045
+ className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
57046
+ style: {}
57035
57047
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57036
57048
  className: "col-lg-12 p-0 d-flex d-md-none",
57037
57049
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.643",
3
+ "version": "0.0.645",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {